Ask a Question related to Macromedia Director Basics, Design and Development.
-
mediamagic webforumsuser@macromedia.com #1
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 to put any lingo over that .I want to do it with flash actionscript.
I am using a button of flash5 which is contianing a code :
on (release) {
getURL("lingo:trapFlashEvent(\"1.1\")", "_self");
}
Through which i want to mean that it will take me to a director marker named 1.1.But it does not work .Is there any problem with my director file or flash button I cannot understand.Will I add any Xtra for that action script to work.
Please Help Me.Please...
mediamagic webforumsuser@macromedia.com Guest
-
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... -
Opening a miaw at a particular marker
I want to create a miaw glossary, so when the user clicks on an item a miaw opens at a particular marker. I can open the miaw but can not go to a... -
marker by frame
is it possible to get the marker name when knowing the frame number it is on ? i need to know the last markers before my currunt frame so far... -
Go to Marker
"Willidar" webforumsuser@macromedia.com wrote: It seems like you gotta move your picking Lingo into the mouseEnter event. Something like this:... -
Fade out before jumping to a new marker
Hello, I'm sure this is easy to do, but I'm new to Director and I've been trying all week long now and I just don't get how to do what I want. ... -
Arturo Toledo #2
Re: marker in a new way
Try this...
on (release) {
getURL("lingo:go to frame 'start'"); -- Excecute Lingo
}
on (release) {
getURL("lingo:go to frame 1");
}
You can also do this...
on (release) {
getURL("event: gotoCustomFrame"); -- Create an event... you would
have to create a on gotoCustomFrame handler in director
}
--
='o'= Arturo ='o'=
[url]www.miltonfrank.tv[/url]
"mediamagic" <webforumsuser@macromedia.com> escribió en el mensaje
news:buj7nk$18l$1@forums.macromedia.com...marker on click over a button .which is made in flash.But I don't want to> Hi,
>
>
> I 'm getting a precular problem in director.I want to go different
put any lingo over that .I want to do it with flash actionscript.named 1.1.But it does not work .Is there any problem with my director file> I am using a button of flash5 which is contianing a code :
>
> on (release) {
> getURL("lingo:trapFlashEvent(\"1.1\")", "_self");
> }
>
>
> Through which i want to mean that it will take me to a director marker
or flash button I cannot understand.Will I add any Xtra for that action
script to work.>
>
> Please Help Me.Please...
>
>
>
>
>
>
Arturo Toledo Guest
-
mediamagic webforumsuser@macromedia.com #3
Re: marker in a new way
Thanks.......It is now working.I have saved my time and work load ...I have visited ur site .But it is not in english...I can't understand anything.
Thanks once again.
mediamagic webforumsuser@macromedia.com Guest
-
Arturo Toledo #4
Re: marker in a new way
I am glad it worked out...
I am working currently on my new site but as my main market is in Mexico
well that´s why Spanish rules hahaha! Debes aprender a hablar español
amigo!!! cada día es más importante... adios!
Arturo
"mediamagic" <webforumsuser@macromedia.com> escribió en el mensaje
news:bul148$gmr$1@forums.macromedia.com...have visited ur site .But it is not in english...I can't understand> Thanks.......It is now working.I have saved my time and work load ...I
anything.>
> Thanks once again.
>
>
Arturo Toledo Guest



Reply With Quote

