Pages: 1
Topic closed
So my project plays differently online and off, but these differences can be fixed if I change some variables. So what I want to do is make something that checks if the project is online or if its downloaded then send a broadcast for either offline or online. Then the broadcasts will make the variables go to appropriate values.
Any ideas?
Offline
http://scratch.mit.edu/projects/1tchy/92324
This is probably the most efficient way
Offline
That method requires creating two sprites and to do the detection.
Here is another way that I discovered:
http://scratch.mit.edu/projects/BoltBait/480964
My method can be done without creating any sprites. It only needs a single list variable.
Last edited by BoltBait (2009-04-09 18:40:07)
Offline
BoltBait wrote:
That method requires creating two sprites and to do the detection.
Here is another way that I discovered:
http://scratch.mit.edu/projects/BoltBait/480964
My method can be done without creating any sprites. It only needs a single list variable.
a more variable-type way
http://scratch.mit.edu/projects/bhz/484959
Offline
bhz wrote:
BoltBait wrote:
That method requires creating two sprites and to do the detection.
Here is another way that I discovered:
http://scratch.mit.edu/projects/BoltBait/480964
My method can be done without creating any sprites. It only needs a single list variable.a more variable-type way
http://scratch.mit.edu/projects/bhz/484959
yours is good, i just looked at it.
Offline
SeanCanoodle made one of those, however I'm too lazy to go get the link.
Offline
bhz wrote:
BoltBait wrote:
That method requires creating two sprites and to do the detection.
Here is another way that I discovered:
http://scratch.mit.edu/projects/BoltBait/480964
My method can be done without creating any sprites. It only needs a single list variable.a more variable-type way
http://scratch.mit.edu/projects/bhz/484959
Your project uses my exact method to do the detection.
And, you didn't even credit me or remix my script so that I would get any credit.
Offline
BoltBait wrote:
bhz wrote:
BoltBait wrote:
That method requires creating two sprites and to do the detection.
Here is another way that I discovered:
http://scratch.mit.edu/projects/BoltBait/480964
My method can be done without creating any sprites. It only needs a single list variable.a more variable-type way
http://scratch.mit.edu/projects/bhz/484959Your project uses my exact method to do the detection.
And, you didn't even credit me or remix my script so that I would get any credit.![]()
Whoops. I thought I remixed it. I guess not... Credited on project page
Offline
Topic closed
Pages: 1