User Tag List

Results 1 to 8 of 8

Thread: Endless Level?

  1. #1
    No Products Registered

    Join Date
    Jun 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Endless Level?

    I know i've seen a tutorial for one around here somewhere. Can somebody point me to it? Thank you as always.

  2. #2
    No Products Registered

    Join Date
    May 2008
    Posts
    26
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Endless Level?

    By "Endless", you mean what exactly?

  3. #3
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Oct 2006
    Location
    In a Dark room with only a lamp
    Posts
    367
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Endless Level?

    I think he means something similar to the helicopter game where you have to survive as long a spossible. the terrain is autmoatically generated at runtime so in theor you have an "Endless" level.

    Yes i believe i have seen a tutorial on this somewhere but for the life of me cannot think where. i'll see if i can find it!

  4. #4
    Clicker Fusion 2.5

    Join Date
    Nov 2006
    Location
    South America
    Posts
    77
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Endless Level?

    He must mean a level where you keep running, and the level keeps going.

    Hm, I remember a tut on this, but I don't remember where I saw it...
    I think that it was re-setting the character's position once a limit was reached, something like that.

  5. #5
    No Products Registered

    Join Date
    Jun 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Endless Level?

    Basically, I need the player to "warp" (seamlessly) back to the beginning of the level when he reaches the end of it, creating the illusion that the level does not end.

    Right now, I have it set so that when the X Position of the player is equal to 1,920 (the width of the level minus the size of the screen), his X Position is set back to 0. The problem is that when his X Position is set back to 0, he dissappears for about 1/4 of a second then reappears.

    While the level appeares to move endlessly in a seamless fashion, there is still the problem of the player flashing while the X Position is reset from 1,920 to 0. That's why I was looking for a tutorial to see if there was an alternate method of doing it (I thought I saw one at one point).

    Thank you.

  6. #6
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Endless Level?

    Set the Virtual width and height of the frame to -1. Then the frame can scroll an infinite amount right and down. If you need the player to move left and up, then at the start of the frame position the player at some ridiculous coordinates, like 100000,100000. I've implemented this in several never-ending level games in the past. But in your situation, you would have to probably only set the virtual width to -1.

  7. #7
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Endless Level?

    virtual width will sllow you to increas the level size to somthing nasty, but still not 'END LESS' it should be noted that on 'the helicopter game' the level actually does'nt scroll; objects simply flyin from the right.

  8. #8
    No Products Registered

    Join Date
    Jun 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Endless Level?

    lembi2001, thank you.

    GSoft, if that's what the tutorial was, looks like i'll need to find some other way lol. Thank you for your comment.

    Brandon, I will try that right away. I appreciate the suggestion.

    SEELE, duly noted. Hopefully the game is difficult enough where the player doesn't have the ability to go on forever :p I tried the objects flying from the right method for ground tiles, but for some reason, if their speed increased during runtime, it would create a gap between them.

    Thank you everyone, if you happen to hear anything else, let me know.

Similar Threads

  1. Endless Tiles
    By Jeff in forum iOS Released Games & Apps
    Replies: 0
    Last Post: 7th October 2011, 02:35 PM
  2. Help for OGG file endless loop
    By ASD in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 5th October 2011, 07:53 AM
  3. Level editor?
    By EdibleWare in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 12th March 2011, 09:22 PM
  4. Load Level after Last Completed (saved) Level
    By Diepek in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 3rd January 2008, 09:50 AM

Posting Permissions

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