Original Source
- Original title: [ACE] (Support Request) Map Scroll Scene
- Original author: ViperX420
- Original date: April 9, 2014
- Source thread: https://forums.rpgmakerweb.com/threads/ace-support-request-map-scroll-scene.25897/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support
Summary
Script Completed Spoiler #---------------------------------------------------------------------------- # ○ Scrolling Map Script # ○ Authors: ViperX420 and Venka # ○ plug and play access just paste this script under materials. #---------------------------------------------------------------------------- # # Add Event(Scrolling_Map) Script Here # Refer to event on top left corner as reference for script. #----------------------------------------------------------------------------class Scene_Map < Scene_Base #---------------------------------------------------------------------------- # ○ new method: refresh_map(speed) speed = scrolling speed (0-9) #---------------------------------------------------------------------------- def refresh_map(speed = 0) # Instantly Centers Screen return $game_player.center($game_player.x, $game_player.y) if speed $game_map.display_y return $game_map.start_scroll(4, $game_map.display_x - playerx , speed) if playerx < $game_map.display_x return $game_map.start_scroll(6, playerx...
Archived First Post
http://www.mediafire.com/download/li7tvm2u3uklnjl/SAO_(1).zip
UPDATE: Thread solved by Venka and myself please close thread. Thank you
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...