[Thread Prev] <
> Hello Forum!
>
> Is there a way the computer will choose randomallay 2 item
> from some turtles, using PICK choose only one each time.
>
> If there 4 turtles in a quiz, each of them is a question,
> and I want the computer will flash randomally two of the
> turtles each time.
>
> Thanks, Zehava Wizman
I'm not sure that I've answered your question with this
project attached.
The code is:
to pick2
tto pick [[t1 t2] [t2 t3] [t3 t4] [t4 t1]]
repeat 4 [ht wait 3 st wait 3]
end
Daniel
OpenWorld Learning
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: Flash2.mw2
Date: 1 Mar 2007, 9:05
Size: 24134 bytes.
Type: Unknown
Attachment:
Flash2.mw2
Description: Binary data
Previous by thread:
Re: choosing randomally more then 1 item in same time
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.
|