Some of you might remember me from a while ago...
So I have returned and have been starting to use Scratch again but I need help with one thing: I am making a game where there is a cannon in the middle that can rotate clockwise and counterclockwise and shoot little round dots. I'm not sure how to make the dots go out of the cannon at the direction the cannon is pointing and then keep going until it goes offscreen! I'm probably missing something simple, but please help.
Offline
In the Sensing category of blocks, you will find a round block that says
([x position] of [Sprite1]) or something similar. You can change the [x position] piece to [direction] and do something like this:
Last edited by Kileymeister_test (2012-12-27 12:33:27)
Offline
Offline
The script that Kileymeister_test gave you is a base for what you'll need, though if you want to look, awhile ago I happened to make a Machine Gun Engine that could be changed to become a canon.
I hope that this helps! Also, welcome back to Scratch!
Last edited by ErnieParke (2012-12-27 12:56:36)
Offline