setInterval and setTimeout tutorial
Loading...
1,142
Loading...
Uploader Comments (sasuke2910)
see all
All Comments (8)
-
Ignore my other comment. got it.
-
tooooooooooooooooooooooooooooo
oooooooooooooooooooooooooooo,s mall. Can't read. -
hi, i'm making a platformer game from scratch, and i don't know how to do jumping. so i thought i would just start moveing the char up, and then a second later bring him down. i allready know how to code everything, execpt for the "1 second later" part.
help?
-
Another great tutorial
Loading...
This is great, how did you learn all this?
JacksonxRhoads23 8 months ago
@JacksonxRhoads23 Using only online tuts. And mah brain :3
sasuke2910 8 months ago
Hello,
Do you know how to make a function that show an object at certain time? For example, I would like an arrow to show at the 59 second and disappear at 1:10. Thank you.
YiFongCheng 11 months ago
@YiFongCheng Just run a setTimeout that make the object._visible = false;
sasuke2910 11 months ago