CutScenes?
Posted: Tue Nov 15, 2011 2:05 am
can you make cut scenes in your game?
switch(myvar) {
case 100: //After 100 frames of the game,
//30 is usually default for 1 second unless you change the game frame rate
break;
case 200: //After 200 frames, etc
break; }