[Thread Prev] [Thread Next]
Hum!
I?ve just tried
tto [t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20
t21 t22 t23 t24 t25 t26 t27 t28 t29 t30 t31 t32] fd 50
in MW Pro and it works fine. Try
get "page1 "turtles (using whatever is your page name)
and look at the list of turtles on that page. If a single turtle from the
list is missing on the current page, you will get this error message.
In other words? in MW Pro,
tto does accept a list of turtles as input
there must be a limit, but I tried 55 turtles and it was still fine.
Another possibility: when typing ling lists such as this one, you may be
entering some invisible characters that will ?pollute? your text. On a Mac,
for example, hitting Option Space will create an invisible unbreakable space
and the list will be invalid.
For example, on a Mac:
show count [a b] (with a normal space between a and b)
2
show count [a b] (with an option-space between a and b)
1
See? AltCar-Space does the same on Windows. Just for fun, copy the long list
in your instruction and count the elements:
show count [t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19
t20 t21 t22 t23 t24 t25]
If you don?t get « 25 » as the answer, your list is « polluted »
Ciao,
Alain
-----Original Message-----
From: mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[mailto:mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx]On Behalf Of zehava
wizman
Sent: December 15, 2006 1:44 AM
To: mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: RE: A way to exit the project by a procedure
Hello Alain and Daniel!
The command "everyone [clickon] is good to use when all your turtles have to
activate.In the attached project, there is some turtles that look like
buttons but they really turtles and have commands in their instructions, so
the command has to be tto and its works. I think, it has limit of numbers of
turtles/.
Thanks, Zehava
Alain Tougas <alain@xxxxxxx> wrote:
Hi!
The sequence
tto [several turtle names]
clickon
is valid, just as much as this one:
everyone [clickon]
Alain
-----Original Message-----
From: mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[mailto:mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Daniel Ajoy
Sent: December 14, 2006 9:20 AM
To: mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: Re: A way to exit the project by a procedure
On 14 Dec 2006 at 0:40, zehava wizman wrote:
> Hello Forum!
> Is there a way to exit project being in presentationmode out of
> the project, by a procedure that the user will push the button
> EXIT and go out of MicroWorlds environment;
>
> Thanks, Zehava Wizman
In that project there is this sequence of instructions:
tto [t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21
t22 t23 t24 t25]
clickon
I've been telling people that this is invalid. and produces the following
error message:
clickon does not like [t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16
t17 t18 t19 t20 t21
t22 t23 t24 t25] as input in start
Am I correct?
Daniel
OpenWorld Learning
_____
Want to start your own business? Learn how on Yahoo! Small Business.
<http://us.rd.yahoo.com/evt=41244/*http://smallbusiness.yahoo.com/r-index>
Previous by thread:
RE: A way to exit the project by a procedure
Next by thread:
RE: A way to exit the project by a procedure
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.
|