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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frame Number

Status
Not open for further replies.

LastCyborg

Programmer
Joined
Feb 7, 2003
Messages
256
Location
MX
How can I know which frame is playing in certain moment?

ie, I want to put a condition
like this
if (FrameNumber == Xnumber)
do something
else



---LastCyborg---
 
if (_currentframe==Xnumber){
// do something
}else{
//do something different
}
 
that was too easy
Thanks



---LastCyborg---
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top