• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

Tutorial Generation 5 Door Zoom Animation v1.0

Marin submitted a new resource:

Generation 5 Door Zoom Animation - When entering a house in Pokémon BW/BW2, it'd zoom in and fade out. This replicates that.

You know how in generation 5, you had this zoom animation for doors?
https://*/285465239582146560/369079175015038976/Gen_5_doors.gif

And this replicates that:
fJeouFM.gif



To achieve this, you have to do the following:
Put this code in a new section or somewhere else. Doesn't really matter.
Code:
Expand Collapse Copy
 def pbZoomIn
  $zoom.dispose if $zoom
  vp = Viewport.new(0,0,Graphics.width,Graphics.height)
  vp.z = 1000000
  $zoom...

Read more about this resource...
 
Back
Top