I am going to make a scratch version of this game: http://www.addictinggames.com/theworldshardestgame.html
But I need to now how to make a wall
Could somebody please post script for this? So that you can't go through a sprite?
Thanks
Offline
AlanProjects wrote:
I am going to make a scratch version of this game: http://www.addictinggames.com/theworldshardestgame.html
But I need to now how to make a wall
Could somebody please post script for this? So that you can't go through a sprite?
Thanks
Someone already made this (not to burst your bubble). But, whatever you moe by, if you touch the sprite, offset it (as in 4+[negative movement]4=0 Or Not touching plus touching=0)
Offline
Script please? (sorry not that good at manipulating mathematical terms in my head.(Or any where else ) BTW bubble bursted.
Offline
make the wall a certain colour and do
<if><touching color[ the colour
<change x by( -3 (if the walls on the right if it's on the left make it 3)
<end>
Offline
AlanProjects wrote:
Script please? (sorry not that good at manipulating mathematical terms in my head.(Or any where else ) BTW bubble bursted.
Lol, theres only had like 5 levels though. Anyways:
Forever
If Not Touching Wall
Move 2
If Touching Wall
Move-2
Offline
Okay!!
Offline