actionscript game effect
Realistic Dynamic Bitmap Explosion Effect
Preview
If you’re having trouble understanding how everything works, check out these previous examples that were incorporated in to this one:
Simple Flashlight Effect
Here’s a very simple Flash flashlight effect that uses almost no ActionScript. The only AS used is for rotation and key detection.
The effect is archived with a mask and a filter. The filter is a simple gradient fill, same color as the “dark”. One side the alpha is 100, the other size alpha 0. Both the mask and the filter are the same shape and size (I’m using the same movieclip actually). To make everything work, you have to rotate and move the filter and mask at the same time (along with the player).
Preview
Also note the center registration point for the filter, mask and player. Make sure everything is aligned or the effect will break.
Game Weapons - Lightning, Laser, Beam, Pulse Gun Effects
This advanced game weapon script shows you how to create a lightning, laser, beam, pulse and other effects using Flash ActionScript 2. It is highly customizable and easy to modify to create your own desired effect.
Lightning Gun Effect Preview
Customizable Settings
- reloadSpeed - how long it takes the gun to reload in milliseconds
- clearSpeed - how long it takes to clear the graphics on screen in milliseconds
- lightningOffset - how wide the lignting bolt is in pixels
- lightningFrequency - how long each jump is in pixels
- lightningWidth - set the width of each lightning bolt in pixels
- lightningColor - set lightning color
- lightningAlpha - set lightning transparency
- lightningBranches - how many lightning bolt branches will be drawn per click
- sparkNumber - set number of sparks
- sparkDistance - set spark spread distance
- sparkSize - set spark scale in percent
If you’re having trouble understanding how this script works, please review previously posted examples that were incorporated in to this script: Shooting Laser Weapon, Play Random Sound, Apply Filters using ActionScript & Sparkle Effect.
Check out other free Flash game weapon effects from FreeActionScript.com:
CategoriesLinks |
