• Home
  • Free Tutorials
  • Free Video Tutorials

Adobe Photoshop
Autodesk 3ds Max
CSS
Flash
Help Center Live
iPhone
Joomla
Make Money Online!
Mambo
mIRC
Outlook Express
SEO / SEM
Simple Machine Forum
Target Explorer

Mouse Cursor Bubbles Particle Effect

Category : Flash Views : 33811
Version : 8 Rating : 
3.4/5 (54 votes)
  • Currently 3.37/5
  • 1
  • 2
  • 3
  • 4
  • 5
Type : Text Source File: mouse-cursor-bubbles-particle-effect.zip
Result: See the result


Previous | 1 | 2 | Next

Free Flash Tutorials, Actionscript, Mouse Cursor, Navigation, Bubbles Particle Effect

Create a new Movie Clip to draw you bubble, first draw a small circle with no color inside it.
Then select the Paint Bucket Tool (K) and on the Color tab select the type radial.
Free Flash Tutorials, Actionscript, Mouse Cursor, Navigation, Bubbles Particle Effect

We are going to make a gradient fill on the bubble so we need to the set colors for it.
Set your gradient to something like this:
Free Flash Tutorials, Actionscript, Mouse Cursor, Navigation, Bubbles Particle Effect

Then click on the inside of your circle and it will look like this:
Free Flash Tutorials, Actionscript, Mouse Cursor, Navigation, Bubbles Particle Effect

Now open the actions for this Movie Clip and paste:
//set the position of the Movie Clip to the same of the mouse this._x=_root._xmouse this._y=_root._ymouse //scale the Movie Clip on both coordinates with a scale between 10 and 50 this._xscale = this._yscale = Math.random() * 40 + 10 //set the speed on the x coordinate between -3 and 3. var xSpeed = Math.random() * 6 – 3 //speed on the y coordinate var ySpeed = 2 this.onEnterFrame = function() { //move the Movie Clip to the side this._x += xSpeed //move Movie Clip up this._y -= ySpeed //decrease alpha by 1 this._alpha -= 1; //if alpha equal 0 we can’t see the Movie Clip now if(_alpha == 0) { //so remove it this.removeMovieClip(); } }


More cool tech articles from other blogs.

Place your ad here
Loading...


Previous | 1 | 2 | Next
How to Video Tutorials on software by Helpvids.com

Sponsors





Website design Ireland
scripts well
Studio | Advertisement | About Webzo | Contact Webzo | Terms of Use | Free Video Tutorials by Helpivds

Copyright © 2007 NR Concepts Ltd. All rights reserved.