Change Character In Buildbox 3 - Sample

Discussion in 'Buildbox 3.0' started by weboha, Dec 31, 2018.

Tags:
  1. rossi123

    rossi123 Boxer

    Joined:
    Mar 6, 2019
    Messages:
    3
    Likes Received:
    0
    yes it works with me and the "lock button" is fully functional in the final version of BB3
     
    Last edited: Mar 6, 2019
  2. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    you can make your buying/unlock character buttons. last bb3 update support coding ui buttons.

    let button = this.ui().find('MyButton')[0];
    button.onClick = function(){

    this.ui().find('lock')[0].setVisible(0);
    this.ui().find('chracter1')[0].setVisible(1);
    }
     
  3. Ahsan

    Ahsan Boxer

    Joined:
    Feb 7, 2019
    Messages:
    20
    Likes Received:
    0
    @weboha can u help me a little when I reset game character is reset to default as well is there a way for example if character shape is sphere is stays sphere until I change it
     
  4. Ahsan

    Ahsan Boxer

    Joined:
    Feb 7, 2019
    Messages:
    20
    Likes Received:
    0
    reset is ok but even if I go to new world it still goes back to default I want e.g if I change character that character shows up in all my world too sorry if im confusing im new at buildbox
     
  5. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    595
    Likes Received:
    230

    Attached Files:

    Last edited: Aug 25, 2019

Share This Page