User Tag List

Results 1 to 9 of 9

Thread: Opacity/Transparency percent

  1. #1
    No Products Registered

    Join Date
    Mar 2009
    Posts
    412
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Opacity/Transparency percent

    I have been wondering a while, how low % of a pixel must be visible for it to count in an overlapping event?


    PS: Is it a reason for why some of the events in the event editor are in red letters?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Opacity/Transparency percent

    Overlapping counts whether the object is visible or not.

    Red conditions mean that they are immediate events. They are triggered as soon as the condition is met, rather than following the loop.

    In other words, "On left mouse button clicked" will trigger before "Repeat while left mouse key pressed" in most cases, regardless of order.

  3. #3
    No Products Registered

    Join Date
    Mar 2009
    Posts
    412
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Opacity/Transparency percent

    Quote Originally Posted by RickyRombo
    Red conditions mean that they are immediate events. They are triggered as soon as the condition is met, rather than following the loop.

    In other words, "On left mouse button clicked" will trigger before "Repeat while left mouse key pressed" in most cases, regardless of order.
    Aaah, I see. Thanks

    -

    About the first question, Im not talking about visible or invisible objects, Im talking about graphics such as PNG images that have lower opacity than 100%.. Those images you can kinda see through.

  4. #4
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Opacity/Transparency percent

    An easy way to test is to make an image with a width of 256 pixels and then make each column a different semi-transparency 0 (fully invisible) on the left to 255 (fully visible) on the right. Then make a 1 by however high object and keep moving it right until it overlaps. That will tell you at what semi-transparency ratio overlaps count.
    Working as fast as I can on Fusion 3

  5. #5
    No Products Registered

    Join Date
    Mar 2009
    Posts
    412
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Opacity/Transparency percent

    Yea, Ill try later and post the result :p

  6. #6
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Opacity/Transparency percent

    FYI transparency has no effect on collision as far as I am aware, since objects have their own collision masks which are seperate to the actual object image

  7. #7
    No Products Registered

    Join Date
    Mar 2009
    Posts
    412
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Opacity/Transparency percent

    I did a test, using pixel visibility from 1-100 in percent. (Maybe its possible to fix transparency in MMF aswell, but Im using another program for my image creations, which goes from 1-100).

    The result was even 1% counts, only 0 - fully transparency does not affect. I guess thats what Uprize said. Well, good to know!

  8. #8
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Opacity/Transparency percent

    Hopefully in MMF3 we will be able to edit the collision mask image. This will save us from the extra objects and animations for collision testing!
    Working as fast as I can on Fusion 3

  9. #9
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Opacity/Transparency percent

    Quote Originally Posted by LB
    Hopefully in MMF3 we will be able to edit the collision mask image. This will save us from the extra objects and animations for collision testing!
    I hope this will be included. I frequently use invisible mask objects to handle collision then place the visible object to be centered over the collision mask. Would be nice to not have to use extra actives to do this, as that can cause a whole host of problems, particularly when you want to have a bunch of objects on the screen at the same time

Similar Threads

  1. Replies: 2
    Last Post: 19th December 2012, 11:49 PM
  2. percent calculation with counter
    By brett in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 2nd February 2011, 08:43 PM
  3. Converting screen pixels into percent.
    By Nickydude in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 10th November 2009, 06:10 AM
  4. Percent Occurance?
    By KingToast in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 24th July 2007, 07:33 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
  •