Uhhh i'm making a radio for my game considering everything else is done and i dont care bout lagg ill work on that later but how do i make it so when i click radio8 then it changes radio3's turf to radio90 and it changes radio8's turf to radio901 then if i click it do it over except changed radio90 to radio92 and radio901 to radio921 etc(theres 8 different stations counting by twos i know its a bit confusing with all the different radio words with numbers beside them but i find it easier then labeling them "toprightradio" so please bare with me on this thank you.
Edit: i know you cant change a constant value but i fi changed to an object i wouldnt be able to use Click() on it would i? so if any suggestions are availible i'll be very grateful
Editx2: ok i have another problem i have it to where click() if(usr.station == 0) usr.station = 90 then if(usr.station == 90) usr. station = 92 but once i click it and i get 90 station but i click it again and i dont get 92 heres the whole code
turf
radio8
the icon here blah blah
Click()
if(usr.station == 0)
usr.station = 90
if(usr.station == 90)
usr.station = 92
but when i click the second time my station stays at 90 any help?
ID:161381
May 13 2008, 3:51 pm (Edited on May 13 2008, 4:22 pm)
|
|
The screen var and screen_loc var will help you on this.