How do I Make A Zooming In effect and Zooming Out effect?

0 favourites
  • 5 posts
From the Asset Store
A total of 214 high quality and unique magic sound effects suitable for RPG, Battle Arena and more!
  • I'm trying to make a Portal that when created, It would do a Zooming in effect to a specific size, but when it spawns, it does go to that specific spot, but it doesn't do a zooming in effect, it just goes instantly to that size. Help.

  • There are a few ways but It can be easily achived by boolean and set size.

    Try make a boolean that increase Portal size by x every tick for Zoom In effect and another boolean that decreases size by x for Zoom out effect.

    When portal is spawned, set boolean to true. When it reaches your desired size then set boolean to false then.

    Can also use 1 instance variable that set states instead of two booleans.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • LayerScale or LayoutScale

  • There are a few ways but It can be easily achived by boolean and set size.

    Try make a boolean that increase Portal size by x every tick for Zoom In effect and another boolean that decreases size by x for Zoom out effect.

    When portal is spawned, set boolean to true. When it reaches your desired size then set boolean to false then.

    Can also use 1 instance variable that set states instead of two booleans.

    Thanks! Now The Zooming in and Zooming Out effect of my Portal looks beautiful. If you want me to send a video of it, just ask me.

  • Great, you can PM me that.

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