[Thread Prev] [Thread Next]
On 27 Sep 2006 at 15:00, Ask an Expert - Question wrote:
> from: Linz <Linz_craig@xxxxxxxxx>
> date: Wed Sep 27 13:19:18 2006
>
> I just started out with this program so these are pretty basic
> questions... How does one designate which turtle is affected by a button?
> My buttons always affect the last turtle placed upon the page.
>
You can address each turtle with:
t1, fd 10
t2, fd 30
I'm attaching a sample project.
And most commands address the "current" turtle, not
the newest turtle. You can make a turtle "current" by
clicking on it.
Daniel
The following section of this message contains a file attachment
prepared for transmission using the Internet MIME message format.
If you are using Pegasus Mail, or any other MIME-compliant system,
you should be able to save it or view it from within your mailer.
If you cannot, please ask your system administrator for assistance.
---- File information -----------
File: ButtonsAndTurtles.mw2
Date: 27 Sep 2006, 15:36
Size: 24092 bytes.
Type: Unknown
Attachment:
ButtonsAndTurtles.mw2
Description: Binary data
Previous by thread:
MIA, Ask an Expert: buttons and turtles
Next by thread:
textbox with coloured name
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|