Bubble « Design « Flash Tutorials

Home
Flash Tutorials
1.Actionscript Programming
2.Animals
3.Animation
4.Colors
5.Design
6.Effects
7.Game Cartoon
8.Humans
9.Models
10.Nature
11.Operations
12.Shapes
Flex
Flash / Flex / ActionScript
Flash Tutorials » Design » Bubble 

2. Ocean Bubble Animation    flashhelp.110mb.com

Ocean Bubble Animation

3. Sparkling bubbles I | Flash Star Effects    flashstareffects.webarticles.org

Sparkling bubbles I | Flash Star Effects

4. Creating random animated bubbles! | FREE flash tutorials | The Dude    the-dude.co.uk

Creating random animated bubbles! | FREE flash tutorials | The DudeBeneath this put the following code: thisBubble.yspeed = Math.random()*2+.2; thisBubble.onEnterFrame = function() { this._y -= this.yspeed; if (this._y<= 0) { this._y = 400; this._x = 10+Math.random()*mWidth; } if (this._x>=mWidth || this._x<=0) { this._y = 400; this._x = 10+Math.random()*mWidth; } }; } This code generates a random number for the _y speed of the bubble, followed by two 'if' statements. These check the bubble movie clips are on the stage, and if not will reset them to a random _x position, and a y position off the stage.

5. Flash Bubbles with ActionScript 3 | FlashMyMind - Flash and ActionScript 3 Tutorials    tutorials.flashmymind.com

2. Draw a circle on the stage without any stroke. Make it of size 32×32.

6. Bubble Effect Flash Tutorial    flash-game-design.com

Bubble Effect Flash Tutorial

7. Aquatic bubble animation in Flash    toxiclab.org

Aquatic bubble animation in Flash

java2s.com  |  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.