STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228088
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/91256127?noj=FRM91256127-3DC" width="1" height="1"></div>

Blokland.swf

This is the info page for
Flash #22973

(Click the ID number above for more basic data on this flash file.)


Text
connection rate (K/s)

% loaded

K-loaded

current time (ms)

start time (ms)

time remaining (s)

18

WARNING!!!
If you are under the age of 18 years or consider
nudity offensive do not proceed to the next page.
The following page contains images that some may
consider offensive. If you find nudity offensive, do not proceed.

Ru Over      ?

www.blokland.co.uk

WWW.Blokland.co.uk

WWW.Blokland.co.uk

WWW.Blokland.co.uk

WWW.Blokland.co.uk

Dress up Doll v1.1
All Images Copyright Daniel Blokland 2003
Is your screen to small?
Click and drag the beach ball to explore the scene.
There is one Easter egg in this game,
shouldn't be too hard to find :)!
Shameless self marketing:
I am currently self-employed, but looking for
a permanent placement.
To hire me for illustration, webdesign, 3d Etc.
contact me under
daniel_blokland@hotmail.co (comments/questions)
Or
daniel@blokland.co.uk (work ect.)

CLICk AND DRAG
to LOOK Around


ActionScript [AS1/AS2]

Frame 1
Set("/:time0", getTimer()); Set("/:loaded0", _root.getBytesLoaded()); Set("/:total", _root.getBytesTotal());
Instance of Symbol 82 MovieClip in Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Frame 2
Set("/:iteration", Number(/:iteration) + 1);
Frame 3
Set("/:time1", getTimer()); Set("/:loaded1", _root.getBytesLoaded()); Set("/:loaded2", int(Number(/:loaded1) / 1000)); Set("/:timesum", Number(/:time1) - Number(/:time0)); Set("/:loadsum", Number(/:loaded1) - Number(/:loaded0)); Set("/:avtimesum", Number(/:timesum) / Number(/:iteration)); Set("/:avloadsum", Number(/:loadsum) / Number(/:iteration)); Set("/:connectionspeed", int((Number(/:avloadsum) / Number(/:avtimesum)) * 10) / 10); Set("/:percent", int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100)); setProperty("_root.loadbar", _yscale , Number(/:percent)); Set("/:timeleft", int(((Number(/:total) - Number(/:loaded1)) / Number(/:connectionspeed)) / 100) / 10); if (_root.getBytesLoaded() == _root.getBytesTotal()) { _root.gotoAndStop("site"); setProperty("_root.success", _alpha , "100"); } else { gotoAndPlay (2); }
Frame 74
ifFrameLoaded (178) { gotoAndPlay (80); }
Frame 75
gotoAndPlay (1);
Frame 80
stop();
Frame 178
gotoAndPlay (87);
Symbol 20 Button
on (release) { getURL ("http://www.blokland.co.uk/index.html"); }
Symbol 76 MovieClip Frame 75
gotoAndPlay (1);
Symbol 113 Button
on (release) { gotoAndPlay (87); }
Symbol 117 Button
on (release) { gotoAndPlay (2); }
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 184
stop();
Symbol 125 Button
on (release) { gotoAndPlay (2); }
Symbol 132 Button
on (release) { getURL ("http://www.blokland.co.uk/index.html", "_blank"); }
Symbol 133 Button
on (release) { gotoAndPlay (1); }
Symbol 136 Button
on (release) { gotoAndPlay (3); }
Symbol 137 Button
on (release) { gotoAndPlay (2); }
Symbol 139 Button
on (release) { getURL ("mailto:\"daniel@blokland.co.uk\""); }
Symbol 140 Button
on (release) { getURL ("mailto:\"daniel_blokland@hotmail.com\""); }
Symbol 142 Button
on (release) { gotoAndPlay (2); }
Symbol 146 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 2
stop();
Symbol 146 MovieClip Frame 3
stop();
Symbol 479 Button
on (rollOver) { gotoAndPlay (57); }
Symbol 480 Button
on (rollOver) { gotoAndPlay (42); }
Symbol 481 Button
on (rollOver) { gotoAndPlay (31); }
Symbol 495 MovieClip Frame 14
stop();
Instance of Symbol 82 MovieClip in Symbol 504 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 482 MovieClip in Symbol 504 MovieClip Frame 21
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 483 MovieClip in Symbol 504 MovieClip Frame 23
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 482 MovieClip in Symbol 504 MovieClip Frame 25
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Symbol 504 MovieClip Frame 29
gotoAndPlay (1);
Instance of Symbol 486 MovieClip in Symbol 504 MovieClip Frame 31
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 495 MovieClip in Symbol 504 MovieClip Frame 35
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Symbol 504 MovieClip Frame 40
gotoAndPlay (1);
Instance of Symbol 82 MovieClip in Symbol 504 MovieClip Frame 42
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 482 MovieClip in Symbol 504 MovieClip Frame 42
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 486 MovieClip in Symbol 504 MovieClip Frame 46
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 502 MovieClip in Symbol 504 MovieClip Frame 48
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 483 MovieClip in Symbol 504 MovieClip Frame 50
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 486 MovieClip in Symbol 504 MovieClip Frame 52
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 502 MovieClip in Symbol 504 MovieClip Frame 54
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Symbol 504 MovieClip Frame 56
gotoAndPlay (1);
Instance of Symbol 82 MovieClip in Symbol 504 MovieClip Frame 57
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 482 MovieClip in Symbol 504 MovieClip Frame 57
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 495 MovieClip in Symbol 504 MovieClip Frame 62
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Symbol 504 MovieClip Frame 74
gotoAndPlay (1);
Instance of Symbol 82 MovieClip in Symbol 504 MovieClip Frame 74
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 483 MovieClip in Symbol 504 MovieClip Frame 74
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 502 MovieClip in Symbol 504 MovieClip Frame 74
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 486 MovieClip in Symbol 504 MovieClip Frame 74
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Symbol 511 Button
on (release) { gotoAndPlay (6); }
Symbol 522 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 526 Button
on (release) { gotoAndPlay (2); }
Symbol 528 Button
on (release) { gotoAndStop (1); }
Symbol 545 MovieClip Frame 1
stop();
Symbol 545 MovieClip Frame 95
gotoAndPlay (2);
Symbol 546 Button
on (release) { gotoAndPlay (2); }
Symbol 558 MovieClip Frame 1
stop();
Symbol 558 MovieClip Frame 26
stop();
Symbol 559 Button
on (release) { gotoAndPlay (2); }
Symbol 592 MovieClip Frame 26
stop();
Symbol 594 MovieClip Frame 26
stop();
Symbol 596 MovieClip Frame 14
stop();
Symbol 598 MovieClip Frame 1
stop();
Symbol 598 MovieClip Frame 100
stop();
Symbol 618 Button
on (release) { gotoAndPlay (2); }
Symbol 620 Button
on (release) { gotoAndStop (1); }
Symbol 654 MovieClip Frame 1
stop();
Instance of Symbol 623 MovieClip in Symbol 654 MovieClip Frame 5
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 623 MovieClip in Symbol 654 MovieClip Frame 15
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 623 MovieClip in Symbol 654 MovieClip Frame 26
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Symbol 654 MovieClip Frame 88
gotoAndPlay (2);
Symbol 665 Button
on (release) { gotoAndPlay (5); }
Instance of Symbol 154 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 156 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 158 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 160 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 162 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 164 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 166 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 168 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 172 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 174 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 176 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 178 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 180 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 182 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 184 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 186 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 188 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 189 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 191 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 193 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 199 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 201 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 203 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 205 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 207 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 209 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 211 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 213 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 215 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 217 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 219 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 221 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 223 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 233 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 240 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 243 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 268 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 270 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 272 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 274 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 284 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 286 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 288 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 291 MovieClip "square" in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (load) { function drawGrid(param) { i = 1; while (16 >= i) { removeMovieClip(_root.grid["hLine" add i]); removeMovieClip(_root.grid["vLine" add i]); i++; } if (_root.selected == "normal") { i = 1; while (Math.round(400 / param) >= i) { duplicateMovieClip ("_root.grid.hLine", "hline" add i, i); duplicateMovieClip ("_root.grid.vLine", "vline" add i, i + 100); _root.grid["hLine" add i]._y = param * i; _root.grid["vLine" add i]._x = param * i; i++; } _root.gridSpacing = param; } if (_root.selected == "rand") { gridX[0] = 0; gridY[0] = 0; i = 1; while (i < param) { gridX[i] = random(400); gridY[i] = random(400); duplicateMovieClip ("_root.grid.hLine", "hline" add i, i); duplicateMovieClip ("_root.grid.vLine", "vline" add i, i + 100); _root.grid["vLine" add i]._x = gridX[i]; _root.grid["hLine" add i]._y = gridY[i]; i++; } _root.numLines = param; } } dragging = 0; gridX = new Array(); gridY = new Array(); diffX = new Array(); diffY = new Array(); _root.selected = "normal"; drawGrid(25); } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 293 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 295 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 298 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 300 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 314 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 318 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 320 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 322 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 339 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 357 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 380 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 413 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 415 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 417 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 419 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 421 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 423 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 425 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 427 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 436 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 438 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 440 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 442 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 444 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 446 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 448 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 450 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 452 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 454 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 456 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 458 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 460 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 462 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 464 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 466 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 468 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Symbol 666 MovieClip Frame 5
stop();
Symbol 666 MovieClip Frame 6
stop();
Instance of Symbol 545 MovieClip in Symbol 666 MovieClip Frame 6
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 558 MovieClip in Symbol 666 MovieClip Frame 6
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 598 MovieClip in Symbol 666 MovieClip Frame 6
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 600 MovieClip in Symbol 666 MovieClip Frame 6
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 601 MovieClip in Symbol 666 MovieClip Frame 6
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 603 MovieClip in Symbol 666 MovieClip Frame 6
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 616 MovieClip in Symbol 666 MovieClip Frame 6
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 654 MovieClip in Symbol 666 MovieClip Frame 6
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 656 MovieClip in Symbol 666 MovieClip Frame 6
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 658 MovieClip in Symbol 666 MovieClip Frame 6
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 660 MovieClip in Symbol 666 MovieClip Frame 6
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 662 MovieClip in Symbol 666 MovieClip Frame 6
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 664 MovieClip in Symbol 666 MovieClip Frame 6
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { startDrag (this); dragging = 1; } } onClipEvent (mouseUp) { if (dragging) { stopDrag(); X = this._x; Y = this._y; if (_root.selected == "normal") { this._x = Math.round(X / _root.gridSpacing) * _root.gridSpacing; this._y = Math.round(Y / _root.gridSpacing) * _root.gridSpacing; } if (_root.selected == "rand") { smallestX = 1000; smallestY = 1000; i = 0; while (i < _root.numLines) { difX = Math.round(Math.abs(gridX[i] - X)); difY = Math.round(Math.abs(gridY[i] - Y)); diffX[difX] = i; diffY[difY] = i; smallestX = Math.min(smallestX, difX); smallestY = Math.min(smallestY, difY); i++; } this._x = gridX[diffX[smallestX]]; this._y = gridY[diffY[smallestY]]; } dragging = 0; } } onClipEvent (mouseMove) { updateAfterEvent(); }

