View Single Post

  #1 (permalink)  
Old 25-07-08, 04:34
coma coma is offline
Junior Member
 
Join Date: Jul 2008
Posts: 8
Rep Power: 0
coma is on a distinguished road
Question variables and functions from child movieclip

on my main time line i have 2 varaibles: "LastSelected" and "Flagged", which are used to control the navigation on the site im making. I also have a function called UnClick() which perfroms the rollout animation for the btn last selected and then jumps to the flaaged section. these are all on the main timeline.

now ive created a button symbol that is inside a movieclip called "HomeContent" and i need it to navigate the main timeline to another label "Services" and to do so i need to assign the 2 variables and call the UnClick() function from within the MovieClip.

this sounds like a simple thing to do but im kinda new to flash and AS3
Reply With Quote