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

#1 2007-08-18 12:57:07

AngelEyra
Scratcher
Registered: 2007-07-19
Posts: 100+

Is it possible...

... 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)


AngelEyra's . MyScratchR . Blog
Think with portals
Sorry, Companion Cube... I didn't mean to...

Offline

 

#2 2007-08-18 13:41:55

Llamalover
Scratcher
Registered: 2007-05-18
Posts: 100+

Re: Is it possible...

Possibly


Be nice, I'm an old lady  wink

Offline

 

#3 2007-08-18 13:45:56

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: Is it possible...

Well I have no clue how that thing functions so I have no clue if it would be possible.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#4 2007-08-18 13:48:06

AngelEyra
Scratcher
Registered: 2007-07-19
Posts: 100+

Re: Is it possible...

Its a game like blackout. clicking on one of the dots toggles a few others.

eyra


AngelEyra's . MyScratchR . Blog
Think with portals
Sorry, Companion Cube... I didn't mean to...

Offline

 

#5 2007-08-18 13:52:40

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: Is it possible...

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)


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

#6 2007-08-18 13:53:37

AngelEyra
Scratcher
Registered: 2007-07-19
Posts: 100+

Re: Is it possible...

I actually had something to do with stamping in mind  tongue

eyra


AngelEyra's . MyScratchR . Blog
Think with portals
Sorry, Companion Cube... I didn't mean to...

Offline

 

#7 2007-08-18 14:11:56

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: Is it possible...

Stamping would be more complex to code, but would probably be ultimately less work.


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

#8 2007-08-18 19:14:37

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Is it possible...

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

 

#9 2007-08-18 19:18:13

AngelEyra
Scratcher
Registered: 2007-07-19
Posts: 100+

Re: Is it possible...

Ok.


AngelEyra's . MyScratchR . Blog
Think with portals
Sorry, Companion Cube... I didn't mean to...

Offline

 

#10 2007-08-19 13:25:42

Vanslar
Scratcher
Registered: 2007-03-17
Posts: 100+

Re: Is it possible...

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


  I am a royal pain in the butt, I am ~Vanslar~       
      Want better gravity? Go to
Realistic Gravity, By Vanslar 2-D
Want a better way to spend your spare time? CubeField

Offline

 

Board footer