[Thread Prev] [Thread Next]
Hello,
Try something like
forever [if slider1 = 20 [dothis]]
or put that in a button in forever:
if slider1 = 20 [dothis]
Careful: don't put a forever in a forever (don't create a forever
instruction inside a button or clickable turtle in forever mode)
or create an event in a "when this do that" field, inside a turtle's
rules tab:
if slider1 = 20 [dothis]
or
if slider1 > 20 [dothis]
AT
Le 2008-06-05 à 06:58, askanexpert@xxxxxxxxxxxxxxxxxxxxxxxxxxxx a
écrit :
This is an automatic message sent from the web form at:
http://mia.openworldlearning.org/howdoi.htm
from: Anonymous <JLadd9@xxxxxxxxxxx>
date: Thu Jun 5 04:58:13 2008
platform: PC
version: MicroWorlds Ex
How do you make something happen when a slider equals a certian
number?
Previous by thread:
Re: MIA, Ask an Expert: reaction to slider
Next by thread:
[no subject]
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.
|