Apr 1, 2009 #1 overyde Programmer May 27, 2003 226 ZA Is there a way to count how many frames are contained in a movieclip? Reality is built on a foundation of dreams.
Is there a way to count how many frames are contained in a movieclip? Reality is built on a foundation of dreams.
Apr 1, 2009 1 #2 oldnewbie Technical User Dec 6, 2000 9,142 CA trace(my_mc._totalframes); Regards. CLICK HERE TO DONATE. VISIT MY FORUM TO GET YOUR OWN FREE WEBSITE HOSTING Upvote 0 Downvote
trace(my_mc._totalframes); Regards. CLICK HERE TO DONATE. VISIT MY FORUM TO GET YOUR OWN FREE WEBSITE HOSTING
Apr 1, 2009 Thread starter #3 overyde Programmer May 27, 2003 226 ZA Thanks old newbie! The as3/Flash cs4 syntax is now: Code: trace(this.totalFrames); Reality is built on a foundation of dreams. Upvote 0 Downvote
Thanks old newbie! The as3/Flash cs4 syntax is now: Code: trace(this.totalFrames); Reality is built on a foundation of dreams.
Apr 1, 2009 #4 oldnewbie Technical User Dec 6, 2000 9,142 CA Regards. CLICK HERE TO DONATE. VISIT MY FORUM TO GET YOUR OWN FREE WEBSITE HOSTING Upvote 0 Downvote