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

#1 2011-11-13 15:09:56

plaque
Scratcher
Registered: 2010-12-19
Posts: 2

Remembering Things

I just figured out a way to have Scratch "remember" something, a background, for instance, when just using a variable would cause interference.
[blocks]<{ background }><{ oldbackground }><set{ oldbackground }to( <{ background }> )><set{ background }to( 0)>[/blocks]
Later:
[blocks]<set{ background }to( <{ oldbackground }>)>[/blocks]

Offline

 

#2 2011-11-13 15:11:57

plaque
Scratcher
Registered: 2010-12-19
Posts: 2

Re: Remembering Things

I'm sorry if the blocks look like someone performed surgery on them. I haven't figured out how to do that yet.

Offline

 

Board footer