Punk 0 Report post Posted February 6, 2007 Requires 4 Common Events 3 Variables 2 Switches Common Events Activating Camera pan Trigger: Parallel Process Switch: 0001: Camera Common Event Event Commands - Conditional Branch: Script: Input.press?(Input::L) -- Switch: [0002: Camera Pan] = ON -- Else Handler -- Switch: [0002: Camera Pan] = OFF -- End Camera Pan Activated Trigger: Parallel Process Switch: 0002: Camera Pan - Conditional Branch: Script: Input.press?(Input::L) -- Conditional Branch: Script: Input.press?(Input::UP) --- Pan Screen: Up, 1, 4 (Direction, Tile space, Speed) -- Conditional Branch: Script: Input.press?(Input::DOWN) --- Pan Screen: Down, 1, 4 (Direction, Tile space, Speed) -- Conditional Branch: Script: Input.press?(Input::LEFT) --- Pan Screen: Left, 1, 4 (Direction, Tile space, Speed) -- Conditional Branch: Script: Input.press?(Input::RIGHT) --- Pan Screen: Right, 1, 4 (Direction, Tile space, Speed) --- End -- End Updating player variables Trigger: Parallel Process Switch: 0001: Camera Common Event Event Commands Variable: [0001: MAP ID] = MAP ID Variable: [0002: Player X] = Player X Coords Variable: [0003: Player Y] = Player Y Coords Taking away player movement Trigger: Parallel Process Switch: 0002: Camera Pan - Conditional Branch: Script: Input.press?(Input::L) -- Move Event: Player (Check repeat) : Wait 1 Frames -- Else Handler -- Move Event: Player (Don't check repeat) : Wait 1 Frames -- Teleport: By Variables: [0001][0002][0003], No fade -- End Screenshots Player's original spot Set in camera moving mode Camera pans a little more More camera panning File to download (Optional for this system.) Share this post Link to post Share on other sites
EmilyAnnCoons 7 Report post Posted February 6, 2007 very cool. I recognize this from Super Mario World for the SuperNintendo Entertainment System Share this post Link to post Share on other sites
ryanrulz_11 0 Report post Posted February 6, 2007 Gee, i haven't played that game in ages! Well, anyway, i think its great! Share this post Link to post Share on other sites
RMXPirate 0 Report post Posted February 21, 2007 this looks awesome keep up the good work! Share this post Link to post Share on other sites