User Tag List

Results 1 to 4 of 4

Thread: Semi Transparency?

  1. #1
    No Products Registered

    Join Date
    May 2008
    Posts
    103
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Semi Transparency?

    I am trying to adjust the semi-transparency of an object over time, and I can't seem to find the appropriate value for it in its action list.

    I know this is possible though because I have a reference open right in front of me that is using the syntax:

    Always
    - Set semi-transparency to SemiTrans("Object")+5


    I tried typing that in manually and only got a syntax error. How is this possible?

    Thank you.


  2. #2
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)

    Re: Semi Transparency?

    In that expression, the object you want to set the transparency to is literally called "Object". Is your active object called that or something else? If it is something else, then you need to replace the word "Object" with the name of your active object.

    Another approach is to use the FadeIn/FadeOut settings of your active object (select your object and it is under Display Options in the Transition section). This will automatically use the transition (Fade is one of them) when you create or destroy objects through the event editor.

    EDIT: Sorry, I double checked what you wrote and you will need to do the following. You need to go to the column of the object you are applying this to and under "Visibility->Set Transparency" put this in the expression editor: SemiTrans( "Object" )+5


    Hope this helps,

    Mobichan

  3. #3
    No Products Registered

    Join Date
    May 2008
    Posts
    103
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Semi Transparency?

    Thank you for catching that!

    Can anyone explain why there are spaces between Parens and Quotes on each side? That seems easy to miss, what's the purpose of it?

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    Derby, United Kingdom
    Posts
    125
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Semi Transparency?

    I believe from past experience some object can go into negative/positive transparency given no condition to prevent them. For example if you repeatedly add 5 to the value it will go on and on even over the max value of transparency, I believe the active picture is a candidate for this. So I use;

    Object Transparency is Lower than 255 - Set Object Trans to Object Trans+5

Similar Threads

  1. Semi-Transparency and Fade
    By Mephistus in forum SWF/Flash Export Module Version 2.0
    Replies: 3
    Last Post: 21st January 2013, 12:18 AM
  2. LPRO Semi-Transparency
    By Jaffob in forum Extension Development
    Replies: 5
    Last Post: 17th January 2009, 09:28 PM
  3. Sub-app Semi Transparency
    By dingdong in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 14th December 2007, 08:19 PM
  4. Speed of semi-transparency
    By Nick in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 2nd October 2006, 12:41 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
  •