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

  • SEARCH
  • Home
  • 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 8216315
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T12:05:11+00:00 2026-06-07T12:05:11+00:00

Say, I have a motion tween from frame 0 it has 100×100 size. Then

  • 0

Say, I have a motion tween from frame 0 it has 100×100 size. Then on frame 20 the size became 100×500 so the movieclip will stretch vertically. What if I want the value be between 450 to 550 instead so when I play rapidly the animation will not looked the same? I feel like it requires action script (3.0 preferred) but I try accessing the movieclip’s variable and can’t find anything close to my requirement.

Mainly I want to randomize the size,position, skew and if possible, the glow filter’s color. (e.g. like R +- 10% from 150 and green +- 10% from 64)

Would be useful when mass-produce this MCs so the animation will not look so repetitive.

  • 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-07T12:05:12+00:00Added an answer on June 7, 2026 at 12:05 pm

    In your case, you may not want to “score” the animation but use ActionScript 3 to script the resizing animation. This can be accomplished by using AS3 Tween class provided by Flash.

    // import the namespaces
    import fl.transitions.Tween;
    import fl.transitions.easing.*;
    
    var endHeight:Number = Math.random() * 100 + 450;
    var startHeight:Number = 100;
    var myTween:Tween = new Tween(your_movie_clip, "height", Elastic.easeOut, startHeight, endHeight, 20);
    

    More information on Tween class can be found on Adobe and this tutorial.

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

Sidebar

Related Questions

Say you have a file of bigger size then you have memory to handle.
Say I have a SqlAlchemy model something like this: from sqlalchemy.ext.declarative import declarative_base from
Say I have a byte array with 100,000 bytes in it. I want to
Let's say have something like: SELECT energy_produced, energy_consumed, timestamp1 AS timestamp FROM ( SELECT
Say I have an HTML form like this to collect an email from a
Say I have a class called Money which has parameters Dollars and Cents I
Say we have the following simple data-frame of date-value pairs, where some dates are
Say I have an ASMX web service, MyService. The service has a method, MyMethod.
Let's say I have MyActivity and inside my onCreate method I initialize MyBackgroundView, then
Lets say have this immutable record type: public class Record { public Record(int x,

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.