home *** CD-ROM | disk | FTP | other *** search
- this.onEnterFrame = function()
- {
- this.frame = com.neodelight.std.XMath.toNumber(this.frame);
- if(this.traceFrames)
- {
- trace("(---" + this.frame + "@" + getTimer() + "----)");
- }
- else if(Key.isDown(36))
- {
- this.traceFrames = true;
- }
- this.frame = this.frame + 1;
- };
-