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

#1 2010-06-17 11:50:23

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Scripts that only work on/off line

to make a script that only works when downloaded, make a script that starts with
<when I receive[ Scratch-StartClicked]>

Then when you click the green flag the script starts but only offline.
To make a script that only works online is a bit harder.
<when green flag clicked>
<move( (( 0 </> 0 ))  )steps>
[insert script here.]

this will make a script that only works online


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#2 2010-06-17 11:54:54

Wolfie1996
Retired Community Moderator
Registered: 2009-07-08
Posts: 1000+

Re: Scripts that only work on/off line

There are several ways of recreating something like the second one... I was looking around Scratch a while ago, and came up with another one... I'll get the link to that.  smile

Bleh... The version I uploaded a while ago is confusing - I'll reupload it  smile

EDIT Here it is, reuploaded, and ready to use  big_smile  http://scratch.mit.edu/projects/blueshadow/1086755


"...Jargon - the practice of never calling a spade a spade, when you might instead call it a manual earth-restructing implement..." - Bill Bryson, Mother Tongue

Offline

 

#3 2010-06-17 12:39:40

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Scripts that only work on/off line

Cool, a way of doing online/offline testing, that won't stop working when they update the java applet!


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

Board footer