... to make a project like this in scratch?
(I've added a link to the page that takes you back here.)
eyra
Last edited by AngelEyra (2007-08-18 12:58:49)
Offline
Possibly
Offline
Well I have no clue how that thing functions so I have no clue if it would be possible.
Offline
Its a game like blackout. clicking on one of the dots toggles a few others.
eyra
Offline
Yes. Easiest way would be with lots of sprites, each with two costumes, on and off. Then use broadcasts to switch to next costume. Clickign each sprite gives a certain broadcast, and each sprite has the correspending recievers depending on whch "set" it is in.
You could do it with a single sprite, like the "one-sprite bubble wrap" project (KevinKarplus, I think?) but that would be more complicated.
Last edited by Mayhem (2007-08-18 13:59:41)
Offline
I actually had something to do with stamping in mind
eyra
Offline
Stamping would be more complex to code, but would probably be ultimately less work.
Offline
I think that stamping would actually be less work than many sprites. It depends on what the algorithm for choosing the "other nodes" to change is.
Offline
Ok.
Offline
that would be posible, variables and arrays would help alot. it also looks like its always the same lights that go on and off if you only click one light, a simpler way would be to use the brodcast system but if you use that you could only make a small game with only a few lights, i would recomend variables
Offline