This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package | |
| { | |
| import flash.display.GradientType; | |
| import flash.display.Sprite; | |
| import flash.events.Event; | |
| public class Background extends Sprite | |
| { | |
| public function Background() | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package | |
| { | |
| import flash.display.Sprite; | |
| [SWF(FrameRate='24',backgroundColor='#000000', width='800',height='600')] | |
| public class screensaver extends Sprite | |
| { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package | |
| { | |
| import flash.display.GradientType; | |
| import flash.display.Sprite; | |
| import flash.events.Event; | |
| public class Line extends Sprite | |
| { | |
| public var _age:uint; | |
| public var _maxAge:uint; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package | |
| { | |
| public class GravityEffectTrail | |
| { | |
| public var _gravityStrenght:Number; | |
| public function GravityEffectTrail(strenght:Number = 100)//een effect defineren | |
| { | |
| _gravityStrenght = strenght; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package | |
| { | |
| import flash.display.Sprite; | |
| import flash.events.Event; | |
| import flash.events.TimerEvent; | |
| import flash.utils.Timer; | |
| public class LineTrail extends Sprite | |
| { | |
| public var _timer:Timer; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package | |
| { | |
| import flash.display.Sprite; | |
| import flash.events.Event; | |
| import flash.events.TimerEvent; | |
| import flash.utils.Timer; | |
| public class LineTrail extends Sprite | |
| { | |
| public var _timer:Timer; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package | |
| { | |
| public class GravityEffectTrail | |
| { | |
| public var _gravityStrenght:Number; | |
| public function GravityEffectTrail(strenght:Number = 100)//een effect defineren | |
| { | |
| _gravityStrenght = strenght; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package | |
| { | |
| import flash.display.GradientType; | |
| import flash.display.Sprite; | |
| import flash.events.Event; | |
| public class Line extends Sprite | |
| { | |
| public var _age:uint; | |
| public var _maxAge:uint; |