[Thread Prev] [Thread Next]
thank you!!
________________________________
From: Alain Tougas [mailto:da.ajoy@xxxxxxxxx]
Sent: Tue 10/16/2007 1:15 PM
To: mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: RE: MIA, Ask an Expert: 6th grader questions[Scanned]
Hi!
Here are some partial answers:
1. Check the Horse race sample or tutorial. Tell me if your question is not
covered. I'm not sure I understand your question.
2. place the turtle where you want and type this in the command center: show
pos
3. launch the sound and then do the animation. Here are two examples
to test
launch [vivaldi]
repeat 50 [dothis dothat]
end
or
to test
launch [vivaldi]
t5, clickon
waituntil [done? [vivaldi]]
t5, clickoff
end
assuming that t5 has a "forever" mode clickon instruction in its backpack
4. ht is the command (hide turtle). st is the opposite. So, in t1's
backpack, on the Rules tab, in the OnTouch field, type react. In the
Procedures tab of that backpack, write the "react" procedure
to react
ask touchedturtle [ht]
...whatever else you want to do...
end
<<winmail.dat>>
Previous by thread:
RE: MIA, Ask an Expert: 6th grader questions
Next by thread:
RE: MIA, Ask an Expert: 6th grader questions
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.
|