I think it will works on the startmovie
--------
on startMovie
  installMenu "Menu"
end

and make sure u have a text field call "menu" in your cast with
the right menu format
--------
menu: menuName

itemName | script
itemName | script
-------
u can find all these in your lingo help files. search for "menu"

rtfm^_^

[EMAIL PROTECTED] wrote:

> I am working with a stub projector that loads another dir movie. The stub
> contains no installMenu command, but the second movie (the dir file)
> does. When I try to load this movie I get an error. The install is in the
> prepareMovie Movie Script of the second movie.
>
> ---------------------------
> on prepareMovie me
>       installMenu(member"menu")
> end
> ---------------------------
>
> Am I supposed to do the install before I jump into the second file? Is the
> install on linked movies not supposed to be in the prepare handler?
> Should I be setting the movies to be maximized on the user's monitor?
>
> I cannot find a TechNote on how this lingo script works when jumping into
> another movie.
>
> Thanks,
> william m-
>
> [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