Bubble effect in Flash AS2 - Flash Tutorials by Alauddin Ansari

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
4,462
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Apr 12, 2010

Hi!
Look below for whole action script.
This is very simple way to make Bubbles in Flash with Action Script.

AS2:-

i = 1;
color = 0x000000;
this.createEmptyMovieClip("mymc",1);
this.onMouseMove = function()
{
a = mymc.attachMovie("bubble","mc"+i, i+1);
a._x = _xmouse;
a._y = _ymouse;
a._xscale = a._yscale = ( Math.random() * 80) + 20;
myColor = new Color(a);
myColor.setRGB(color);
color += 0x123456;
i++;
}

Link to this comment:

Share to:

Uploader Comments (alauddin7)

  • Nice, but how do i do this on AS3?

    AS3 is a complete other world... i havn't figured out yet...

    If you already have. Would you be so kindly to post a link?

  • First thanks for like this!

    And I'll recently send you a link for bubble effect in flash AS3.

see all

All Comments (10)

Sign In or Sign Up now to post a comment!
  • can i have the link too for the as3 :D

  • Its too good.. If you give explanation about this code, it sounds so good:-)

  • thanks dude, i learned a lot. thanks men, This can help me in my thesis preparation. THnx! God Blees

  • Hi Dude!

    This is very good for understanding and the effect is too good. I like very much.

    It's very simple also to create by everybody.

    Thanks Keep it Up!

  • wow .. you're unbelievable.... LOVE YOU

  • Wow, this works very well. Thanks so much!

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more