Library Items

Symbol 1 FontUsed by:2 3 4 5 6 7 8 9 10 11 12 13 85 86 87 88 89 90
Symbol 2 EditableTextUses:1Used by:Timeline
Symbol 3 TextUses:1Used by:Timeline
Symbol 4 EditableTextUses:1Used by:Timeline
Symbol 5 TextUses:1Used by:Timeline
Symbol 6 EditableTextUses:1Used by:Timeline
Symbol 7 TextUses:1Used by:Timeline
Symbol 8 EditableTextUses:1Used by:Timeline
Symbol 9 TextUses:1Used by:Timeline
Symbol 10 TextUses:1Used by:Timeline
Symbol 11 EditableTextUses:1Used by:Timeline
Symbol 12 TextUses:1Used by:Timeline
Symbol 13 EditableTextUses:1Used by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:Timeline
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 GraphicUsed by:20
Symbol 20 ButtonUses:19Used by:Timeline
Symbol 21 FontUsed by:22 115
Symbol 22 TextUses:21Used by:Timeline
Symbol 23 ShapeTweeningUsed by:38
Symbol 24 GraphicUsed by:38
Symbol 25 ShapeTweeningUsed by:38
Symbol 26 ShapeTweeningUsed by:38
Symbol 27 ShapeTweeningUsed by:38
Symbol 28 ShapeTweeningUsed by:38
Symbol 29 ShapeTweeningUsed by:38
Symbol 30 ShapeTweeningUsed by:38
Symbol 31 GraphicUsed by:38
Symbol 32 GraphicUsed by:38
Symbol 33 GraphicUsed by:38
Symbol 34 GraphicUsed by:38
Symbol 35 GraphicUsed by:38
Symbol 36 GraphicUsed by:38
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:23 24 25 26 27 28 29 30 31 32 33 34 35 36 37Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:76
Symbol 41 GraphicUsed by:76
Symbol 42 GraphicUsed by:76
Symbol 43 GraphicUsed by:76
Symbol 44 GraphicUsed by:76
Symbol 45 GraphicUsed by:76
Symbol 46 GraphicUsed by:76
Symbol 47 GraphicUsed by:76
Symbol 48 GraphicUsed by:76
Symbol 49 GraphicUsed by:76
Symbol 50 GraphicUsed by:76
Symbol 51 GraphicUsed by:76
Symbol 52 GraphicUsed by:76
Symbol 53 GraphicUsed by:76
Symbol 54 GraphicUsed by:76
Symbol 55 GraphicUsed by:76
Symbol 56 GraphicUsed by:76
Symbol 57 GraphicUsed by:76
Symbol 58 GraphicUsed by:76
Symbol 59 GraphicUsed by:76
Symbol 60 GraphicUsed by:76
Symbol 61 GraphicUsed by:76
Symbol 62 GraphicUsed by:76
Symbol 63 GraphicUsed by:76
Symbol 64 GraphicUsed by:76
Symbol 65 GraphicUsed by:76
Symbol 66 GraphicUsed by:76
Symbol 67 GraphicUsed by:76
Symbol 68 GraphicUsed by:76
Symbol 69 GraphicUsed by:76
Symbol 70 GraphicUsed by:76
Symbol 71 GraphicUsed by:76
Symbol 72 GraphicUsed by:76
Symbol 73 GraphicUsed by:76
Symbol 74 GraphicUsed by:76
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75Used by:Timeline
Symbol 77 GraphicUsed by:78 189
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 GraphicUsed by:82 486 494 495 498 502 596 598
Symbol 80 GraphicUsed by:82 486 494 495 498 502 596 598
Symbol 81 GraphicUsed by:82 494
Symbol 82 MovieClipUses:79 80 81Used by:504  Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 EditableTextUses:1Used by:Timeline
Symbol 86 EditableTextUses:1Used by:Timeline
Symbol 87 EditableTextUses:1Used by:Timeline
Symbol 88 EditableTextUses:1Used by:Timeline
Symbol 89 EditableTextUses:1Used by:Timeline
Symbol 90 EditableTextUses:1Used by:Timeline
Symbol 91 GraphicUsed by:92 482
Symbol 92 MovieClipUses:91Used by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:95 483
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 GraphicUsed by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 GraphicUsed by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 FontUsed by:111
Symbol 111 TextUses:110Used by:Timeline
Symbol 112 GraphicUsed by:113
Symbol 113 ButtonUses:112Used by:Timeline
Symbol 114 GraphicUsed by:Timeline
Symbol 115 TextUses:21Used by:Timeline
Symbol 116 GraphicUsed by:117 125 133 546 559
Symbol 117 ButtonUses:116Used by:124
Symbol 118 FontUsed by:119 128 129 130 131
Symbol 119 TextUses:118Used by:124
Symbol 120 GraphicUsed by:124
Symbol 121 SoundUsed by:124
Symbol 122 GraphicUsed by:124
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:117 119 120 121 122 123Used by:Timeline
Symbol 125 ButtonUses:116Used by:146
Symbol 126 GraphicUsed by:146
Symbol 127 GraphicUsed by:132
Symbol 128 TextUses:118Used by:132
Symbol 129 TextUses:118Used by:132
Symbol 130 TextUses:118Used by:132
Symbol 131 TextUses:118Used by:132
Symbol 132 ButtonUses:127 128 129 130 131Used by:146
Symbol 133 ButtonUses:116Used by:146
Symbol 134 GraphicUsed by:136 137
Symbol 135 GraphicUsed by:136 137
Symbol 136 ButtonUses:134 135Used by:146
Symbol 137 ButtonUses:134 135Used by:146
Symbol 138 GraphicUsed by:139 140
Symbol 139 ButtonUses:138Used by:146
Symbol 140 ButtonUses:138Used by:146
Symbol 141 GraphicUsed by:142 528 620
Symbol 142 ButtonUses:141Used by:146
Symbol 143 FontUsed by:144
Symbol 144 TextUses:143Used by:146
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:125 126 132 133 136 137 139 140 142 144 145Used by:Timeline
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:666
Symbol 149 GraphicUsed by:154
Symbol 150 GraphicUsed by:154
Symbol 151 GraphicUsed by:154
Symbol 152 GraphicUsed by:154
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:149 150 151 152 153Used by:666
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:155Used by:666
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:157Used by:666
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159Used by:666
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:666
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:666
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:666
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:167Used by:666
Symbol 169 GraphicUsed by:172
Symbol 170 GraphicUsed by:172
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:169 170 171Used by:666
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:173Used by:666
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:175Used by:666
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:177Used by:666
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:179Used by:666
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:181Used by:666
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:666
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:185Used by:666
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:187Used by:666
Symbol 189 MovieClipUses:77Used by:666
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:666
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:192Used by:666
Symbol 194 GraphicUsed by:199
Symbol 195 GraphicUsed by:199
Symbol 196 GraphicUsed by:199
Symbol 197 GraphicUsed by:199
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:194 195 196 197 198Used by:666
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:666
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:202Used by:666
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:204Used by:666
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:666
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:666
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:666
Symbol 212 GraphicUsed by:213
Symbol 213 MovieClipUses:212Used by:666
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:214Used by:666
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:216Used by:666
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:218Used by:666
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:220Used by:666
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:222Used by:666
Symbol 224 GraphicUsed by:233
Symbol 225 GraphicUsed by:233
Symbol 226 GraphicUsed by:233
Symbol 227 GraphicUsed by:233
Symbol 228 GraphicUsed by:233 240
Symbol 229 GraphicUsed by:233 243 268
Symbol 230 GraphicUsed by:233
Symbol 231 GraphicUsed by:233 240 243
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:224 225 226 227 228 229 230 231 232Used by:666
Symbol 234 GraphicUsed by:240
Symbol 235 GraphicUsed by:240
Symbol 236 GraphicUsed by:240
Symbol 237 GraphicUsed by:240
Symbol 238 GraphicUsed by:240
Symbol 239 GraphicUsed by:240 243
Symbol 240 MovieClipUses:234 235 236 237 228 238 231 239Used by:666
Symbol 241 GraphicUsed by:243
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:241 229 242 231 239Used by:666
Symbol 244 GraphicUsed by:268
Symbol 245 GraphicUsed by:268
Symbol 246 GraphicUsed by:268
Symbol 247 GraphicUsed by:268
Symbol 248 GraphicUsed by:268
Symbol 249 GraphicUsed by:268
Symbol 250 GraphicUsed by:268
Symbol 251 GraphicUsed by:268
Symbol 252 GraphicUsed by:268
Symbol 253 GraphicUsed by:268
Symbol 254 GraphicUsed by:268
Symbol 255 GraphicUsed by:268
Symbol 256 GraphicUsed by:268
Symbol 257 GraphicUsed by:268
Symbol 258 GraphicUsed by:268
Symbol 259 GraphicUsed by:268
Symbol 260 GraphicUsed by:268
Symbol 261 GraphicUsed by:268
Symbol 262 GraphicUsed by:268
Symbol 263 GraphicUsed by:268
Symbol 264 GraphicUsed by:268
Symbol 265 GraphicUsed by:268
Symbol 266 GraphicUsed by:268
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:244 245 246 247 248 249 250 251 252 253 229 254 255 256 257 258 259 260 261 262 263 264 265 266 267Used by:666
Symbol 269 GraphicUsed by:270
Symbol 270 MovieClipUses:269Used by:666
Symbol 271 GraphicUsed by:272
Symbol 272 MovieClipUses:271Used by:666
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:666
Symbol 275 GraphicUsed by:284
Symbol 276 GraphicUsed by:284
Symbol 277 GraphicUsed by:284
Symbol 278 GraphicUsed by:284
Symbol 279 GraphicUsed by:284
Symbol 280 GraphicUsed by:284
Symbol 281 GraphicUsed by:284
Symbol 282 GraphicUsed by:284
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:275 276 277 278 279 280 281 282 283Used by:666
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:285Used by:666
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClipUses:287Used by:666
Symbol 289 GraphicUsed by:666
Symbol 290 GraphicUsed by:291
Symbol 291 MovieClipUses:290Used by:666
Symbol 292 GraphicUsed by:293
Symbol 293 MovieClipUses:292Used by:666
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:294Used by:666
Symbol 296 GraphicUsed by:298
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:296 297Used by:666
Symbol 299 GraphicUsed by:300
Symbol 300 MovieClipUses:299Used by:666
Symbol 301 GraphicUsed by:314
Symbol 302 GraphicUsed by:314 318 339 357 380 396 413
Symbol 303 GraphicUsed by:314 318 339 357 380 396
Symbol 304 GraphicUsed by:314 318 339 357 380 396
Symbol 305 GraphicUsed by:314 318 339 357 380 396
Symbol 306 GraphicUsed by:314
Symbol 307 GraphicUsed by:314 318 339 357 380 396 413
Symbol 308 GraphicUsed by:314
Symbol 309 GraphicUsed by:314 318 339 357 380 396 413
Symbol 310 GraphicUsed by:314
Symbol 311 GraphicUsed by:314 318
Symbol 312 GraphicUsed by:314 318 413
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClipUses:301 302 303 304 305 306 307 308 309 310 311 312 313Used by:666
Symbol 315 GraphicUsed by:318
Symbol 316 GraphicUsed by:318
Symbol 317 GraphicUsed by:318
Symbol 318 MovieClipUses:315 302 303 304 305 316 307 309 311 312 317Used by:666
Symbol 319 GraphicUsed by:320
Symbol 320 MovieClipUses:319Used by:666
Symbol 321 GraphicUsed by:322
Symbol 322 MovieClipUses:321Used by:666
Symbol 323 GraphicUsed by:339
Symbol 324 GraphicUsed by:339
Symbol 325 GraphicUsed by:339
Symbol 326 GraphicUsed by:339 357
Symbol 327 GraphicUsed by:339
Symbol 328 GraphicUsed by:339
Symbol 329 GraphicUsed by:339 357
Symbol 330 GraphicUsed by:339 357
Symbol 331 GraphicUsed by:339
Symbol 332 GraphicUsed by:339 357 380 396 413
Symbol 333 GraphicUsed by:339 357 380 396 413
Symbol 334 GraphicUsed by:339 357 380 396 413
Symbol 335 GraphicUsed by:339
Symbol 336 GraphicUsed by:339
Symbol 337 GraphicUsed by:339 357
Symbol 338 GraphicUsed by:339
Symbol 339 MovieClipUses:323 302 324 303 304 305 325 307 326 327 309 328 329 330 331 332 333 334 335 336 337 338Used by:666
Symbol 340 GraphicUsed by:357
Symbol 341 GraphicUsed by:357 380 396 413
Symbol 342 GraphicUsed by:357
Symbol 343 GraphicUsed by:357 380 396 413
Symbol 344 GraphicUsed by:357
Symbol 345 GraphicUsed by:357
Symbol 346 GraphicUsed by:357
Symbol 347 GraphicUsed by:357
Symbol 348 GraphicUsed by:357
Symbol 349 GraphicUsed by:357 380 396 413
Symbol 350 GraphicUsed by:357
Symbol 351 GraphicUsed by:357 380 396 413
Symbol 352 GraphicUsed by:357 380 396 413
Symbol 353 GraphicUsed by:357 380 396 413
Symbol 354 GraphicUsed by:357
Symbol 355 GraphicUsed by:357
Symbol 356 GraphicUsed by:357
Symbol 357 MovieClipUses:340 341 342 343 302 303 304 305 344 307 326 345 309 346 329 330 347 348 349 350 351 352 332 333 353 334 354 355 337 356Used by:666
Symbol 358 GraphicUsed by:380
Symbol 359 GraphicUsed by:380
Symbol 360 GraphicUsed by:380
Symbol 361 GraphicUsed by:380
Symbol 362 GraphicUsed by:380
Symbol 363 GraphicUsed by:380
Symbol 364 GraphicUsed by:380
Symbol 365 GraphicUsed by:380
Symbol 366 GraphicUsed by:380
Symbol 367 GraphicUsed by:380
Symbol 368 GraphicUsed by:380
Symbol 369 GraphicUsed by:380
Symbol 370 GraphicUsed by:380
Symbol 371 GraphicUsed by:380
Symbol 372 GraphicUsed by:380
Symbol 373 GraphicUsed by:380
Symbol 374 GraphicUsed by:380
Symbol 375 GraphicUsed by:380 396 413
Symbol 376 GraphicUsed by:380
Symbol 377 GraphicUsed by:380
Symbol 378 GraphicUsed by:380
Symbol 379 GraphicUsed by:380
Symbol 380 MovieClipUses:358 359 360 361 362 363 364 365 341 343 302 303 304 305 366 307 367 368 309 369 370 371 372 373 349 374 375 351 352 332 333 353 334 376 377 378 379Used by:666
Symbol 381 GraphicUsed by:396
Symbol 382 GraphicUsed by:396
Symbol 383 GraphicUsed by:396
Symbol 384 GraphicUsed by:396
Symbol 385 GraphicUsed by:396
Symbol 386 GraphicUsed by:396
Symbol 387 GraphicUsed by:396
Symbol 388 GraphicUsed by:396
Symbol 389 GraphicUsed by:396
Symbol 390 GraphicUsed by:396
Symbol 391 GraphicUsed by:396
Symbol 392 GraphicUsed by:396
Symbol 393 GraphicUsed by:396
Symbol 394 GraphicUsed by:396
Symbol 395 GraphicUsed by:396
Symbol 396 MovieClipUses:381 341 382 343 302 303 304 305 383 307 384 385 309 386 387 388 389 390 349 391 375 351 352 332 333 353 334 392 393 394 395Used by:666
Symbol 397 GraphicUsed by:413
Symbol 398 GraphicUsed by:413
Symbol 399 GraphicUsed by:413
Symbol 400 GraphicUsed by:413
Symbol 401 GraphicUsed by:413
Symbol 402 GraphicUsed by:413
Symbol 403 GraphicUsed by:413
Symbol 404 GraphicUsed by:413
Symbol 405 GraphicUsed by:413
Symbol 406 GraphicUsed by:413
Symbol 407 GraphicUsed by:413
Symbol 408 GraphicUsed by:413
Symbol 409 GraphicUsed by:413
Symbol 410 GraphicUsed by:413
Symbol 411 GraphicUsed by:413
Symbol 412 GraphicUsed by:413
Symbol 413 MovieClipUses:341 343 302 397 398 399 400 307 401 402 309 403 404 405 406 407 349 408 375 351 352 332 409 333 353 334 410 411 312 412Used by:666
Symbol 414 GraphicUsed by:415
Symbol 415 MovieClipUses:414Used by:666
Symbol 416 GraphicUsed by:417
Symbol 417 MovieClipUses:416Used by:666
Symbol 418 GraphicUsed by:419
Symbol 419 MovieClipUses:418Used by:666
Symbol 420 GraphicUsed by:421
Symbol 421 MovieClipUses:420Used by:666
Symbol 422 GraphicUsed by:423
Symbol 423 MovieClipUses:422Used by:666
Symbol 424 GraphicUsed by:425
Symbol 425 MovieClipUses:424Used by:666
Symbol 426 GraphicUsed by:427
Symbol 427 MovieClipUses:426Used by:666
Symbol 428 GraphicUsed by:436
Symbol 429 GraphicUsed by:436
Symbol 430 GraphicUsed by:436
Symbol 431 GraphicUsed by:436
Symbol 432 GraphicUsed by:436
Symbol 433 GraphicUsed by:436
Symbol 434 GraphicUsed by:436
Symbol 435 GraphicUsed by:436
Symbol 436 MovieClipUses:428 429 430 431 432 433 434 435Used by:666
Symbol 437 GraphicUsed by:438
Symbol 438 MovieClipUses:437Used by:666
Symbol 439 GraphicUsed by:440
Symbol 440 MovieClipUses:439Used by:666
Symbol 441 GraphicUsed by:442
Symbol 442 MovieClipUses:441Used by:666
Symbol 443 GraphicUsed by:444
Symbol 444 MovieClipUses:443Used by:666
Symbol 445 GraphicUsed by:446
Symbol 446 MovieClipUses:445Used by:666
Symbol 447 GraphicUsed by:448
Symbol 448 MovieClipUses:447Used by:666
Symbol 449 GraphicUsed by:450
Symbol 450 MovieClipUses:449Used by:666
Symbol 451 GraphicUsed by:452
Symbol 452 MovieClipUses:451Used by:666
Symbol 453 GraphicUsed by:454
Symbol 454 MovieClipUses:453Used by:666
Symbol 455 GraphicUsed by:456
Symbol 456 MovieClipUses:455Used by:666
Symbol 457 GraphicUsed by:458
Symbol 458 MovieClipUses:457Used by:666
Symbol 459 GraphicUsed by:460
Symbol 460 MovieClipUses:459Used by:666
Symbol 461 GraphicUsed by:462
Symbol 462 MovieClipUses:461Used by:666
Symbol 463 GraphicUsed by:464
Symbol 464 MovieClipUses:463Used by:666
Symbol 465 GraphicUsed by:466
Symbol 466 MovieClipUses:465Used by:666
Symbol 467 GraphicUsed by:468
Symbol 468 MovieClipUses:467Used by:666
Symbol 469 GraphicUsed by:504
Symbol 470 GraphicUsed by:504
Symbol 471 GraphicUsed by:504
Symbol 472 GraphicUsed by:504
Symbol 473 GraphicUsed by:504
Symbol 474 GraphicUsed by:504
Symbol 475 GraphicUsed by:504
Symbol 476 GraphicUsed by:504
Symbol 477 GraphicUsed by:504
Symbol 478 GraphicUsed by:479 480 481
Symbol 479 ButtonUses:478Used by:504
Symbol 480 ButtonUses:478Used by:504
Symbol 481 ButtonUses:478Used by:504
Symbol 482 MovieClipUses:91Used by:504
Symbol 483 MovieClipUses:94Used by:504
Symbol 484 GraphicUsed by:486
Symbol 485 GraphicUsed by:486
Symbol 486 MovieClipUses:484 79 80 485Used by:504
Symbol 487 SoundUsed by:504 654
Symbol 488 GraphicUsed by:495 596
Symbol 489 GraphicUsed by:495 596
Symbol 490 GraphicUsed by:495 596
Symbol 491 GraphicUsed by:495 596
Symbol 492 GraphicUsed by:495 596
Symbol 493 GraphicUsed by:495 596
Symbol 494 MovieClipUses:79 80 81Used by:495 596
Symbol 495 MovieClipUses:488 79 80 489 490 491 492 493 494Used by:504
Symbol 496 GraphicUsed by:498
Symbol 497 GraphicUsed by:498
Symbol 498 MovieClipUses:496 79 80 497Used by:504
Symbol 499 SoundUsed by:504 545 654
Symbol 500 GraphicUsed by:502
Symbol 501 GraphicUsed by:502
Symbol 502 MovieClipUses:500 79 80 501Used by:504
Symbol 503 SoundUsed by:504
Symbol 504 MovieClipUses:82 469 470 471 472 473 474 475 476 477 479 480 481 482 483 486 487 495 498 499 502 503Used by:666
Symbol 505 GraphicUsed by:511 665
Symbol 506 GraphicUsed by:511 665
Symbol 507 GraphicUsed by:511 665
Symbol 508 GraphicUsed by:511 665
Symbol 509 GraphicUsed by:511 665
Symbol 510 SoundUsed by:511 665
Symbol 511 ButtonUses:505 506 507 508 509 510Used by:666
Symbol 512 GraphicUsed by:666
Symbol 513 GraphicUsed by:666
Symbol 514 GraphicUsed by:666
Symbol 515 GraphicUsed by:666
Symbol 516 GraphicUsed by:666
Symbol 517 GraphicUsed by:522
Symbol 518 GraphicUsed by:522
Symbol 519 GraphicUsed by:522
Symbol 520 FontUsed by:521
Symbol 521 TextUses:520Used by:522
Symbol 522 ButtonUses:517 518 519 521Used by:666
Symbol 523 GraphicUsed by:666
Symbol 524 GraphicUsed by:666
Symbol 525 GraphicUsed by:526
Symbol 526 ButtonUses:525Used by:545
Symbol 527 GraphicUsed by:545
Symbol 528 ButtonUses:141Used by:545
Symbol 529 GraphicUsed by:545
Symbol 530 GraphicUsed by:545
Symbol 531 GraphicUsed by:545
Symbol 532 GraphicUsed by:545
Symbol 533 GraphicUsed by:545
Symbol 534 GraphicUsed by:545
Symbol 535 GraphicUsed by:545
Symbol 536 SoundUsed by:545
Symbol 537 SoundUsed by:545
Symbol 538 GraphicUsed by:545
Symbol 539 GraphicUsed by:545
Symbol 540 GraphicUsed by:545
Symbol 541 GraphicUsed by:545
Symbol 542 GraphicUsed by:545
Symbol 543 GraphicUsed by:545
Symbol 544 GraphicUsed by:545
Symbol 545 MovieClipUses:526 527 528 529 499 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544Used by:666
Symbol 546 ButtonUses:116Used by:558
Symbol 547 GraphicUsed by:558
Symbol 548 GraphicUsed by:558
Symbol 549 GraphicUsed by:558
Symbol 550 GraphicUsed by:558
Symbol 551 GraphicUsed by:558
Symbol 552 GraphicUsed by:558
Symbol 553 GraphicUsed by:558
Symbol 554 GraphicUsed by:555 601
Symbol 555 MovieClipUses:554Used by:558
Symbol 556 GraphicUsed by:558
Symbol 557 GraphicUsed by:558
Symbol 558 MovieClipUses:546 547 548 549 550 551 552 553 555 556 557Used by:666
Symbol 559 ButtonUses:116Used by:598
Symbol 560 GraphicUsed by:598
Symbol 561 GraphicUsed by:598
Symbol 562 TextUsed by:598
Symbol 563 GraphicUsed by:598
Symbol 564 GraphicUsed by:598
Symbol 565 GraphicUsed by:598
Symbol 566 GraphicUsed by:598
Symbol 567 GraphicUsed by:598
Symbol 568 GraphicUsed by:598
Symbol 569 GraphicUsed by:598
Symbol 570 GraphicUsed by:598
Symbol 571 GraphicUsed by:598
Symbol 572 GraphicUsed by:598
Symbol 573 GraphicUsed by:598
Symbol 574 GraphicUsed by:598
Symbol 575 GraphicUsed by:598
Symbol 576 GraphicUsed by:598
Symbol 577 GraphicUsed by:598
Symbol 578 GraphicUsed by:598
Symbol 579 GraphicUsed by:598
Symbol 580 GraphicUsed by:598
Symbol 581 GraphicUsed by:598
Symbol 582 GraphicUsed by:598
Symbol 583 GraphicUsed by:592 594
Symbol 584 GraphicUsed by:592 594
Symbol 585 GraphicUsed by:592 594
Symbol 586 GraphicUsed by:592 594
Symbol 587 GraphicUsed by:592 594
Symbol 588 GraphicUsed by:592 594
Symbol 589 GraphicUsed by:592 594
Symbol 590 GraphicUsed by:592 594
Symbol 591 GraphicUsed by:592 594
Symbol 592 MovieClipUses:583 584 585 586 587 588 589 590 591Used by:598
Symbol 593 GraphicUsed by:598
Symbol 594 MovieClipUses:583 584 585 586 587 588 589 590 591Used by:598
Symbol 595 GraphicUsed by:598
Symbol 596 MovieClipUses:488 79 80 489 490 491 492 493 494Used by:598
Symbol 597 GraphicUsed by:598
Symbol 598 MovieClipUses:559 561 560 562 563 79 80 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 592 593 594 595 596 597Used by:666
Symbol 599 GraphicUsed by:600
Symbol 600 MovieClipUses:599Used by:666
Symbol 601 MovieClipUses:554Used by:666
Symbol 602 GraphicUsed by:603
Symbol 603 MovieClipUses:602Used by:666
Symbol 604 GraphicUsed by:616
Symbol 605 GraphicUsed by:616
Symbol 606 GraphicUsed by:616
Symbol 607 GraphicUsed by:616
Symbol 608 GraphicUsed by:616
Symbol 609 GraphicUsed by:616
Symbol 610 GraphicUsed by:616
Symbol 611 GraphicUsed by:616
Symbol 612 GraphicUsed by:616
Symbol 613 GraphicUsed by:616
Symbol 614 GraphicUsed by:616
Symbol 615 GraphicUsed by:616
Symbol 616 MovieClipUses:604 605 606 607 608 609 610 611 612 613 614 615Used by:666
Symbol 617 GraphicUsed by:618
Symbol 618 ButtonUses:617Used by:654
Symbol 619 GraphicUsed by:654
Symbol 620 ButtonUses:141Used by:654
Symbol 621 SoundUsed by:654
Symbol 622 GraphicUsed by:623
Symbol 623 MovieClipUses:622Used by:654
Symbol 624 GraphicUsed by:654
Symbol 625 SoundUsed by:654
Symbol 626 GraphicUsed by:654
Symbol 627 GraphicUsed by:654
Symbol 628 GraphicUsed by:654
Symbol 629 GraphicUsed by:654
Symbol 630 GraphicUsed by:654
Symbol 631 GraphicUsed by:654
Symbol 632 GraphicUsed by:654
Symbol 633 GraphicUsed by:654
Symbol 634 GraphicUsed by:654
Symbol 635 GraphicUsed by:654
Symbol 636 GraphicUsed by:654
Symbol 637 GraphicUsed by:654
Symbol 638 GraphicUsed by:654
Symbol 639 GraphicUsed by:654
Symbol 640 GraphicUsed by:654
Symbol 641 GraphicUsed by:654
Symbol 642 GraphicUsed by:654
Symbol 643 GraphicUsed by:654
Symbol 644 GraphicUsed by:654
Symbol 645 GraphicUsed by:654
Symbol 646 GraphicUsed by:654
Symbol 647 GraphicUsed by:654
Symbol 648 GraphicUsed by:654
Symbol 649 GraphicUsed by:654
Symbol 650 GraphicUsed by:654
Symbol 651 GraphicUsed by:654
Symbol 652 GraphicUsed by:654
Symbol 653 GraphicUsed by:654
Symbol 654 MovieClipUses:618 619 620 621 623 624 625 626 627 628 487 499 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653Used by:666
Symbol 655 GraphicUsed by:656
Symbol 656 MovieClipUses:655Used by:666
Symbol 657 GraphicUsed by:658
Symbol 658 MovieClipUses:657Used by:666
Symbol 659 GraphicUsed by:660
Symbol 660 MovieClipUses:659Used by:666
Symbol 661 GraphicUsed by:662
Symbol 662 MovieClipUses:661Used by:666
Symbol 663 GraphicUsed by:664
Symbol 664 MovieClipUses:663Used by:666
Symbol 665 ButtonUses:505 506 507 508 509 510Used by:666
Symbol 666 MovieClipUses:148 154 156 158 160 162 164 166 168 172 174 176 178 180 182 184 186 188 189 191 193 199 201 203 205 207 209 211 213 215 217 219 221 223 233 240 243 268 270 272 274 284 286 288 289 291 293 295 298 300 314 318 320 322 339 357 380 396 413 415 417 419 421 423 425 427 436 438 440 442 444 446 448 450 452 454 456 458 460 462 464 466 468 504 511 512 513 514 515 516 522 523 524 545 558 598 600 601 603 616 654 656 658 660 662 664 665Used by:Timeline
Symbol 667 SoundUsed by:Timeline
Symbol 668 SoundUsed by:Timeline

