Home
Project Folders
Teacher Resources
Student Resources
How Do I?
Literacy
MWForum
Site Map
Search
Our Team

MWForum Message [Date Index] [Threads] [Authors] [Attachments] [Subscribe]

[Thread Prev] [Thread Next]

To: mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: Re: import video and clickon - two problems
From: "Daniel Ajoy" <da.ajoy@xxxxxxxxx>
Date: Tue, 28 Nov 2006 10:49:57 -0500

On 27 Nov 2006 at 9:45, zehava wizman wrote:

> 2. I wrote startup with clickon to 2 procedures fly and gallop,  
> and I want the text will flash after the clickon action will be  
> finished but the clickon activated the textbox in the same time, 
> how can I force the flash procedure to start only after fly and  
> gallop finished their working ( here attaced the file)          
>
> thanks, Zehava Wizman

I would solve your problem this way:

to fly
t1, repeat 6 [setsh 36 fd 10 wait 2 setsh 37 fd 10 wait 2]
make "fly.ready "true
end

to gallop
t2, repeat 5 [setsh 21 fd 10 wait 2 setsh 22 fd 10 wait 2 
setsh 23 fd 10 wait 2 setsh 24 fd 10 wait 2]
make "gallop.ready "true
end

to flash
text1, repeat 3 [ showtext wait 2 hidetext wait 2]
showtext
end
 
to startup
make "fly.ready "false
make "gallop.ready "false
everyone [clickon]
waituntil [and :fly.ready :gallop.ready] 
flash
end


Daniel
OpenWorld Learning




  • Previous by thread: import video and clickon - two problems
  • Next by thread: Re: import video and clickon - two problems

  • 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.


    © copyright 2001 - 2008