Buildbox 3d - Jump And Shoot Button - Sample

Discussion in 'Buildbox 3.0' started by weboha, Jan 1, 2019.

Tags:
  1. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    Thats is very useful, thanks
    i made a sample:


    BUTTON

    onClick
    Function that is assigned to this property will be executed when user touch a button
    let button = this.ui().find('MyButton')[0];
    button.onClick = function(){
    Ads.showInterstitial()
    }
     
    Leighton likes this.
  2. superfabiuz

    superfabiuz Boxer

    Joined:
    Nov 23, 2018
    Messages:
    19
    Likes Received:
    2

Share This Page