User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 20

Thread: Best way to do scrolling like this?

  1. #1
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Outcast's Avatar
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    3,237
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)

    Best way to do scrolling like this?

    I am planning to do some scrolling like in this game: http://www.youtube.com/watch?v=apeHjATtp6g

    Here is the actual game if you want to try it
    http://www.newgrounds.com/portal/view/576424

    Basically I am asking for what the best way to achieve this kind of scrolling is? As you can see in the game you can fly very very high, but do you guys think this is done by having a very tall frame, or is there some other simpler way to do it? It would be nice if its possible to simulate this or wrap it somehow so it can go on forever if possible? If this is possible is there some example of this out there?

    The reason I maybe think this is one very tall frame is that when he drops you can see him fall all the way down again..

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    It could be just a short frame and the rest of the objects are scrolling?

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jan 2010
    Posts
    164
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah I think it is just one picture really. Some objects like the ground, sun etc. might be moved below the bottom of the frame and moved back when you get close to the ground (your altitude is probably stored so you know when you are getting low), where the speed the objects comes back into the frame is the speed that you are falling in. Wow that was hard to explain. And then I think they just change the gradient color of the background depending on how high you are, and place random clouds and drops :P

    That's what I think at least!

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    The more I play this game the more I''m thinking that there is a lot more going on than what we're thinking, but still not sure. Like for instance,.when you're flying and make it pretty far into the flight,.a line appears that gives you your height that you just flew and the clouds moving sideways and appear in different groups. Now I'm saying it can't be done the way we are thinking,. but seems way more involved than that.

  5. #5
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Outcast's Avatar
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    3,237
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by TheSmanman View Post
    The more I play this game the more I''m thinking that there is a lot more going on than what we're thinking, but still not sure. Like for instance,.when you're flying and make it pretty far into the flight,.a line appears that gives you your height that you just flew and the clouds moving sideways and appear in different groups. Now I'm saying it can't be done the way we are thinking,. but seems way more involved than that.
    It seems hard to "fake" the scrolling. There was some guys trying to do it on the gwerdy chatt, but there was no really working results :/ Is there no way to make a really tall frame, but make it possible to transfer the player and all game states to a new frame if the player reaches maximum height of the first frame? That way it could go on forever.. hmm

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Well,.this game it seems you'll never reach the top before running out of fuel,..lol. What is the maximum frame height in MMF?

  7. #7

  8. #8
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    To me it looks like a really tall frame with objects scrolling down. If you'll notice the gradient for the sky gets darker as you go up, and the only real way I can think of to accomplish that is a very long quick backdrop with gradient shading. It doesn't seem like a normal size frame with created objects scrolling back and forth.

  9. #9
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Shawn, I agree and I also tried to duplicate it using a small frame and scrolling the objects down. I looked really bad,...So I ended up doing a 320x 5000 and used a gradient backdrop. It looks much better and I was able to do the jetpack movement also. It took awhile to do and I need to get a few bugs out, but it looks pretty good so far.

  10. #10
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    You know what's cool about this game is how the raindrops are created. I have no idea how that's done. It's really different because when you pass them, they stay on the screen below you. Maybe if the character is above the rain drops there is an event the stops them from falling to the ground and then when you run out of fuel and you start to fall the raindrops start moving again. Not sure if that's the way it works though. Any thoughts??
    I was able to get to over 6000m and bonus stars start to appear. Cool game, but hard!!

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Help with Camera Scrolling for Side-Scrolling
    By ThatOtherGuy in forum File Archive
    Replies: 4
    Last Post: 29th August 2009, 09:38 PM
  2. Help with scrolling?
    By Amade in forum The Games Factory 2 - Technical Support
    Replies: 5
    Last Post: 15th December 2007, 07:20 PM
  3. Scrolling
    By Keli in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 8th December 2007, 07:50 PM
  4. Scrolling Top Down
    By Doc4 in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 4th December 2007, 06:48 PM
  5. Scrolling sub-app
    By Flava in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 8th October 2006, 08:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •