• 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.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
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:
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