just to get you give you an idea

the below script would go in a movie script

on prepareMovie
the timeOutScript="StartOver()"
--18000 ticks = 5minutes
the timeoutLength=18000
end

on StartOver
--begining would be replace by the name of a marker or a --frame and number
go to "begining"
end
----- Original Message -----
From: "Buzz Kettles" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "brad condran" <[EMAIL PROTECTED]>
Sent: Friday, October 19, 2001 12:02 PM
Subject: Re: <lingo-l> How to make a pause button


& if you name the flag property 'proceed', it will make the script a
little clearer.

-Buzz


At 3:24 PM -0700 10/19/01, brad condran wrote:
>try this
>
>----------------------------
>
>property flag
>
>on beginsprite me
>     flag=false
>end
>
>on mouseDown me
>     flag=not flag
>end
>
>on enterFrame me
>     if flag then
>         go to the frame +1
>     else if not flag then
>         go to the frame
>     end if
>end
>
>-------------------
>put the above script in a behavior and attach the behavior to a button
>
>
>
>
>----- Original Message -----
>From: "Angela Johansson" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Friday, October 19, 2001 7:29 AM
>Subject: <lingo-l> How to make a pause button
>
>
>
>I�d like to know how to make a button that you could click on and pause
>my presentation.
>Is it possible to use the same button to start it at the second click?
>
>=)
>
>Angela Johansson
>
>
>
>
>[To remove yourself from this list, or to change to digest mode, go to
>http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
>email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
>Lingo-L is for learning and helping with programming Lingo.  Thanks!]
>
>
>
>[To remove yourself from this list, or to change to digest mode, go to
>http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
>email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
>Lingo-L is for learning and helping with programming Lingo.  Thanks!]


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to