Main Menu
  • Welcome to The RPG Maker Resource Kit.

[VXACE][REQUEST] map scroll using call script

Started by zhein04, April 20, 2012, 05:13:09 AM

0 Members and 1 Guest are viewing this topic.

zhein04

What i request for is to scroll the map using call scripts instead of creating the event like map scrolling.

TDS

Something like this should do it.


$game_map.start_scroll(direction, distance, speed)


Direction is 2 Down, 4 Left, 6 Right, 8 Up.
Distance is the distance in rectangles.
Speed is the same as the one in the command 1, 2, 3, 4, 5, 6.

Example:


$game_map.start_scroll(8, 5, 4)