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

#1 2011-03-26 07:01:49

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

self perform: help

I made the following coding:

Code:

do: t1
self perform: t1

and it does not work. It's supposed to do the call  input in the block, but it says 'Message not understood: nextCostume (or whatever you input'. Help?


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#2 2011-03-26 12:11:36

rubiks_cube_guy238
Scratcher
Registered: 2009-07-02
Posts: 100+

Re: self perform: help

Code:

do: t1
self perform: (t1 asSymbol)

The glass is never half full nor half empty; it is twice as large as it needs to be.

Offline

 

#3 2011-03-26 12:26:53

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: self perform: help

Thanks!


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

Board footer