User Tag List

Results 1 to 3 of 3

Thread: Retrieve height/width

  1. #1
    No Products Registered

    Join Date
    Jul 2008
    Posts
    131
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Retrieve height/width

    is there a way to retrieve the height and width of an active object through the event editor? (not scale)

    I'm making a small object that needs to resize itself to the height and width of an active object. (for example if it's 50x50, i want the object to start from 0 x 0, then have a alt value add until it reaches the total h/w of that object

    I could of course just manually put the h/w from the active properties into alterables, but i have around 40 objects i need this done for,all with varying sizes

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Re: Retrieve height/width

    Width: (X Right("Active") - X Left("Active"))
    Height: (Y Bottom("Active") - Y Top("Active"))

    There really should be expressions for that.

  3. #3
    No Products Registered

    Join Date
    Jul 2008
    Posts
    131
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Retrieve height/width

    Great, many thanks!

Similar Threads

  1. Display Width/Height
    By kiko in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 27th December 2012, 08:20 PM
  2. Virtual Height/ Width
    By King_Cool in forum Multimedia Fusion 2 - Technical Support
    Replies: 24
    Last Post: 6th February 2012, 11:36 PM
  3. Max width/height frame
    By Johnny in forum SWF/Flash Export Module Version 2.0
    Replies: 1
    Last Post: 25th March 2010, 07:14 AM
  4. How to get backdrop width/height?
    By Bornemix in forum Extension Development
    Replies: 0
    Last Post: 6th December 2009, 06:07 PM
  5. Virtual Width And Height
    By Brandon in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 31st May 2007, 03:18 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
  •