I made the following coding:
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?
Offline
do: t1 self perform: (t1 asSymbol)
Offline
Thanks!
Offline