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

#1 2012-05-12 23:27:00

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

definition

you can't make definition blocks in bb code. see

proc [testing 123]
define [testing 123]
broadcast [see v ]


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#2 2012-05-12 23:37:57

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: definition

when gf clicked
set [☁ playin'... v ] to [online java]
obsolete!  //these three blocks make an online/offline decetor
set [☁ playin'... v ] to [offline scratch]

Last edited by Jonathan50 (2012-05-12 23:41:42)


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#3 2012-05-13 00:25:59

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: definition

Jonathan50 wrote:

when gf clicked
set [☁ playin'... v ] to [online java]
obsolete!  //these three blocks make an online/offline decetor
set [☁ playin'... v ] to [offline scratch]

Just use:

set [player v] to [offline]
set [x] to [(0 / 0)]
set [player v] to [online]


http://i.imgur.com/BAEgGDL.png

Offline

 

Board footer