
01-30-2002, 07:05 AM
|
Registered User
|
 |
Join Date: Jun 2001
Posts: 2,471
|
|
Stuck
I need help with this it wont go up.
showimg index,@Font@@Taged: #v(this.tag),x,y;
changeimgcolors index,1,1,1,1.99;
changeimgzoom index,1;
to touch to go up:
if (playerenters) {
timeout = 0.1;
}
if (playertouchsme) {
time.tag+=1;
}
while (timeout) {
x = random(24,41);
y = random(7,14);
sleep 0.1;
} |
|
|