Pages: 1
Topic closed
Hi im making a ponggame and this script should work but it doesnt. Is there a problem???<when green flag clicked><forever><if> The X position of Sprite 3(ball)=-230<go to x -21 )y 13<change{ Player 2 Score }by( 1<end>
Offline
Maybe it should be<when green flag clicked><if> touching(ball)<go to x: (-21 )y:(13 <end><change{ Player 2 score }by( 1Argh, nvm this is messed up
Last edited by littletonkslover (2010-10-19 19:30:36)
It's probably just that Scratch can't sense the x position that precisely. Just change the part where it says <x position = -230> to <x position < -229>.
thx