8 reputation
13
bio website
location
age
visits member for 3 years, 7 months
seen Nov 13 '09 at 11:21
stats profile views 2

Nov
14
awarded  Notable Question
Apr
29
awarded  Popular Question
Nov
4
awarded  Scholar
Nov
4
comment gotoAndPlay() from Custom Class to Flash Timeline
ahhhh....lighbulbs. Thank you cb.
Nov
4
accepted gotoAndPlay() from Custom Class to Flash Timeline
Nov
2
comment gotoAndPlay() from Custom Class to Flash Timeline
i've not a clue on the correct syntax of this.... the function would look simple like.... public function navigateToPages(args):void { var newframe:String=args[0]; MovieClip(this.parent)['pages'].gotoAndStop(newframe); } i've also set a declaration as... var mainTimeline:MovieClip=this.parent as MovieClip; and written it as... mainTimeLine(this.parent)['pages].gotoAndPlay(newframe); no luck.
Nov
1
comment gotoAndPlay() from Custom Class to Flash Timeline
Actually, the difficulty is that i need to reference the timeline of a movieclip called "pages" that sits as a placeholder on the main timeline....ie., from the main timeline i'd say pages.gotoAndPlay. THAT is the timeline which I wish to move - I wasn't so clear about that.
Nov
1
awarded  Student
Oct
31
asked gotoAndPlay() from Custom Class to Flash Timeline