Can An Object, Pickup Powerups And Somehow With Collision Cause A Gameover?

Discussion in 'How Can I...?' started by jayloh90, Jan 21, 2017.

  1. jayloh90

    jayloh90 Boxer

    Joined:
    Dec 19, 2016
    Messages:
    28
    Likes Received:
    12
    My game has similar principles to BlockBreaker/Breakout
    I know that Characters can take powerups indefinitely. I know they can use the menu jump indefinitely.

    I am currently using a Ball object rather than character, because the character is being used to manipulate the Paddles. Wondering if as an object, the ball can pickup powerups and also cause a gameover somehow so i can go to another level.
     
    Last edited: Jan 21, 2017
  2. Christoph

    Christoph Miniboss Boxer

    Joined:
    Oct 4, 2015
    Messages:
    2,807
    Likes Received:
    2,309
    I don't think so. The only element that really interacts is the character. So the first thing I would try is to make the ball the character. Then use advanced moves to move the paddle. If this does not work, you need to make some hack. Is it possible that when the ball (not the character) reaches the end point you can destroy one final decoration object that has the powerup in its death animation that then get picked up by the paddle? You might have to make it big as the screen so it can't be missed. Or attach the powerup to a physic decoration object that then falls down and get picked up when the last platform is destroyed. That could work too.
     
  3. brakewind723

    brakewind723 Serious Boxer

    Joined:
    Oct 3, 2015
    Messages:
    583
    Likes Received:
    506
    Yeah just have the ball object destroy an object without a collision or any damage and drop the action in that non collision object death animation and stretch it so the character can touch. Basically what Christoph said.
     
    Christoph likes this.
  4. jayloh90

    jayloh90 Boxer

    Joined:
    Dec 19, 2016
    Messages:
    28
    Likes Received:
    12
    Hey you guys. Thanks so much for the help. Appreciate it much. Ill go try it out and report back!
     

Share This Page