User Tag List

Results 1 to 3 of 3

Thread: The snow disappears in a blizzard?!

  1. #1
    No Products Registered

    Join Date
    Dec 2006
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    The snow disappears in a blizzard?!

    In one level in my game, I have snow coming down on a separate layer than the main one. I have each snowflake set as a bouncing ball that moves down, and I have set it to not follow the frame. That way, I can reduce the amount of objects in the level. I have an event that tells it to wrap back to the top when it reaches the bottom. It works just fine.

    The problem then comes to this point. Towards the end of the level, I have a blizzard storm that appears that pushes the character backwards. I have the snow change direction to move diagonally left and to move a lot faster, but this time, it is not wrapping. I tried things like "leaves play area to the left and bottom: wraps" or "leaves play area: wrap" yet it still does not work. What is the best way to fix this problem?

  2. #2
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Sep 2006
    Posts
    1,544
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: The snow disappears in a blizzard?!

    instead of using:
    "If snow leaves play area to left = wrap"

    Try this:

    "If Position X of "Snow" < 0"
    Then:
    "Set Position X of "Snow to Position X of Snow +640"

  3. #3
    No Products Registered

    Join Date
    Dec 2006
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: The snow disappears in a blizzard?!

    I had to say Set Position of Snow to X of Snow+1320 instead, but regardless, I got it working.

Similar Threads

  1. [BUG] - Backdrop disappears
    By Nico in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 20th December 2011, 09:01 PM
  2. Snow effect
    By K1kk0z90 in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 10th February 2011, 02:50 PM
  3. Snow Flakes
    By Janman in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 7th December 2009, 05:38 PM
  4. A folder disappears?
    By RayMarble in forum The Games Factory 2 - Technical Support
    Replies: 0
    Last Post: 21st June 2008, 04:40 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
  •