Instance Names

"loadbar"Frame 1Symbol 15 MovieClip
"success"Frame 1Symbol 17 MovieClip
"square"Symbol 666 MovieClip Frame 1Symbol 291 MovieClip

Labels

"loop2"Frame 2
"site"Frame 76
"ru18"Frame 80
"openmouth"Symbol 504 MovieClip Frame 31
"pantyplay"Symbol 504 MovieClip Frame 42
"nippleplay"Symbol 504 MovieClip Frame 57
"this"Symbol 666 MovieClip Frame 1
"hide"Symbol 666 MovieClip Frame 5
"reveal"Symbol 666 MovieClip Frame 6

Dynamic Text Variables

/:connectionspeedSymbol 2 EditableText""
/:percentSymbol 4 EditableText""
/:loaded2Symbol 6 EditableText""
/:time1Symbol 8 EditableText""
/:time0Symbol 11 EditableText""
/:timeleftSymbol 13 EditableText""
/:connectionspeedSymbol 85 EditableText""
/:percentSymbol 86 EditableText""
/:loaded2Symbol 87 EditableText""
/:time1Symbol 88 EditableText""
/:time0Symbol 89 EditableText""
/:timeleftSymbol 90 EditableText""




http://swfchan.com/5/22973/info.shtml
Created: 30/4 -2023 11:28:14 Last modified: 30/4 -2023 11:28:14 Server time: 03/05 -2024 16:17:53