YANFLY ENGINE ACE - DIAGONAL SCROLL

RPG Maker VX Ace

Feature taken out from older RPG Makers.

  • YF
  • 12/30/2011 05:56 AM
  • 1775 views


DL Link

Diagonal scrolling was an old feature found in the older RPG Makers, but was taken out of RPG Maker VX and remains absent in RPG Maker VX Ace. As such, this script will reproduce the same scrolling effect that was found in the previous versions of RPG Maker.

scroll_lower_left(x)
scroll_lower_left(x, y)

scroll_lower_right(x)
scroll_lower_right(x, y)

scroll_upper_left(x)
scroll_upper_left(x, y)

scroll_upper_right(x)
scroll_upper_right(x, y)

This will scroll the screen x tiles diagonally in the marked direction. By default, the scrolling speed will be 4. If you wish to change the scrolling speed, use the script call method with y for a different speed value.

Original Blog Page