User Tag List

Results 1 to 10 of 10

Thread: Random positioning?

  1. #1
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Location
    Turku, Finland
    Posts
    1,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Random positioning?

    Funny, but I have never thought how to make an object appear to random postion. Now I would need to create an object, and when it hits the bottom of the screen it should come back up, so the X would be random and I could decide the Y myself.

  2. #2
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Location
    Turku, Finland
    Posts
    1,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Random positioning?

    Funny, but I have never thought how to make an object appear to random postion. Now I would need to create an object, and when it hits the bottom of the screen it should come back up, so the X would be random and I could decide the Y myself.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jun 2006
    Posts
    1,324
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random positioning?

    I went one better, and showed you how to create an object in a random position within a programmable zone <img src="/center/images/graemlins/smile.gif" alt="" />
    http://www.clickteam.com/CTforum/showthr...amp;Main=298330

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jun 2006
    Posts
    1,324
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random positioning?

    I went one better, and showed you how to create an object in a random position within a programmable zone <img src="/center/images/graemlins/smile.gif" alt="" />
    http://www.clickteam.com/CTforum/showthr...amp;Main=298330

  5. #5
    No Products Registered

    Join Date
    Jul 2006
    Location
    Umeå, Sweden
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random positioning?

    +Y pos of active &gt; 480
    --Y pos of active = 0
    --X pos of active = random(640)

    Is this what you were looking for?

  6. #6
    No Products Registered

    Join Date
    Jul 2006
    Location
    Umeå, Sweden
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random positioning?

    +Y pos of active &gt; 480
    --Y pos of active = 0
    --X pos of active = random(640)

    Is this what you were looking for?

  7. #7
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Location
    Turku, Finland
    Posts
    1,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random positioning?

    Thats just what I meant. Thanks =)

  8. #8
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Location
    Turku, Finland
    Posts
    1,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random positioning?

    Thats just what I meant. Thanks =)

  9. #9
    Clicker Fusion 2.5 Developer
    00J's Avatar
    Join Date
    Jun 2006
    Location
    Virginia, USA
    Posts
    1,510
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random positioning?

    +Y pos of active &gt; [frame height]
    --Y pos of active = 0
    --X pos of active = random(frame width)

  10. #10
    Clicker Fusion 2.5 Developer
    00J's Avatar
    Join Date
    Jun 2006
    Location
    Virginia, USA
    Posts
    1,510
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Random positioning?

    +Y pos of active &gt; [frame height]
    --Y pos of active = 0
    --X pos of active = random(frame width)

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
    By dsilvers in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 4th February 2010, 10:57 PM
  3. Positioning
    By Game_Master in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 3rd January 2009, 05:13 PM
  4. Random Positioning of Fish
    By zchuanru in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 22nd December 2008, 06:42 PM
  5. Positioning
    By Guitaristinmakin in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 11th July 2007, 09:25 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
  •