How Can I... Lots Of Questions ;)

Discussion in 'How Can I...?' started by Mateusz, May 4, 2020.

  1. Mateusz

    Mateusz Boxer

    Joined:
    May 4, 2020
    Messages:
    6
    Likes Received:
    0
    Hello Everyone!

    I am new to buildbox, and I am trying to design my game. I am Ui Designer, so basically I don't have an idea about logic / code, but I am able to make a nice game :)

    So.. There are few things I struggle with... I hope you can help me :) ?

    01. I am doing similar game like flappy bird - Can you please tell me is there anyway when u "Start" a game, it will instantly "Pause" it and on your click you actually start playing?

    02. I have coins in my game that you collect, I want them to float (up down only few pixels) How can I do that :( ?

    03. Here https://gifyu.com/image/lewA you can see Image of my spikes "Collision Shape" Is there anyway that collision shape is not rectangular and I can adjust it to exact shape of "Spikes" ?

    Thanks for your help :)
     
  2. spicedbeangames

    spicedbeangames Miniboss Boxer

    Joined:
    Mar 31, 2016
    Messages:
    1,389
    Likes Received:
    596
    Is this BB2 or 3?It looks like 2.
    1 - yes, using the event observers and using a pause with a UI menu
    2 - Yes, using the logic pieces so when coin touches the top one, it moves down, then the bottom up, it moves up. You will need to adjust the speed etc.
    3 - Not worth doing that. The majority of games do collisions in 2d the same way, actually have it a little shorter from the end spikes, to be a bit more forgiving. Otherwise, too many collision shapes, takes up processing power and slows the game down
     
    Mateusz likes this.
  3. 5petersonzachary

    5petersonzachary Serious Boxer

    Joined:
    Jan 23, 2016
    Messages:
    569
    Likes Received:
    169
    If it's bb3, for number 2 you could just use a wave node
     
    Mateusz likes this.
  4. Mateusz

    Mateusz Boxer

    Joined:
    May 4, 2020
    Messages:
    6
    Likes Received:
    0
    BB2 or BB3? Not sure what it means, I think you mean that my games is BB2 - 2D :D ?

    Thank you for answers guys !

    @spicedbeangames

    I think I am too stupid for this :D
    In relation to "1"
    https://imgur.com/jqHHiVR - This is my map and Observe Event attached.
    https://imgur.com/YuwbgYV - This is Main UI screen where the event is located - You click play and the game should be instantly paused, but its not working :(

    What am I doing wrong? :D

    Also 02 Killed my brain, not too sure where can i find Logic pieces :D
    https://imgur.com/oPMJmgw - Pretty sure I dont have "Logic Pieces"?
     
    Last edited: May 5, 2020
  5. 5petersonzachary

    5petersonzachary Serious Boxer

    Joined:
    Jan 23, 2016
    Messages:
    569
    Likes Received:
    169
    Ok so looking at your screenshots you seem to be using buildbox 3.0. In BB3 they removed logic pieces but you can use the node called "wave" to make the coin float up and down.
     
    Mateusz likes this.
  6. Mateusz

    Mateusz Boxer

    Joined:
    May 4, 2020
    Messages:
    6
    Likes Received:
    0
    Thanks, now I get it, it was actually quite easy :D
     
  7. Mateusz

    Mateusz Boxer

    Joined:
    May 4, 2020
    Messages:
    6
    Likes Received:
    0
    Still not sure about 01 if anyone can help out :D
     
  8. Mateusz

    Mateusz Boxer

    Joined:
    May 4, 2020
    Messages:
    6
    Likes Received:
    0
    Also.. New Question appeared, how Can I change character? There are lots of tutorials online, but my software looks completely different :| I dont have an option like "Change Character" :(
     

Share This Page