Sorry I created a post about this before but I have another question. So my game is like the nyan cat game where there are those asteroids that gradually speed up as you progress through the game. How would you make a script for the 'asteroids'? When i previously asked this question before, I was given this link to go to http://wiki.scratch.mit.edu/wiki/Velocity but my asteroids move by themselves without having to press any keys. Sorry if this is confusing but if you don't understand, just search up nyan cat game and watch as the asteroids and other objects speed up to make the game harder. Thanks!
Offline
ok, easy fix. Instead of forever if key pressed, change it to forever, that will make it happen by itself, but only use the one that you need. do you get it?
Use this
when gf clicked forever change [speed v] by (-1)instead of this
when gf clicked if (key [left arrow v] pressed?) change [speed v] by (-1)I hope I helped
Last edited by daniel_j (2012-07-21 10:23:26)
Offline