CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - flash explosion code graphic
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - flash explosion code graphic - List
[
2D Graphic
]
Explosion
DL : 0
as3.0 模拟爆炸 package { import flash.display.BitmapData import flash.geom.ColorTransform public class Explosion { /* EXPLOSION PARAMETERS */ //-- START VALUES private const EXPLOSION_RADIUS: int = 24 private const EXPLOSION_MAX_VELOCITY: Number = 2 private const EXPLOSION_MAX_HEAT: int = 2 // causes particles to move up private const PARTICLE_CHAOTIC_MOVE: Number = .1825 private const PARTICLE_DAMP_MOVE: Number = .99 private const PARTICLE_DAMP_ENERGIE: Number = .99 //-- AMOUNT private const P_COUNT: int = 3000 private const PCOUNT_EACH_FRAME: int = 100 -AS3.0 simulated explosive package (import flash.display.BitmapData import flash.geom.ColorTransform public class Explosion (/* EXPLOSION PARAMETERS*///START VALUES private const EXPLOSION_RADIUS: int = 24 private const EXPLOSION_MAX_VELOCITY: Number = 2 private const EXPLOSION_MAX_HEAT : int = 2// causes particles to move up private const PARTICLE_CHAOTIC_MOVE: Number = .1825 private const PARTICLE_DAMP_MOVE: Number = .99 private const PARTICLE_DAMP_ENERGIE: Number = .99// AMOUNT private const P_COUNT: int = 3000 private const PCOUNT_EACH_FRAME: int = 100
Date
: 2025-07-01
Size
: 225kb
User
:
mabingru
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.