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

make a animated cast member

Status
Not open for further replies.

soldieryap

Programmer
Aug 15, 2000
59
MY
if i made up a animated sprite using "cast to time", can i make it as a cast member? how?

and if i use the =>sprite(me.spriteNum).member = member&quot;animation&quot;<=, how can i change many member in there? which means change the member one by one, that would view like a animation one ...

thx a lot ....
 
To make it as a cast member select all the frames and sprites in the animated sequence and drag them onto the cast. It will create a film loop. They are limited in many ways.

For your other task just increment the membernum. You will want if statements to stop it going too far or to loop the animation. (untested code, you may need to work it a bit)

sprite(me.spritenum).member =
sprite(me.spritenum).membernum + 1

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top