User Tag List

Results 1 to 2 of 2

Thread: Need some help with object positioning

  1. #1
    No Products Registered

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

    Need some help with object positioning

    I'm trying to get certain objects to create sparkles that randomly appear around them. It works fine, but only on a single object. If there are 2 objects then only one of them sparkles. I used:

    # of ("Sparkling Object") is >0
    Restrict Actions for 00"-15

    -Create ("Sparkle)" at 0,0
    -Set x("Sparkle") to x("Sparkling Object")-4+random(8)
    -Set y("Sparkle") to y("Sparkling Object")-4+random(8)

    Surely "spread values" isn't needed for this..is it? Thanks.

  2. #2
    Clicker Fusion 2.5 Developer

    Join Date
    Oct 2006
    Location
    Finland
    Posts
    65
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Need some help with object positioning

    try these two events:

    # of ("Sparkling Object") is >0
    Restrict Actions for 00"-15

    -Create ("Sparkle)" at 0,0


    Flag 0 of ("Sparkle") is off

    -Set x("Sparkle") to x("Sparkle")-4+random(8)
    -Set y("Sparkle") to y("Sparkle")-4+random(8)
    -set flag 0 of ("Sparkle") on

Similar Threads

  1. Positioning Windows control object positioning based on resolution?
    By ratty in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 21st August 2013, 03:32 PM
  2. Positioning the list object in IOS
    By Tuna in forum iOS Export Module Version 2.0
    Replies: 7
    Last Post: 18th January 2013, 03:35 AM
  3. Ads positioning?
    By Bipolar_Games in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 6th July 2012, 01:50 AM
  4. Sync bug when creating/positioning an object?
    By JoKa in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 24th July 2010, 10:24 AM
  5. Positioning a set object on a grid
    By ruffgang in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 17th April 2007, 10:16 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
  •