if your doing a pong game, this is a great script. Replace your keys with your mouse. I'll show you the script. NOTE: the script works well in Presentation Mode.
<when green flag clicked>
<set y to( 0 )
<forever>
<change y by (<mouse y>
If the script doesn't work can you tell me. I recently made a pong game, but never published or saved it. I think the script will work.
~~~
Gveradux
Offline
addy107 wrote:
One issue
[blocks]
<set y to(<mouse y>)
[blocks/]
should work
But that's a boring version...
I'd recommend
[blocks]
<change y by( (( <mouse y> </> 20 ))
[/blocks]
So that it doesn't go crazy.
Offline