User Tag List

Results 1 to 5 of 5

Thread: Help with some strange object scaling

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Posts
    85
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help with some strange object scaling

    What i'm trying to do is, using scaling, make objects grow when left alone and shrink when interacted with. The code is simple and should work (at least to me), but somehow the object selection seem to mess up.

    In the file, click the rightmost active repeatedly. Note how the other actives can be manipulated only after the rightmost active's scale has been changed.

    Any help will be appreciated!
    Attached files Attached files

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    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)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,366
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with some strange object scaling

    Those events looked like a complete mess to me, so I deleted them and made some new ones.
    I attached the new file.
    Attached files Attached files

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Posts
    85
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with some strange object scaling

    haha, thanks! my "coding" is always beyond messy! i'll take a look at it as soon as i can.

    edit: weird, i can't seem to open the app. could you perhaps try uploading it again? seems to be corrupt.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    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)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,366
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with some strange object scaling

    Strange, I downloaded it now and it works..

    Anyway, here's the events:

    * Start of frame
    - Active: Set alterable value A to 1

    * Always
    - Active: Set scale to alterable value A of Active

    * Mouse is over Active
    - Active: Set flag 0 on

    * [Negate]Mouse is over Active
    - Active: Set flag 0 off

    * Active: Flag 0 is on
    + Active: Alterable value A < 2
    - Active: Add 0.1 to Active of Active

    * Active: Flag 0 is off
    + Active: Alterable value > 1
    - Active: Sub 0.1 from alterable value A of Active

  5. #5
    No Products Registered

    Join Date
    Jul 2006
    Posts
    85
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with some strange object scaling

    yay! i added a flag to the events i already have and now everything works. your solution is much better in general but it didn't quite work in context with what i have. thanks for your help!

Similar Threads

  1. Multitouch (2) Free gameplay/object scaling
    By Fanotherpg in forum iOS Specific Example Files
    Replies: 19
    Last Post: 26th February 2014, 07:53 PM
  2. Active Object Scaling
    By Ninjadoodle in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 5th May 2013, 02:40 AM
  3. Scaling & the Easing Object
    By TheOriginator in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 15th December 2012, 08:07 PM
  4. scaling an object
    By SpaceBuddy in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 30th March 2010, 02:12 AM
  5. Is Vitalize object rotation/scaling different?
    By N64Mario in forum Vitalize
    Replies: 4
    Last Post: 16th October 2009, 02:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •