this website www.teach-ict.com shows you how to make pong, but then you will have to figue out the other things you will have to figue out your self.
I have an idea for the power up its:
when gf clicked switch to costume [no powerup] //or what ever you want to call it. forever if <touching [powerup]?> //again, you can call it what you want. switch to costume [poweruped] //you know the drill. set [speed v] to [10] end endthat is the powerup control and this...
when gf clicked set [speed v] to [10] forever if <key [up arrow v] pressed?> change y by (speed v) end if <key [down arrow v] pressed? change y by ((speed) - ((2)*(speed)) end end
Offline
sorry i forgot to finsh my sentence. well the bit above is the movement, so what happens is the higher the variable speed the faster it goes. sorry that is I have got so far I will tell you if I get any thing else.
Offline