Ask a Question related to Macromedia Director Basics, Design and Development.
-
alg525 #1
go to marker in different movie
I have a project with several movies. The markers in all these movies have
unique names. On the navigation buttons I put "go to "marker", but I get an
error message. What's the script to tell it to go to a specific marker in a
specific movie? I thought if I had unique marker names, it would find it no
matter what movie. I guess that's not right?
alg525 Guest
-
marker in a new way
Hi, I 'm getting a precular problem in director.I want to go different marker on click over a button .which is made in flash.But I don't want... -
HELP !! jump to marker in another movie (.dir file)
Hey guys :) Can anyone tell me please the script i need to place on a button so that on mouseup it jumps to another movie but starts from a... -
Go to Marker
"Willidar" webforumsuser@macromedia.com wrote: It seems like you gotta move your picking Lingo into the mouseEnter event. Something like this:... -
Jump to movie behavior does not navigate to a marker
i need thid beh. on a mac together with the previous /next Button beh. but the movie does not jump to the marker (as already known as a bug on... -
Can a keyword search launch movie/go to marker?
I am after some advice and if anyone can offer any suggestions, I would be eternally grateful... I have a "dictionary of terms" with each term... -
Dave Mennenoh #2
Re: go to marker in different movie
If you're going to a new movie then the marker/frame is optional, but the
movie is not...
_movie.go("someMarker", "newMovieName")
or, prior to MX2004:
go frame("someMarker") of movie("newMovieName")
--
Dave
[url]http://www.blurredistinction.com/director[/url]
Team Macromedia Volunteer
[url]http://macromedia.com/go/team[/url]
Dave Mennenoh Guest
-



Reply With Quote

