Make The Score On Top Of Screen To Animate At 10 Points Or So??

Discussion in 'How Can I...?' started by Jaky1, Dec 30, 2016.

  1. Jaky1

    Jaky1 Serious Boxer

    Joined:
    Aug 22, 2016
    Messages:
    523
    Likes Received:
    142
    I wanted to animate the score on top of the screen in games, when the player covers 10 points , each time.

    Like it zooms in, shakes a little and sound is played. Is there anyway to achieve this?
    Should I try to add an action. but then I will have to make a separate action for 10 points, 20 points and so on. That's too much.

    Any help appreciated.

    Thanks!
     
  2. Jaky1

    Jaky1 Serious Boxer

    Joined:
    Aug 22, 2016
    Messages:
    523
    Likes Received:
    142
  3. blad300

    blad300 Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    515
    Likes Received:
    276
    The problem is with BB.
    You cant repeat to every 10 coins because when you reach 10 your ui will come out and will stay there because you have 10.
    So..
    You can add an event observer to an ui with some effects and then return to your ui .
    And dont forget redirect 1 event also.
    But in forget world you must add from 10 to 10, 10 ,20 , 30 ...
    And diiferent ui also... for 10 for 20 for 30 .
    Should work .

    We need updates in BB :)
     
  4. Jaky1

    Jaky1 Serious Boxer

    Joined:
    Aug 22, 2016
    Messages:
    523
    Likes Received:
    142
    GOD, BB is really limiting. Now I know it is hard, still it is pretty great. But they do not add features that we want, or I don't know about it?
     
  5. meremy

    meremy Avid Boxer

    Joined:
    Aug 26, 2016
    Messages:
    134
    Likes Received:
    66
    Have you managed to do it ? I used something similar, at every 10 points the score would increase and change color
     
    Jaky1 likes this.
  6. Jaky1

    Jaky1 Serious Boxer

    Joined:
    Aug 22, 2016
    Messages:
    523
    Likes Received:
    142
    Nah, I did not do it, it is too much work, mainly when your game is endlesss. Give us a video of what you did :)
     
  7. meremy

    meremy Avid Boxer

    Joined:
    Aug 26, 2016
    Messages:
    134
    Likes Received:
    66
    Doesn't seem that hard. Just change UI when x points . What i didn't show on the video was to UNCHECK the "Pause current world" box
    https://vid.me/OGTZ
     
    kodagames, filippkungur and Christoph like this.
  8. Jaky1

    Jaky1 Serious Boxer

    Joined:
    Aug 22, 2016
    Messages:
    523
    Likes Received:
    142
    Yeah, that is gr8, but not exactly what I wanted. I just left it, cuz its not possible in current BB
     
  9. meremy

    meremy Avid Boxer

    Joined:
    Aug 26, 2016
    Messages:
    134
    Likes Received:
    66
    On the same principle you can make it shake & zoom. Don't know about sound. The only downside is that when the UI changes, if you have a tap and hold button it will deactivate.

    And it can be done be duplicating the current UI and adding only the Event Observer. Doesn't seem that time consuming. I'm encouraging you because I'm curious how it will end up :p
     
    Christoph and Jaky1 like this.
  10. Jaky1

    Jaky1 Serious Boxer

    Joined:
    Aug 22, 2016
    Messages:
    523
    Likes Received:
    142
    Thanks meremy. Maybe I will do it. Don't know yet
     
  11. wesam_badr

    wesam_badr Miniboss Boxer

    Joined:
    Oct 10, 2015
    Messages:
    1,065
    Likes Received:
    479
    this ui menu method it work only with regular buttons it doesn't work with controls that have advanced moves
     
    filippkungur and Christoph like this.

Share This Page