How do I make my sprite button pop out on click?

0 favourites
  • 4 posts
From the Asset Store
Relax and relieve stress by popping bubbles in Fidget Anti- Stress Releaser!
  • Hi

    Is there a generic way to animate a pop out of a sprite button when it's clicked? I tried tween but I have to do the tween of the size and then the reverse once the first ends, didn't found yoyo animation type... Is there something better?

    Another thing is how to make it generic since I have more than 1 button... families?

    Thanks.

  • When I say yoyo I meant Ping Pong? ... I was looking at Timelime... maybe timeline is more suited for this?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Yeah, Tween behavior really lacks looping and reversing options. I posted this idea a long time ago:

    construct3.ideas.aha.io/ideas/C3-I-647

    You can simply run the second tween after a delay: Tween "increase_size", wait 0.2s, Stop Tween "increase_size", Tween "decrease_size"

    Or I often use this simple effect:

    On Clicked Button 
    	Button set scale to 1.05
    	Wait 0.1s
    	Button set scale to 1
    
  • Yea I tried the tween option but didn't work well hence I stick with the scaling option. The only challenge I faced sometime with the scaling option is if your image point zero is not in the middle, then it makes the animation look different since it animates towards that point hence no option to force it to animate to another image point.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)