• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
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?
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:
 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