This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-04-28 20:28:01

tobydanger
Scratcher
Registered: 2010-03-18
Posts: 22

Space Shooter with Interesting Scripts

Please take a look at Space Paranoids. It is a complete space shooter game. Some of the script blocks are a little unusual but you might find interesting ideas to incorporate into you own games. Much of the code is written in a way that once a change has been made to the script in one sprite it can be copied to another sprite unchanged or changed very little. Each sprite has it's own ID the ID is used to track the sprite and to create messages that activate the correct blocks in each sprite without everything having to be hardcoded for each sprite. Information about alien shots are placed in lists and a special block dispatches messages to availiable shot sprites and are peeled of in a first in first out fashion (FIFO) I hope that you find something here that you can use in your own creations.

http://scratch.mit.edu/projects/tobydanger/984500

Last edited by tobydanger (2010-04-28 22:35:52)

Offline

 

Board footer