How Can I Create A Clicker Game Made With Buildbox?

Discussion in 'How Can I...?' started by AvocadoStudio, Jun 24, 2019.

  1. AvocadoStudio

    AvocadoStudio Boxer

    Joined:
    Nov 23, 2018
    Messages:
    1
    Likes Received:
    0
    How can i create a Clicker Game made with Buildbox?
    i saw someone who did it so can anyone explain me how its technically works?
     
  2. mamal

    mamal Boxer

    Joined:
    Jun 8, 2019
    Messages:
    43
    Likes Received:
    4
    hello,
    I didn't exactly get what you meant but if you mean a game that detecs clicks
    function touchBegan( point ){

    let _startPoint = point;
    let hitbox_size = 1.5;
    var wp = this.scene().screenToWorld(_startPoint.x, _startPoint.y);
    wp = new Vec3(wp.x, wp.y, wp.z);
    var ent = this.entity()
    var pos = new Vec3(ent.worldPosition().x,ent.worldPosition().y,ent.worldPosition().z);
    if(pos.x - wp.x < hitbox_size && pos.x - wp.x > -hitbox_size && pos.z - wp.z > -hitbox_size && pos.z - wp.z < hitbox_size){
    // log("Touched!");
    this.emitSignal('out', true);
    }
    }

    this is the script which i have used, it detects the click on 3d object and then sends out a signal so after the click the event which you desire will happen .
     
  3. anngelinoo

    anngelinoo Avid Boxer

    Joined:
    Aug 23, 2016
    Messages:
    128
    Likes Received:
    40

    Galaxy Tap * UNIQUE GAME
    You can purchase this template via paypal or
    https://www.sellmyapp.com/?post_type=download&p=240577
    ______________

    Is a very Super Addictive Game which simple gameplay that you will find fun, cute and for all ages , The mission is tap(click) collect the points and free to add another characters ,This template is unique, there is no such template anymore, the game is designed to be able to add different bonuses and new ideas to the game. So let’s play this game . This game is made by Buildbox .


    - More about project:
    For molestation project have and AdMob frameworks, you can easy place your Ads ID .

    Project have good program architecture and High quality images just for you =)
    _____________________________________________________________

    * This game is made by Buildbox, very easy to re skin and very addicting game with Flat style graphics. Buildbox is a breakthrough game creation experience. Creating games is as easy as dropping images into the software, making changes to their properties and hitting play.
    BuildBox project will allow you to edit levels and all the graphics and also export it to platforms such as Android, iOS, Windows Desktop, Windows Desktop EXE, Windows Store, Amazon and OSX.
    ___________________________

    Features :
    Universal (phone & tablet)
    AdMob Banner + Interstitial
    In App Purchase (Remove ADS Button)
    Bonus Mode :
    - X10 for 20 sec
    - X20 for 20 sec
    - X30 for 30 sec
    - X40 for 30 sec
    - X50 for 30 sec
    Posibility to add Characters *for power ups
    Full Game Template
    Easy to Reskin

    Requirements :
    Buildbox 2.3.3 or Above
    Android Studio
    Java JRE 7 or above


    This File Include :
    Buildbox Project ( DOC FILE )
    PNG Files ( Icon Game + all assets )
    ANDROID PROJECT
    XCODE PROJECT
    Game Documentation * Android Project , XCode Project

    How to Re-skin :

    -You can change settings all of game process, it's easy, you just need to change value in settings file.

    -Also you will be able to setup AdMob and ChartBoost in just a minute by inserting your ads IDs and nothing else!

    -Project its easy to reskin and build and you can contact us for solve your problem!


    For Support :
    Feel free to contact us : necsuleu.angelo@gmail.com
     

Share This Page