hi, lingoists
simple doubt: does a shockwave movie recognize the moviePath function, when
running locally? that's strange, because i've made a very simple structure
with two movies, "movie b.dcr" on a folder bellow of "movie a.dcr", which
is on the "root". the problem comes when i try to go back from movie b to
movie a, one level above.
on "movie a", i've put the following script:
global gPath
on startMovie
gPath = []
add gPath,the moviePath&the movieName
end
and in "movie b.dcr", the following script on a button:
global gPath
on mouseUp
go to movie gPath[1]
end
and movie b cannot find "movie a.dcr". for testing, i've put a field on
"movie b" to check gPath, and it displays only the movieName, "movie
a.dcr". the moviePath is gone. and if i run it as .dir, the moviePath is ok.
got the idea?
thanks,
[]'s
Quixad�
web site - http://www.alternex.com.br/~quixada
[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!]