Thread
:
compressing script
View Single Post
#
2
07-08-2013, 07:50 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
Use a for loop to repeat a sequence of statements.
PHP Code:
for (
temp
.
i
=
0
;
temp
.
i
<
9
;
temp
.
i
++) {
player
.
y
-=
0.5
;
sleep
(
0.05
);
}
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994