Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → skipping to the next cell
skipping to the next cell
2001-07-19, 11:16 PM #1
I have a mat, a chevron , with two cells, can I make it turn to cell 2 by a cog function, if so, what is it?
(Addcell or what?)
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}
2001-07-20, 12:16 AM #2
SetMaterialCel(matname, 0);

Just use that, you need to define the mat in the symbols section, use 0 for the first cel , 1 for the next, and so on.

↑ Up to the top!