I really need some movement scripts for my game! I uploaded the sprites so far with a stage example, can someone please remix it so he bounces off walls, has velocity and all of those things? Thank you!!!
Offline
Here is the link to the example! http://scratch.mit.edu/projects/Bobby500/206632
Offline
[blocks]<when I receive[ Start[/blocks]
[blocks]<forever>[/blocks]
[blocks]<if><touching color[ of wall[/blocks]
[blocks]<if><( <direction> <=> 90 )>[/blocks]
[blocks]<change x by( -5[/blocks]
[blocks]<else>[/blocks]
[blocks]<change x by( 5[/blocks]
It should work for left and right sensing considering I just tried it
Offline
Can you remix the project so it works?
Offline
http://scratch.mit.edu/projects/CFCRubiks/207093
Offline
Cool! I saw it and thanks. I will try to work that into my new thing.
Offline
Thanks, I got it to work, now all I need is for the y part to get done and I am all set to continue working on it. By the Way, how did it look?
Offline