playMaker

Author Topic: Selecting stages and characters?  (Read 1902 times)

Roninfang

  • Playmaker Newbie
  • *
  • Posts: 32
Selecting stages and characters?
« on: August 06, 2015, 04:38:18 AM »

basically lets say i have 3 characters and 3 stages player can choose


each character/playable has their own set of skills/stats etc

lets say for now name the stages. stage 1, 2 and 3

and characters , character a,b,c

if player chooses playable 1 and stage 1 from the selection menu...when player hits start game obviously player 1 and stage 1 will load

if player chooses playable 2 and stage 1 from the selection menu...when player hits start
game obviously player 2 and stage 1 will load etc etc

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: Selecting stages and characters?
« Reply #1 on: August 06, 2015, 09:16:53 AM »
I didn't see a question but perhaps you are asking how to load different characters with different levels-

Just use the normal load level to load the level then create/spawn/activate the player that you want to use on that level-

Can use an int switch to switch the levels/characters
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!

Roninfang

  • Playmaker Newbie
  • *
  • Posts: 32
Re: Selecting stages and characters?
« Reply #2 on: August 06, 2015, 10:21:56 AM »
"I didn't see a question but perhaps you are asking how to load different characters with different levels-"

yup thats pretty much it...one of my future game ideas...basically player can pick among the 10 or so heroes he or she may want to use...also she/he may also pick which stage to play


Roninfang

  • Playmaker Newbie
  • *
  • Posts: 32
Re: Selecting stages and characters?
« Reply #3 on: August 06, 2015, 10:22:42 AM »
"Can use an int switch to switch the levels/characters"

how so?