is it possible to add multipul instances for the same object?
e.g
if made a basic brick break game but for each brick I have give its own script. Is it possible to just duplicate the 1 SPRITE and put it all over the screen for the other bricks?
Offline
Yes, it is possible; just right-click on the brick, and select "Copy". You'll have to change the values in the
go to x: (x) y: (y)block, but that's it!
Offline
sounds like tile-stamping to me but that can be a pretty big bite to chew on in Scratch
here is one of my RPG-type apps that does this...
Loco's tile-based RPG System (demo version)
Last edited by Locomule (2012-02-01 16:42:58)
Offline