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

#1 2013-05-04 10:05:40

FlashBits
Scratcher
Registered: 2012-02-25
Posts: 3

Scratchblocks Testing In Forum Posts

(I am testing the scratchblocks scripts in the forums. The scripting is like HTML)

when gf clicked
forever
  create [code v]
  create [list v] [Scratch]
  create [variable v] [Data]
  add [Squeak] to [Scratch v]
  add [FileCode] to [Scratch v]
  convert <item [1 v] of [Scratch v]> to [FileCodeCompressed]
  change [Data v] by (length of [Scratch v])
  if <(item [last v] of [Scratch v]) contains [FileCodeCompressed]>
    write (item [last v] of [Scratch v]) to [code v]
end

Last edited by FlashBits (2013-05-04 10:20:51)

Offline

 

#2 2013-05-04 10:07:01

kyoopa
New Scratcher
Registered: 2013-04-29
Posts: 10

Re: Scratchblocks Testing In Forum Posts

There's a scratchblocks thread in Help with Scripts. I'm gonna ask if mods can close this...

Offline

 

#3 2013-05-04 10:26:30

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Scratchblocks Testing In Forum Posts

Yep!  We have one right over here, for your use.  That way, we don't end up with a lot of stray topics all over the place  smile


http://i39.tinypic.com/2nav6o7.gif

Offline

 

Board footer