Frame 1
count = 0;
fscommand ("allowscale", "false");
duplicateMovieClip ("frame", "frame2", 500000);
duplicateMovieClip ("knob1", "knobl", 500001);
duplicateMovieClip ("knob2", "knobr", 500002);
stop();
Symbol 7 Button
on (release) {
getURL ("http://www.banjaxdigital.com", "_blank");
}
on (keyPress "<Space>") {
tellTarget ("shake") {
gotoAndPlay (2);
};
getURL ("javascript:shake(3)");
Set("/:count", 0);
i = 0;
while (i < 15000) {
removeMovieClip(eval ("_root.pixel" + i));
i++;
}
}
Symbol 11 MovieClip Frame 1
stop();
Symbol 11 MovieClip Frame 40
gotoAndStop (1);
Symbol 13 MovieClip Frame 1
stop();
Symbol 15 MovieClip Frame 1
stop();
Symbol 16 MovieClip Frame 1
posx = getProperty(_root.pointer, _x);
posy = getProperty(_root.pointer, _y);
if (Key.isDown(Key.LEFT) and (getProperty(_root.pointer, _x) >= 57)) {
setProperty("_root.pointer", _x , getProperty(_root.pointer, _x) - 1);
setProperty("_root.knobr", _rotation , getProperty(_root.knobr, _rotation) - 15);
}
if (Key.isDown(Key.RIGHT) and (346 >= getProperty(_root.pointer, _x))) {
setProperty("_root.pointer", _x , getProperty(_root.pointer, _x) + 1);
setProperty("_root.knobr", _rotation , getProperty(_root.knobr, _rotation) + 15);
}
if (Key.isDown(Key.UP) and (getProperty(_root.pointer, _y) >= 56)) {
setProperty("_root.pointer", _y , getProperty(_root.pointer, _y) - 1);
setProperty("_root.knobl", _rotation , getProperty(_root.knobl, _rotation) - 15);
}
if (Key.isDown(Key.DOWN) and (264 >= getProperty(_root.pointer, _y))) {
setProperty("_root.pointer", _y , getProperty(_root.pointer, _y) + 1);
setProperty("_root.knobl", _rotation , getProperty(_root.knobl, _rotation) + 15);
}
if ((getProperty(_root.pointer, _y) != posy) or (getProperty(_root.pointer, _x) != posx)) {
Set("/:count", /:count + 1);
duplicateMovieClip ("_root.pixel", "pixel" + /:count, /:count);
setProperty(eval ("_root.pixel" + /:count), _x , posx);
setProperty(eval ("_root.pixel" + /:count), _y , posy);
}
Symbol 16 MovieClip Frame 2
gotoAndPlay (1);
Symbol 24 Button
on (release) {
gotoAndStop (2);
}
Symbol 25 MovieClip Frame 1
stop();
Symbol 25 MovieClip Frame 2
stop();