User Tag List

Results 1 to 10 of 10

Thread: Vertical Scroller

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleMac Export Module
    dsilvers's Avatar
    Join Date
    Jun 2008
    Location
    Boston, MA
    Posts
    658
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Vertical Scroller

    I'm making a SHMUP and am having some difficulty. The autoscrolling works fine (big thanks to these forums and tutorial). The problem is the ship. Its movement area is limited on the right and left sides, so that's fine, but not on the top or bottom. This means that while the screen is scrolling, the ship can essentially fall off the screen on the top or bottom, but it can fly back on afterward. How do I stop it from being able to fly off of the screen?

  2. #2
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Vertical Scroller

    limit its movemtn area on the top or bottom?

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleMac Export Module
    dsilvers's Avatar
    Join Date
    Jun 2008
    Location
    Boston, MA
    Posts
    658
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: Vertical Scroller

    Tried that. The window scrolls right past it.

  4. #4
    No Products Registered

    Join Date
    Apr 2008
    Location
    Miami, Florida
    Posts
    116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Vertical Scroller

    Try this:

    + Y position of (your object) < Y Top Frame
    - Set Y position (of your object) to Y Top Frame

    + Y position of (your object) > Y Bottom Frame - (the height of your object)
    - Set Y position (of your object) to Y Bottom Frame - (the height of your object + 1)

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleMac Export Module
    dsilvers's Avatar
    Join Date
    Jun 2008
    Location
    Boston, MA
    Posts
    658
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: Vertical Scroller

    InsertNameHere, I U. It worked! Thanks a bunch.

  6. #6
    No Products Registered

    Join Date
    Apr 2008
    Location
    Miami, Florida
    Posts
    116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Vertical Scroller

    You're welcome!

  7. #7
    No Products Registered

    Join Date
    Dec 2016
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by InsertNameHere View Post
    Try this:

    + Y position of (your object) < Y Top Frame
    - Set Y position (of your object) to Y Top Frame

    + Y position of (your object) > Y Bottom Frame - (the height of your object)
    - Set Y position (of your object) to Y Bottom Frame - (the height of your object + 1)
    make a video tutorial not verbal

  8. #8
    No Products Registered

    Join Date
    Dec 2016
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ya'll are dumb they said no dam verbal tutorials

  9. #9
    No Products Registered

    Join Date
    Dec 2016
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by InsertNameHere View Post
    Try this:

    + Y position of (your object) < Y Top Frame
    - Set Y position (of your object) to Y Top Frame

    + Y position of (your object) > Y Bottom Frame - (the height of your object)
    - Set Y position (of your object) to Y Bottom Frame - (the height of your object + 1)
    do i have to set it on always ? some of yall leave **** out

  10. #10
    No Products Registered

    Join Date
    Dec 2016
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by InsertNameHere View Post
    Try this:

    + Y position of (your object) < Y Top Frame
    - Set Y position (of your object) to Y Top Frame

    + Y position of (your object) > Y Bottom Frame - (the height of your object)
    - Set Y position (of your object) to Y Bottom Frame - (the height of your object + 1)
    https://youtu.be/9CgZ12iz7sw help you see it stops at the top but endless scroll back

Similar Threads

  1. 2D Scroller Driving Game
    By Mojo_Bone in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 5th December 2009, 11:01 PM
  2. An auto Scroller
    By Jacob_Miller in forum Multimedia Fusion 2 - Technical Support
    Replies: 33
    Last Post: 12th October 2009, 02:05 AM
  3. Question about top view scroller games
    By Hordolur in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 22nd July 2008, 10:55 AM
  4. Text scroller
    By Hordolur in forum Extension Development
    Replies: 5
    Last Post: 2nd July 2008, 05:46 PM
  5. Help need for top down scroller.
    By rezurrection in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 20th June 2008, 02:19 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
  •