Curling Disc 3d

Discussion in 'Game Showcase' started by weboha, Mar 22, 2019.

  1. Nongpok Thokchom

    Nongpok Thokchom Boxer

    Joined:
    Nov 5, 2018
    Messages:
    16
    Likes Received:
    3
    hey @weboha , I noticed that the 3d games developed with buildbox 3 has fps decrease in my android phones. I don't know if these things are happening with you guys or not, Please share some of your feedback..!!
     
  2. Mrsi

    Mrsi Boxer

    Joined:
    Jul 3, 2018
    Messages:
    34
    Likes Received:
    2
    @weboha how did you manage to make the level progress bar?
     
  3. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    its very simple. add this code in update:

    let barsc = Settings.score/Settings.obje; //curent score / total object
    bar.setScale(barsc,1,1); //level bar scale x
     
    MAC420 likes this.
  4. Nongpok Thokchom

    Nongpok Thokchom Boxer

    Joined:
    Nov 5, 2018
    Messages:
    16
    Likes Received:
    3
    Hey @mobac , its very simple. There is a game preset in BB3 called Progression, check that out and apply the same changes to your game by exporting the progression .bbasset file in your game.
     
    MAC420 likes this.
  5. antigoos

    antigoos Boxer

    Joined:
    Feb 7, 2019
    Messages:
    28
    Likes Received:
    1
    Hello,
    I'm trying to run a Buildbox 3d developed game on my iphone 5C with ios 10.3.3 onboard. When I build in xcode, I receive a lot of errors.
    Can you please help me to build the game? I get a lot of errors "Undefined symbols for architecture armv7"
    When I instead try to build an export from Buildbox 2.3.7, no problems occur.
     
  6. comicsmathias

    comicsmathias Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    120
    Likes Received:
    41
    Runs in slow mode on my Android phone, moto g5 plus
     
  7. antigoos

    antigoos Boxer

    Joined:
    Feb 7, 2019
    Messages:
    28
    Likes Received:
    1
    Update: I solved the problem: I bought an iPhone 6s and within one mouse click the game went from exported ios folder to the iphone, running well.
     
  8. tonymartz2

    tonymartz2 Avid Boxer

    Joined:
    Jun 9, 2016
    Messages:
    198
    Likes Received:
    46
    hey, how exactly do you setup this confetti code?
    thanks
     
  9. tonymartz2

    tonymartz2 Avid Boxer

    Joined:
    Jun 9, 2016
    Messages:
    198
    Likes Received:
    46
    anyone?
     
  10. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    add and object and add a code node.
    then add another object make Dynamic, give name confet.
    code create 25 confetti object.
     
  11. isac cabrera

    isac cabrera Boxer

    Joined:
    Nov 8, 2018
    Messages:
    50
    Likes Received:
    8
  12. tonymartz2

    tonymartz2 Avid Boxer

    Joined:
    Jun 9, 2016
    Messages:
    198
    Likes Received:
    46
    just download it, great game, one important tip, ease on the ads, you have them too often causing players to get annpyed and leaving poor review despite being a good game.

    showing supports with 5 star for good work.
     
  13. whitedogapp

    whitedogapp Avid Boxer

    Joined:
    Oct 8, 2015
    Messages:
    295
    Likes Received:
    72
    this code is physics only or swipe how it look in nodes?
     
  14. isac cabrera

    isac cabrera Boxer

    Joined:
    Nov 8, 2018
    Messages:
    50
    Likes Received:
    8

    Hi man! hope you can help me, could you tell me how did you integrated ads and also how did you manage the "no ads" button? it will help a lot man, it's the only thing I'm waiting for to finish my game.
     
  15. AppNasty

    AppNasty Miniboss Boxer

    Joined:
    Apr 14, 2016
    Messages:
    1,480
    Likes Received:
    889
    Wow. This is superb. Few dev Qs if I may?
    The mountains in the BG, is that just an image positioned right? Because they look like they are actually there!

    The water effect, is that from what’s his names asset? Of the 3 levels of waves?
     
  16. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    mountains and waters are png :)
     
    AppNasty likes this.
  17. AppNasty

    AppNasty Miniboss Boxer

    Joined:
    Apr 14, 2016
    Messages:
    1,480
    Likes Received:
    889
    Wow. I didnt even know you can do that. Messed with the WAVE node in a water image but doesn't look as good. The way you have yours setup is PERFECT. Good job, man,. No reason this cant top charts. Make sure you post on TouchArcade forums. Use their forum code to pull data from the appstore.
     

Share This Page