AS3.0 help
AS3.0 help
Out of context: Reply #3
- Started
- Last post
- 7 Responses
- FixMiller0
well this part of code:
"
if(tool_tip.currentFrameLabel == "pause")
{
tool_tip.toolText.visible = true;
}"
gets called immediately after "tool_tip.gotoAndPlay("open");"if you want to know when it reaches the end you should add a enterFrame event Listener and have that condition checked every frame. Otherwise it gets checked only once, just after it stated playing.