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

#1 2012-02-28 07:14:09

sblake
New Scratcher
Registered: 2012-01-31
Posts: 1

Using the pen to trace a route

Hi. Is it possible for the pen to be in front of sprites? I have a chess board maths challenge and want to be able to trace the route a piece takes as it travels around the board. At present, with the pen down, any drawing done by the pen is behind the chessboard sprites and you can't see the route. Thanks.

Offline

 

#2 2012-02-28 08:47:23

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Using the pen to trace a route

Nope. Sorry. D:

Offline

 

#3 2012-02-28 08:55:46

Liru
Scratcher
Registered: 2012-01-11
Posts: 1000+

Re: Using the pen to trace a route

Make the chess board show, go to first position, stamp then hide.

Offline

 

#4 2012-02-28 09:50:01

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

Re: Using the pen to trace a route

Or, put in a script,

set [ghost v] effect to (100)
forever
go to x: (whatever) y: (whatever) //move, do your stuff, basically
stamp


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

Offline

 

Board footer