CutScenes?

Game Editor comments and discussion.

CutScenes?

Postby hunter84 » Tue Nov 15, 2011 2:05 am

can you make cut scenes in your game?
If two wrongs don't make a right, try three.
Work in progress:
viewtopic.php?f=4&t=12888

Finished work:
Space Adventures- Lost In Space viewtopic.php?f=4&t=12587
User avatar
hunter84
 
Posts: 133
Joined: Thu Nov 10, 2011 12:13 am
Location: Yukon, Canada
Score: 3 Give a positive score

Re: CutScenes?

Postby Hblade » Tue Nov 15, 2011 2:45 am

Sure ya can! :D as long as you know how to use variables and ChangeAnimation ^^ you'd use 1 variable as a timer, constantly adding by +1 (myvar++;), then you'd use a switch statement
Code: Select all
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; }

You'd keep using the timer to make your events ^^
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: CutScenes?

Postby hunter84 » Tue Nov 15, 2011 2:58 am

i didnt get any of that and i dont know variables and i dont know c or c++ so i guess my game can do without
If two wrongs don't make a right, try three.
Work in progress:
viewtopic.php?f=4&t=12888

Finished work:
Space Adventures- Lost In Space viewtopic.php?f=4&t=12587
User avatar
hunter84
 
Posts: 133
Joined: Thu Nov 10, 2011 12:13 am
Location: Yukon, Canada
Score: 3 Give a positive score

Re: CutScenes?

Postby Hblade » Tue Nov 15, 2011 3:15 am

Oh =) you'll get there one day ^^
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: CutScenes?

Postby hunter84 » Tue Nov 15, 2011 3:19 am

okay :D :D
If two wrongs don't make a right, try three.
Work in progress:
viewtopic.php?f=4&t=12888

Finished work:
Space Adventures- Lost In Space viewtopic.php?f=4&t=12587
User avatar
hunter84
 
Posts: 133
Joined: Thu Nov 10, 2011 12:13 am
Location: Yukon, Canada
Score: 3 Give a positive score


Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest