Rollendice's Forum Posts

  • AWESOME!

    I'll have to take a look at the events later but this is what I'm after.

    Thank you!

  • something like this?

    I'll have to check this out when I get back on my production computer. You wouldn't happen to have a demo would you?

  • I don't know if it can be done like you want to, playing the animation forward and then backward. You can however create two animations using the same frames. One animation for the flower opening and another one for the flower closing.

    Then whenever the player interacts with the flower overlapping it or not you just change the animation it should be playing.

    Awesome idea! I still don't get how I'd make the 2nd animation play if the overlapping sprite leaves the active area though..

    I might play with boolean instance variables or something for "on/off" switches in the animation functions.. never thought of that.

  • Thinking about button effects and wondered if there was an easy way to play an animation forward when the mouse or something is overlapping and then when it leaves the overlapped area the animation plays backwards to stop at the original frame.

    Think of a flower blooming on rollover and then when the mouse leaves the flower curls back up in to a bud..

    thank you!!

  • I have a few ideas, specifically UI related, and they seem like they'd be easier to accomplish if I could somehow group the buttons together and spawn them as a group. I thought somehow the families function would be what I wanted but it wasn't. I need to wrap several sprites together and be able to spawn the unit at once..

    Is there an easy way to do this? or will I have to spawn something that spawns other things at image points :/

    Thank you!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • pinball on collision with bouncer things in a pinball machine

    > pinball apply impulse at angle(pinball.x,pinball.y,bouncer things in a pinball machine.x,bouncer things in a pinball machine.y)

    I never thought I could love a little Stain so much right now

    Thank you so much! I'll try this out when I get back to my work computer.

  • Woohoo! First post haha.

    I wanted to make a simple game with pinball type physics and I was wondering if anyone knew how to make the physical object "pinball" bounce off of something with opposite physical force, like the bouncer things in a pinball machine.

    Sorry for the noob question..

    thank you!