>> how do I pass the name of the current movie to the called movie
> 
> 
> 
> Global variables persist, so just put the name of the current movie
> into a variable before going to the called one.


the following doesn't work:-


in the first movie :

 on prepareMovie
  global mName
  set mName to "firstmovie.dcr"
end prepareMovie



then in the second movie:
on prepareMovie
  global mName
end prepareMovie

on mouseUp
  gotoNetMovie mName
end mouseUp



please help

Gopinath


[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