Have you looked at any of the tutorials, read the docs, or anything? No 
offense, it's just that it's such a basic question.

To pause a movie, put in the frame script

on exitframe
        go the frame
end

and if you want a button to resume play, put on the button

on mousedown me
        go the frame + 1
end

Basically the exitframe on the frame script will cycle the frame on the 
current frame, the mousedown behavior will make it jump to the frame AFTER 
that frame, dig?

On Wed, 2 Apr 2003 [EMAIL PROTECTED] wrote:

> Dear all,
> 
> I want to know that is there a way to pause the movie and then continue
> after some time. Similar to a audio player where you have a pause button and
> then you release it top continue from where you were ???
> 
> ASAP
> 
> Looking forward to hearing from you.
> 
> Thanking you.
> 
> Yours truly,
> For WITS
> 
> Hitesh
> 
> Ph: (91 - 22) 2878 6319 / 20
> [EMAIL PROTECTED]
> http://www.witsindia.com <-- From Dreams to Reality the Realisation of
> Innovations
> 
> All the data/ material provided above is under the copyright of M/s WITS and
> should not be reproduced in any form, electronically or in print or in any
> other way, without the prior consent of any authorised representative of M/s
> WITS. Suitable action will be taken against those failing to comply. � WITS
> 2002
> 
> ----- Original Message -----
> From: "Justin Redenius" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, November 16, 2002 8:35 PM
> Subject: Re: <lingo-l> wait
> 
> 
> > try adding 'updatestage' at the end of your repeat loop.
> >                                       --jR
> >  -----------------------------------------------------------------------
> > DT-Rene Vazquez wrote:
> >
> > > Hi, I'm trying to animate a sprite by script code with lingo. I move the
> > > sprite with a while loop sprite by increasing its locV property, but I
> > > want to introduce some delay between each change in position in order to
> > > see the animation. Can someone give me some guide to achieve this effect
> > > or something similar?
> >
> > [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/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/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/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