Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8487625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T21:17:58+00:00 2026-06-10T21:17:58+00:00

Is it possible to fade the alpha with a soft wipe transition using as3

  • 0

Is it possible to fade the alpha with a soft wipe transition using as3 tween?

I thought maybe http://www.greensock.com might have the answer but I have found nothing. I would like the image to slowly fade away from one side to the other. A soft dissolve.

I thought maybe its possible using a mask but I don’t think masks accept alphas otherwise it could be done that way.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T21:18:00+00:00Added an answer on June 10, 2026 at 9:18 pm

    Actually masks allow alphas. It’s kind of a hack. You should try writing this in code:

    maskMC.cacheAsBitmap = true;
    objMC.cacheAsBitmap = true;
    objMC.mask = maskMC;
    

    Where objMC is your animated MovieClip and maskMC is your Mask that contains a gradient shape with transparency. See an example here: Link

    You can also achieve this effect using Greensock. Code would look like this:

    TweenLite.to(objMC, 1, {"alpha":0, "x":objMC.x + 10});
    

    When using TweenLite, you need to provide object to animate, duration of animation and an instance of an Object class (that’s stuff we write between curly braces). This instance contains all the values we want to change gradually.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: How do I make a request using HTTP basic authentication with PHP
Is it possible to have a fade out effect for SimpleAudioEngine background music using
Is it possible to fade out a Javascript embedded Youtube video using Javascript/jQuery? At
Is it possible to make an image blink using jquery - i.e fade to
Is it possible to fade out the HTML5 video poster / oimage if we
Is it possible to create a jquery fade effect on hover (on an anchor
Possible Duplicate: Fade HTML element with raw javascript Any one Know Javascript trick to
What's the fastest way possible to get a string like fade from the classes
Possible Duplicate: jQuery animate backgroundColor Is it possible to animate/transition the background-color of a
I'm using a very simple fade function with MooTools 1.2 (I 'have' to use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.