RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[VXACE][REQUEST] map scroll using call script

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 56
RMRK Junior
What i request for is to scroll the map using call scripts instead of creating the event like map scrolling.

pokeball TDSOffline
***
Rep:
Level 84
-T D S-
Silver - GIAW 11 (Hard)Silver - Game In A Week VII
Something like this should do it.

Code: [Select]
$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:

Code: [Select]
$game_map.start_scroll(8, 5, 4)