User Tag List

Results 1 to 3 of 3

Thread: Snow Flakes

  1. #1
    No Products Registered

    Join Date
    Feb 2009
    Posts
    67
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Snow Flakes

    Hi!
    I have a Christmas game, and I want a snow flake effect, where the application every second create some snowflakes. But since my frame is 8000 x 500, it is hard to make that effect.
    Is there any way how to make that program set the position of the snow flakes close to the player actives x, by using any Random() function?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    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)
    Tisnart's Avatar
    Join Date
    Feb 2008
    Location
    On, Canada
    Posts
    1,073
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: Snow Flakes

    Hey Janman,
    Have you checked out Koobare's Weather Effects tutorials?
    Very good Tuts that might help

  3. #3
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Snow Flakes

    You can easily create snowflakes like that relative to the scrolled position. Just position snowflakes to:

    X: X Left Frame + Random(800) (if 800 is your visible frame width)
    Y: Y Top Frame

    Theese snowflakes will be created randomly at the top visible edge of the screen.

Similar Threads

  1. Snow effect
    By K1kk0z90 in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 10th February 2011, 02:50 PM
  2. Snow Effect Layering
    By ToffeeandPebbles in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 26th August 2010, 11:47 AM
  3. Accumulating Snow
    By KingToast in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 31st January 2008, 07:26 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
  •