Thread
:
Sleep/Timer help
View Single Post
#
3
05-17-2012, 10:48 PM
fowlplay4
team canada
Join Date: Jul 2004
Location: Canada
Posts: 5,200
Just set the spin value to 1 or something, it'll automatically rotate the image for you.
Your code is also very redundant.
PHP Code:
function
onRotateImg
() {
findimg
(
3
).
rotation
+=
0.05
;
this
.
scheduleevent
(
0.3
,
"RotateImg"
,
""
);
}
__________________
Quote:
fowlplay4
View Public Profile
View GraalOnline Profile
Visit fowlplay4's homepage!
Find all posts by fowlplay4