A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: using actionscript fade effects?

  1. #1
    The Flash AS Newb
    Join Date
    May 2006
    Location
    Australia
    Posts
    179

    using actionscript fade effects?

    hey there,

    I was just wondering if anyone could help me understand the fade effects...

    I have a project that currently just changes the source of a UI loader with a nice preloader and i want to make those images fade in and out before loading etc but am not sure how to it any help would be appreciated thanks.

    Kriogenic.

  2. #2
    The Flash AS Newb
    Join Date
    May 2006
    Location
    Australia
    Posts
    179
    I've tried
    PHP Code:
    TransitionManager.start(UI_loader, {type:Fadedirection:Transition.INduration:3easing:Strong.easeOut}); 
    But I get the error
    Code:
    1067: Implicit coercion of a value of type fl.containers:UILoader to an unrelated type flash.display:MovieClip.
    I am guessing this means I can't use this method to fade in and out a UI loader?

  3. #3
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    You cannot fade the class. You can only fade an instance of the class. You must have an instance of the UILoader somewhere with a name.
    - The right of the People to create Flash movies shall not be infringed. -

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center