Well, I ment:

you can use this in a score script, attached to the button sprite:

global <your_global_here>

on mouseUp me
  go to frame <your_global_here>
end mouseUp

now I spelled everything right : )

Nelson

> Hi Ferdi,
>
> yu can use this attached to a score script:
>
>
> global <your_global_here>
>
> on mouseUp me
>   go to frame <your_global_here>
> end mouseUp
>
> Nelson
>
> ----- Original Message -----
> > Hi, is there anyone out there who can help me?
> >
> > I want to create a button that will take the user back to the previous
> > screen in a Director Movie I'm creating.
> > Because the user can jump around the movie in a non-linear fashion its
no
> > good going back to the previous marker.
> > I set up a global variable in which to set the frame number of the
> previous
> > screen and can see in the message window that that is working fine.
> > I just don't know how to get the button to go to the frame of that
> variable
> > value.
> >
> > Help!!
> >
> > Ferdi



[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