Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Counting Movieclip Frames 1

Status
Not open for further replies.

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.
 
Thanks old newbie! The as3/Flash cs4 syntax is now:
Code:
trace(this.totalFrames);

Reality is built on a foundation of dreams.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top