I think it would be a good idea to make a broadcast "for this sprite only". Because I am working on a project with lots of broadcasts, and on this one sprite, it needs tons of broadcasts which are only used inside the sprite, not from any other sprites. Therefore, I want to be able to separate the broadcasts I only intend to use inside that sprite from those that I intend to use from other sprites. I feel the best way to do that would be with a "For all sprites/For this sprite only" choice.
Supporters:
joefarebrother
Happylander
jontmy00
Mokat
Wes64
nama
muppetds
Last edited by joefarebrother (2012-07-30 12:03:58)
Offline
How could you use variables?
Offline
It sounds like you just want to use local procedures, which Scratch 2.0 will support.
Offline
scimonster wrote:
It sounds like you just want to use local procedures, which Scratch 2.0 will support.
Ooh, that sounds great.
Offline
Ecliptic wrote:
You could use variables, but this would be helpful.
How could you use variables???
Offline
joefarebrother wrote:
Ecliptic wrote:
You could use variables, but this would be helpful.
How could you use variables???
Use this
when gf clicked forever if <(condition variable) = [true]> do procedure set [condition variable v] to [false]
Offline
zammer990 wrote:
joefarebrother wrote:
Ecliptic wrote:
You could use variables, but this would be helpful.
How could you use variables???
Use this
when gf clicked forever if <(condition variable) = [true]> do procedure set [condition variable v] to [false]
Oh, right. But that leads to the problem of too many variables, and super long scripts.
Offline