navigate the time line by frame label throw an input
Hi ,,,,
trying to navigate the timeline by frame label throw an input.text ()
each frame label is 10 -12 frames their is 623 labels in one layer
so 4 ex. if the input on (Text_44) is "555" it should go to the frame "5555"
instead it goes to the frame 555 which that what it should but
can i find any way to shift frame by label so i can easy navigate by frame label throw cod
__________________________________________________
var CurrentLabel:String = Text_44.text; ;
var num11 = String(CurrentLabel );
var Anum11:String = String(num11) ;
gotoAndStop (Anum11) ;
__________________________________________________
