How can I start from where it ended

Discussion in 'How Can I...?' started by sarath2300, Jan 22, 2016.

  1. sarath2300

    sarath2300 Boxer

    Joined:
    Dec 30, 2015
    Messages:
    43
    Likes Received:
    3
    I'm developing a Game which is like old game Mario.

    my doubt when the character runs 4 scenes a head and gets defeated , I was able to start the game from beginning but how can we start the game from where it ended???

    I mean if character died at scene 4 it has to restart from 4th scene only not again starting from 1st scene.

    how can I do it please help me !!

    Appreciate for quick response , Please guys.
     
  2. andre_sprs

    andre_sprs Serious Boxer

    Joined:
    Sep 30, 2015
    Messages:
    844
    Likes Received:
    403
    You will need to add checkpoints in your game.
    On the main menu make the start button -> start checkpoint
     
  3. sarath2300

    sarath2300 Boxer

    Joined:
    Dec 30, 2015
    Messages:
    43
    Likes Received:
    3
    thanks so much for the reply..it helped me out

    but can you tell me in detail how the scenario works

    as it has three check points.
    restart check point.
    next check point
    and set check point
    I don't know where to start ???

    which check point to use where??/
    confused please help me
     
  4. M7Even

    M7Even Boxer

    Joined:
    Jan 10, 2016
    Messages:
    17
    Likes Received:
    6
    Set a checkpoint in every scene, and when you die make a button with "restart checkpoint" and you will restart from the last checkpoint
     
    sarath2300 likes this.
  5. sarath2300

    sarath2300 Boxer

    Joined:
    Dec 30, 2015
    Messages:
    43
    Likes Received:
    3
    Thanks so much.
     

Share This Page