Save Game Bb3???

Discussion in 'How Can I...?' started by whitedogapp, Jun 10, 2019.

  1. whitedogapp

    whitedogapp Avid Boxer

    Joined:
    Oct 8, 2015
    Messages:
    295
    Likes Received:
    72
  2. Sean Buildbox

    Sean Buildbox Serious Boxer

    Joined:
    Sep 24, 2015
    Messages:
    902
    Likes Received:
    1,076
    We are working on bringing checkpoints in to BB3 in a non code/node way. But if you want to code a little bit there is a way to Store anything in to Settings class and that class will automatically restore/save during game load/unload:

    Settings.myVariable = position
    (edited)
    you can use Settings as a place to store all your info
    and then you can read it by simply
    let position = Settings.myVariable;

    but this is a coding solution. For non coders we are preparing an easy and solid way to do so currently however.
     
  3. MomoMe

    MomoMe Boxer

    Joined:
    Feb 17, 2017
    Messages:
    21
    Likes Received:
    13
    Hello Sean,
    When will this node based (checkpoints) solution will be available exactly?
    @Sean Buildbox
     
  4. whitedogapp

    whitedogapp Avid Boxer

    Joined:
    Oct 8, 2015
    Messages:
    295
    Likes Received:
    72
    can u show me it in bb3 script node?
    and i am working on mobile game levels like voodoo and others have u finish curent level, and jump into other and will it work for that??
     
  5. whitedogapp

    whitedogapp Avid Boxer

    Joined:
    Oct 8, 2015
    Messages:
    295
    Likes Received:
    72
    and one more level selector node not works wich i can use level based game
    @Sean Buildbox
     
  6. Swapnil Mali

    Swapnil Mali Boxer

    Joined:
    May 16, 2019
    Messages:
    18
    Likes Received:
    0
    hello sean,
    how to add checkpoints via scripting?
     

Share This Page