-
1. Re: Can different symbols share the same trigger?
Jason_Link Aug 7, 2014 9:21 PM (in response to ianloh123)Hey Mate,
sym.getSymbol("about").play("over" ); is asking to play a timeline from a symbol called "about".
However this isn't what is set up.
if you were type sym.play("over"); what you'll find is that all of the contact/gallery etc will animate.
you need to create a symbol for each button and copy those triggers and animations details into that symbol OR if you want to use the stage timeline (recommend only if a basic comp or site) then spread those animations out and triggers.
i.e aboutOver and galleryOver
Best to create individual symbol for each button and then click on "open actions' for each of those buttons and add the mouse enter / mouse leave / click actions there.
-
2. Re: Can different symbols share the same trigger?
ianloh123 Aug 7, 2014 9:28 PM (in response to Jason_Link)Thx a lot for clearing that up Jason!
I guess that's a lesson in laziness for beginners like myself.


