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

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

Rotate 720.swf

This is the info page for
Flash #46568

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


Text
P

lay

H

ow

V

isit

C

reds

Rotate 720

Loading

Gaming-Box.com

next

next

This will show you how to play Rotate 720. If you haven't
played the first, Rotate 360 then it is recomended you
Play it .

Your aim is to collect the portal key which will open the
portal, then bounce into the portal all in one move.

you

key

portal

You can drag the platforms in from the HUD at the top
of the screen. Many platforms will be available.

You can rotate and move the platforms using the
platform rotation icon to rotate it or by dragging it to

move it. You can also remove
platforms by clicking them
and pressing the DELETE key.

Menu

Menu

Finally.. Press the launch button to fire your ball and
the reset button to try again. This will not effect your

Launch

Reset

platforms.

N

ormal

Well done!

You have finnished!

B

ack

Time :

<p align="center"></p>

Keys left :

<p align="center"></p>

ActionScript [AS1/AS2]

Frame 1
function goTo() { getURL ("http://www.gaming-box.com"); } _root.timed = false; stop(); var newMenu = new ContextMenu(); newMenu.hideBuiltInItems(); newMenu.customItems.push(new ContextMenuItem("Gaming-Box.com - Play More Games", goTo)); this.menu = newMenu;
Frame 2
stop();
Frame 3
stop(); _root.head = "Menu"; _root.body = "Welcome to the menu";
Frame 4
stop(); _root.head = "Menu"; _root.body = "Welcome to the menu"; depthHolder = 0;
Frame 5
nextFrame();
Frame 6
nextFrame(); _root.paused = true;
Frame 7
function tile(type, who) { _root.depthHolder++; var _local2 = type + _root.depthHolder; _root.terrain.attachMovie(type, _local2, _root.depthHolder); point = new Object(); point.x = _root._xmouse; point.y = _root._ymouse; terrain.globalToLocal(point); _root.terrain[_local2]._x = point.x; _root.terrain[_local2]._y = point.y; _root.selectedObject = terrain[_local2]; } stop(); go = false;
Instance of Symbol 171 MovieClip in Frame 7
onClipEvent (load) { function move(where) { if (where == "down") { _y = (startY + 50); vis = false; } if (where == "up") { _y = startY; vis = true; } } startY = _y; vis = true; done = false; checkItem(); } onClipEvent (enterFrame) { if (!done) { checkItem(); } } onClipEvent (load) { doubleclickDuration = 300; lastClick = 0; x = _x; y = _y; } onClipEvent (mouseUp) { if (drag) { if (vis) { drag = false; _alpha = 100; _x = x; _y = y; } _root.tile("straight", this); } } on (press) { if (_visible) { drag = true; } } onClipEvent (enterFrame) { if (_visible) { if (lastClick > 0) { if ((getTimer() - lastClick) > doubleclickDuration) { lastClick = 0; } } if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } } }
Instance of Symbol 173 MovieClip "ball2" in Frame 7
onClipEvent (load) { yspeed = 0; xspeed = 0; gravity = 0.2; radius = 5; friction = 0.9; precision = 360; bounces = 0; } onClipEvent (enterFrame) { if (_root.go == true) { collisions = 0; sum_x = 0; sum_y = 0; yspeed = yspeed + gravity; x = 1; while (x < precision) { spot_x = _x + (radius * Math.sin((x * 360) / precision)); spot_y = _y - (radius * Math.cos((x * 360) / precision)); if (_root.terrain.hitTest(spot_x, spot_y, true)) { collisions++; sum_x = sum_x + spot_x; sum_y = sum_y + spot_y; } x++; } if (collisions > 0) { _root.last_hit._x = old_x; _root.last_hit._y = old_y; bounces++; _root.collisions.text = "Bounces: " + bounces; ball_dir = Math.atan(yspeed / (xspeed * -1)) / (Math.PI/180); if ((xspeed * -1) < 0) { ball_dir = ball_dir + 180; } if (((xspeed * -1) >= 0) && (yspeed < 0)) { ball_dir = ball_dir + 360; } spot_x = sum_x / collisions; spot_y = sum_y / collisions; x_cat = spot_x - _x; y_cat = spot_y - _y; ball_coll = Math.atan(y_cat / x_cat) / (Math.PI/180); if (x_cat < 0) { ball_coll = ball_coll + 180; } if ((x_cat >= 0) && (y_cat < 0)) { ball_coll = ball_coll + 360; } ground_rotation = ball_coll - 90; if (ground_rotation < 0) { ground_rotation = ground_rotation + 180; } bounce_angle = (180 - ball_dir) - (2 * ground_rotation); if (bounce_angle < 0) { bounce_angle = bounce_angle + 360; } speed = Math.sqrt((yspeed * yspeed) + (xspeed * xspeed)); xspeed = (speed * Math.cos((bounce_angle * Math.PI) / 180)) * friction; yspeed = ((speed * Math.sin((bounce_angle * Math.PI) / 180)) * -1) * friction; _x = old_x; _y = old_y; } else { old_x = _x; old_y = _y; } _y = (_y + yspeed); _x = (_x + xspeed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.key)) { _root.key.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.portal.portal2)) { _root.nextFrame(); } }
Frame 8
nextFrame();
Frame 9
nextFrame(); _root.paused = true; go = false; _root.mode = "none"; _root.go = false;
Frame 10
function tile(type, who) { _root.depthHolder++; var _local2 = type + _root.depthHolder; _root.terrain.attachMovie(type, _local2, _root.depthHolder); point = new Object(); point.x = _root._xmouse; point.y = _root._ymouse; terrain.globalToLocal(point); _root.terrain[_local2]._x = point.x; _root.terrain[_local2]._y = point.y; _root.selectedObject = terrain[_local2]; } stop(); go = false;
Instance of Symbol 173 MovieClip "ball" in Frame 10
onClipEvent (load) { yspeed = 0; xspeed = 0; gravity = 0.2; radius = 5; friction = 0.9; precision = 360; bounces = 0; } onClipEvent (enterFrame) { if (_root.go == true) { collisions = 0; sum_x = 0; sum_y = 0; yspeed = yspeed + gravity; x = 1; while (x < precision) { spot_x = _x + (radius * Math.sin((x * 360) / precision)); spot_y = _y - (radius * Math.cos((x * 360) / precision)); if (_root.terrain.hitTest(spot_x, spot_y, true)) { collisions++; sum_x = sum_x + spot_x; sum_y = sum_y + spot_y; } x++; } if (collisions > 0) { _root.last_hit._x = old_x; _root.last_hit._y = old_y; bounces++; _root.collisions.text = "Bounces: " + bounces; ball_dir = Math.atan(yspeed / (xspeed * -1)) / (Math.PI/180); if ((xspeed * -1) < 0) { ball_dir = ball_dir + 180; } if (((xspeed * -1) >= 0) && (yspeed < 0)) { ball_dir = ball_dir + 360; } spot_x = sum_x / collisions; spot_y = sum_y / collisions; x_cat = spot_x - _x; y_cat = spot_y - _y; ball_coll = Math.atan(y_cat / x_cat) / (Math.PI/180); if (x_cat < 0) { ball_coll = ball_coll + 180; } if ((x_cat >= 0) && (y_cat < 0)) { ball_coll = ball_coll + 360; } ground_rotation = ball_coll - 90; if (ground_rotation < 0) { ground_rotation = ground_rotation + 180; } bounce_angle = (180 - ball_dir) - (2 * ground_rotation); if (bounce_angle < 0) { bounce_angle = bounce_angle + 360; } speed = Math.sqrt((yspeed * yspeed) + (xspeed * xspeed)); xspeed = (speed * Math.cos((bounce_angle * Math.PI) / 180)) * friction; yspeed = ((speed * Math.sin((bounce_angle * Math.PI) / 180)) * -1) * friction; _x = old_x; _y = old_y; } else { old_x = _x; old_y = _y; } _y = (_y + yspeed); _x = (_x + xspeed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.key)) { _root.key.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.portal.portal2)) { _root.nextFrame(); } }
Instance of Symbol 171 MovieClip in Frame 10
onClipEvent (load) { function move(where) { if (where == "down") { _y = (startY + 50); vis = false; } if (where == "up") { _y = startY; vis = true; } } startY = _y; vis = true; done = false; checkItem(); } onClipEvent (enterFrame) { if (!done) { checkItem(); } } onClipEvent (load) { doubleclickDuration = 300; lastClick = 0; x = _x; y = _y; } onClipEvent (mouseUp) { if (drag) { if (vis) { drag = false; _alpha = 100; _x = x; _y = y; } _root.tile("straight", this); } } on (press) { if (_visible) { drag = true; } } onClipEvent (enterFrame) { if (_visible) { if (lastClick > 0) { if ((getTimer() - lastClick) > doubleclickDuration) { lastClick = 0; } } if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } } }
Frame 11
nextFrame(); _root.paused = true; _root.paused = true; _root.paused2 = true;
Frame 12
nextFrame(); _root.paused = true; go = false; _root.mode = "none"; _root.go = false;
Frame 13
function tile(type, who) { _root.depthHolder++; var _local2 = type + _root.depthHolder; _root.terrain.attachMovie(type, _local2, _root.depthHolder); point = new Object(); point.x = _root._xmouse; point.y = _root._ymouse; terrain.globalToLocal(point); _root.terrain[_local2]._x = point.x; _root.terrain[_local2]._y = point.y; _root.selectedObject = terrain[_local2]; } stop(); go = false;
Instance of Symbol 173 MovieClip "ball" in Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; gravity = 0.2; radius = 5; friction = 0.9; precision = 360; bounces = 0; } onClipEvent (enterFrame) { if (_root.go == true) { collisions = 0; sum_x = 0; sum_y = 0; yspeed = yspeed + gravity; x = 1; while (x < precision) { spot_x = _x + (radius * Math.sin((x * 360) / precision)); spot_y = _y - (radius * Math.cos((x * 360) / precision)); if (_root.terrain.hitTest(spot_x, spot_y, true)) { collisions++; sum_x = sum_x + spot_x; sum_y = sum_y + spot_y; } x++; } if (collisions > 0) { _root.last_hit._x = old_x; _root.last_hit._y = old_y; bounces++; _root.collisions.text = "Bounces: " + bounces; ball_dir = Math.atan(yspeed / (xspeed * -1)) / (Math.PI/180); if ((xspeed * -1) < 0) { ball_dir = ball_dir + 180; } if (((xspeed * -1) >= 0) && (yspeed < 0)) { ball_dir = ball_dir + 360; } spot_x = sum_x / collisions; spot_y = sum_y / collisions; x_cat = spot_x - _x; y_cat = spot_y - _y; ball_coll = Math.atan(y_cat / x_cat) / (Math.PI/180); if (x_cat < 0) { ball_coll = ball_coll + 180; } if ((x_cat >= 0) && (y_cat < 0)) { ball_coll = ball_coll + 360; } ground_rotation = ball_coll - 90; if (ground_rotation < 0) { ground_rotation = ground_rotation + 180; } bounce_angle = (180 - ball_dir) - (2 * ground_rotation); if (bounce_angle < 0) { bounce_angle = bounce_angle + 360; } speed = Math.sqrt((yspeed * yspeed) + (xspeed * xspeed)); xspeed = (speed * Math.cos((bounce_angle * Math.PI) / 180)) * friction; yspeed = ((speed * Math.sin((bounce_angle * Math.PI) / 180)) * -1) * friction; _x = old_x; _y = old_y; } else { old_x = _x; old_y = _y; } _y = (_y + yspeed); _x = (_x + xspeed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.key)) { _root.key.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.portal.portal2)) { _root.nextFrame(); } }
Instance of Symbol 171 MovieClip in Frame 13
onClipEvent (load) { function move(where) { if (where == "down") { _y = (startY + 50); vis = false; } if (where == "up") { _y = startY; vis = true; } } startY = _y; vis = true; done = false; checkItem(); } onClipEvent (enterFrame) { if (!done) { checkItem(); } } onClipEvent (load) { doubleclickDuration = 300; lastClick = 0; x = _x; y = _y; } onClipEvent (mouseUp) { if (drag) { if (vis) { drag = false; _alpha = 100; _x = x; _y = y; } _root.tile("straight", this); } } on (press) { if (_visible) { drag = true; } } onClipEvent (enterFrame) { if (_visible) { if (lastClick > 0) { if ((getTimer() - lastClick) > doubleclickDuration) { lastClick = 0; } } if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } } }
Frame 14
nextFrame(); _root.paused = true; _root.paused = true; _root.paused2 = true;
Frame 15
nextFrame(); _root.paused = true; go = false; _root.mode = "none"; _root.go = false;
Frame 16
function tile(type, who) { _root.depthHolder++; var _local2 = type + _root.depthHolder; _root.terrain.attachMovie(type, _local2, _root.depthHolder); point = new Object(); point.x = _root._xmouse; point.y = _root._ymouse; terrain.globalToLocal(point); _root.terrain[_local2]._x = point.x; _root.terrain[_local2]._y = point.y; _root.selectedObject = terrain[_local2]; } stop(); go = false;
Instance of Symbol 173 MovieClip "ball" in Frame 16
onClipEvent (load) { yspeed = 0; xspeed = 0; gravity = 0.2; radius = 5; friction = 0.9; precision = 360; bounces = 0; } onClipEvent (enterFrame) { if (_root.go == true) { collisions = 0; sum_x = 0; sum_y = 0; yspeed = yspeed + gravity; x = 1; while (x < precision) { spot_x = _x + (radius * Math.sin((x * 360) / precision)); spot_y = _y - (radius * Math.cos((x * 360) / precision)); if (_root.terrain.hitTest(spot_x, spot_y, true)) { collisions++; sum_x = sum_x + spot_x; sum_y = sum_y + spot_y; } x++; } if (collisions > 0) { _root.last_hit._x = old_x; _root.last_hit._y = old_y; bounces++; _root.collisions.text = "Bounces: " + bounces; ball_dir = Math.atan(yspeed / (xspeed * -1)) / (Math.PI/180); if ((xspeed * -1) < 0) { ball_dir = ball_dir + 180; } if (((xspeed * -1) >= 0) && (yspeed < 0)) { ball_dir = ball_dir + 360; } spot_x = sum_x / collisions; spot_y = sum_y / collisions; x_cat = spot_x - _x; y_cat = spot_y - _y; ball_coll = Math.atan(y_cat / x_cat) / (Math.PI/180); if (x_cat < 0) { ball_coll = ball_coll + 180; } if ((x_cat >= 0) && (y_cat < 0)) { ball_coll = ball_coll + 360; } ground_rotation = ball_coll - 90; if (ground_rotation < 0) { ground_rotation = ground_rotation + 180; } bounce_angle = (180 - ball_dir) - (2 * ground_rotation); if (bounce_angle < 0) { bounce_angle = bounce_angle + 360; } speed = Math.sqrt((yspeed * yspeed) + (xspeed * xspeed)); xspeed = (speed * Math.cos((bounce_angle * Math.PI) / 180)) * friction; yspeed = ((speed * Math.sin((bounce_angle * Math.PI) / 180)) * -1) * friction; _x = old_x; _y = old_y; } else { old_x = _x; old_y = _y; } _y = (_y + yspeed); _x = (_x + xspeed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.key)) { _root.key.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.portal.portal2)) { _root.nextFrame(); } }
Instance of Symbol 171 MovieClip in Frame 16
onClipEvent (load) { function move(where) { if (where == "down") { _y = (startY + 50); vis = false; } if (where == "up") { _y = startY; vis = true; } } startY = _y; vis = true; done = false; checkItem(); } onClipEvent (enterFrame) { if (!done) { checkItem(); } } onClipEvent (load) { doubleclickDuration = 300; lastClick = 0; x = _x; y = _y; } onClipEvent (mouseUp) { if (drag) { if (vis) { drag = false; _alpha = 100; _x = x; _y = y; } _root.tile("straight", this); } } on (press) { if (_visible) { drag = true; } } onClipEvent (enterFrame) { if (_visible) { if (lastClick > 0) { if ((getTimer() - lastClick) > doubleclickDuration) { lastClick = 0; } } if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } } }
Frame 17
nextFrame(); _root.paused = true; _root.paused = true; _root.paused2 = true;
Frame 18
nextFrame(); _root.paused = true; go = false; _root.mode = "none"; _root.go = false;
Frame 19
function tile(type, who) { _root.depthHolder++; var _local2 = type + _root.depthHolder; _root.terrain.attachMovie(type, _local2, _root.depthHolder); point = new Object(); point.x = _root._xmouse; point.y = _root._ymouse; terrain.globalToLocal(point); _root.terrain[_local2]._x = point.x; _root.terrain[_local2]._y = point.y; _root.selectedObject = terrain[_local2]; } stop(); go = false;
Instance of Symbol 173 MovieClip "ball" in Frame 19
onClipEvent (load) { yspeed = 0; xspeed = 0; gravity = 0.2; radius = 5; friction = 0.9; precision = 360; bounces = 0; } onClipEvent (enterFrame) { if (_root.go == true) { collisions = 0; sum_x = 0; sum_y = 0; yspeed = yspeed + gravity; x = 1; while (x < precision) { spot_x = _x + (radius * Math.sin((x * 360) / precision)); spot_y = _y - (radius * Math.cos((x * 360) / precision)); if (_root.terrain.hitTest(spot_x, spot_y, true)) { collisions++; sum_x = sum_x + spot_x; sum_y = sum_y + spot_y; } x++; } if (collisions > 0) { _root.last_hit._x = old_x; _root.last_hit._y = old_y; bounces++; _root.collisions.text = "Bounces: " + bounces; ball_dir = Math.atan(yspeed / (xspeed * -1)) / (Math.PI/180); if ((xspeed * -1) < 0) { ball_dir = ball_dir + 180; } if (((xspeed * -1) >= 0) && (yspeed < 0)) { ball_dir = ball_dir + 360; } spot_x = sum_x / collisions; spot_y = sum_y / collisions; x_cat = spot_x - _x; y_cat = spot_y - _y; ball_coll = Math.atan(y_cat / x_cat) / (Math.PI/180); if (x_cat < 0) { ball_coll = ball_coll + 180; } if ((x_cat >= 0) && (y_cat < 0)) { ball_coll = ball_coll + 360; } ground_rotation = ball_coll - 90; if (ground_rotation < 0) { ground_rotation = ground_rotation + 180; } bounce_angle = (180 - ball_dir) - (2 * ground_rotation); if (bounce_angle < 0) { bounce_angle = bounce_angle + 360; } speed = Math.sqrt((yspeed * yspeed) + (xspeed * xspeed)); xspeed = (speed * Math.cos((bounce_angle * Math.PI) / 180)) * friction; yspeed = ((speed * Math.sin((bounce_angle * Math.PI) / 180)) * -1) * friction; _x = old_x; _y = old_y; } else { old_x = _x; old_y = _y; } _y = (_y + yspeed); _x = (_x + xspeed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.key)) { _root.key.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.portal.portal2)) { _root.nextFrame(); } }
Instance of Symbol 171 MovieClip in Frame 19
onClipEvent (load) { function move(where) { if (where == "down") { _y = (startY + 50); vis = false; } if (where == "up") { _y = startY; vis = true; } } startY = _y; vis = true; done = false; checkItem(); } onClipEvent (enterFrame) { if (!done) { checkItem(); } } onClipEvent (load) { doubleclickDuration = 300; lastClick = 0; x = _x; y = _y; } onClipEvent (mouseUp) { if (drag) { if (vis) { drag = false; _alpha = 100; _x = x; _y = y; } _root.tile("straight", this); } } on (press) { if (_visible) { drag = true; } } onClipEvent (enterFrame) { if (_visible) { if (lastClick > 0) { if ((getTimer() - lastClick) > doubleclickDuration) { lastClick = 0; } } if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } } }
Frame 20
nextFrame(); _root.paused = true; _root.paused = true; _root.paused2 = true;
Frame 21
nextFrame(); _root.paused = true; go = false; _root.mode = "none"; _root.go = false;
Frame 22
function tile(type, who) { _root.depthHolder++; var _local2 = type + _root.depthHolder; _root.terrain.attachMovie(type, _local2, _root.depthHolder); point = new Object(); point.x = _root._xmouse; point.y = _root._ymouse; terrain.globalToLocal(point); _root.terrain[_local2]._x = point.x; _root.terrain[_local2]._y = point.y; _root.selectedObject = terrain[_local2]; } stop(); go = false;
Instance of Symbol 173 MovieClip "ball2" in Frame 22
onClipEvent (load) { yspeed = 0; xspeed = 0; gravity = 0.2; radius = 5; friction = 0.9; precision = 360; bounces = 0; } onClipEvent (enterFrame) { if (_root.go == true) { collisions = 0; sum_x = 0; sum_y = 0; yspeed = yspeed + gravity; x = 1; while (x < precision) { spot_x = _x + (radius * Math.sin((x * 360) / precision)); spot_y = _y - (radius * Math.cos((x * 360) / precision)); if (_root.terrain.hitTest(spot_x, spot_y, true)) { collisions++; sum_x = sum_x + spot_x; sum_y = sum_y + spot_y; } x++; } if (collisions > 0) { _root.last_hit._x = old_x; _root.last_hit._y = old_y; bounces++; _root.collisions.text = "Bounces: " + bounces; ball_dir = Math.atan(yspeed / (xspeed * -1)) / (Math.PI/180); if ((xspeed * -1) < 0) { ball_dir = ball_dir + 180; } if (((xspeed * -1) >= 0) && (yspeed < 0)) { ball_dir = ball_dir + 360; } spot_x = sum_x / collisions; spot_y = sum_y / collisions; x_cat = spot_x - _x; y_cat = spot_y - _y; ball_coll = Math.atan(y_cat / x_cat) / (Math.PI/180); if (x_cat < 0) { ball_coll = ball_coll + 180; } if ((x_cat >= 0) && (y_cat < 0)) { ball_coll = ball_coll + 360; } ground_rotation = ball_coll - 90; if (ground_rotation < 0) { ground_rotation = ground_rotation + 180; } bounce_angle = (180 - ball_dir) - (2 * ground_rotation); if (bounce_angle < 0) { bounce_angle = bounce_angle + 360; } speed = Math.sqrt((yspeed * yspeed) + (xspeed * xspeed)); xspeed = (speed * Math.cos((bounce_angle * Math.PI) / 180)) * friction; yspeed = ((speed * Math.sin((bounce_angle * Math.PI) / 180)) * -1) * friction; _x = old_x; _y = old_y; } else { old_x = _x; old_y = _y; } _y = (_y + yspeed); _x = (_x + xspeed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.key)) { _root.key.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.portal.portal2)) { _root.nextFrame(); } }
Instance of Symbol 171 MovieClip in Frame 22
onClipEvent (load) { function move(where) { if (where == "down") { _y = (startY + 50); vis = false; } if (where == "up") { _y = startY; vis = true; } } startY = _y; vis = true; done = false; checkItem(); } onClipEvent (enterFrame) { if (!done) { checkItem(); } } onClipEvent (load) { doubleclickDuration = 300; lastClick = 0; x = _x; y = _y; } onClipEvent (mouseUp) { if (drag) { if (vis) { drag = false; _alpha = 100; _x = x; _y = y; } _root.tile("straight", this); } } on (press) { if (_visible) { drag = true; } } onClipEvent (enterFrame) { if (_visible) { if (lastClick > 0) { if ((getTimer() - lastClick) > doubleclickDuration) { lastClick = 0; } } if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } } }
Frame 23
nextFrame(); _root.paused = true; _root.paused = true; _root.paused2 = true;
Frame 24
nextFrame(); _root.paused = true; go = false; _root.mode = "none"; _root.go = false;
Frame 25
function tile(type, who) { _root.depthHolder++; var _local2 = type + _root.depthHolder; _root.terrain.attachMovie(type, _local2, _root.depthHolder); point = new Object(); point.x = _root._xmouse; point.y = _root._ymouse; terrain.globalToLocal(point); _root.terrain[_local2]._x = point.x; _root.terrain[_local2]._y = point.y; _root.selectedObject = terrain[_local2]; } stop(); go = false;
Instance of Symbol 173 MovieClip "ball" in Frame 25
onClipEvent (load) { yspeed = 0; xspeed = 0; gravity = 0.2; radius = 5; friction = 0.9; precision = 360; bounces = 0; } onClipEvent (enterFrame) { if (_root.go == true) { collisions = 0; sum_x = 0; sum_y = 0; yspeed = yspeed + gravity; x = 1; while (x < precision) { spot_x = _x + (radius * Math.sin((x * 360) / precision)); spot_y = _y - (radius * Math.cos((x * 360) / precision)); if (_root.terrain.hitTest(spot_x, spot_y, true)) { collisions++; sum_x = sum_x + spot_x; sum_y = sum_y + spot_y; } x++; } if (collisions > 0) { _root.last_hit._x = old_x; _root.last_hit._y = old_y; bounces++; _root.collisions.text = "Bounces: " + bounces; ball_dir = Math.atan(yspeed / (xspeed * -1)) / (Math.PI/180); if ((xspeed * -1) < 0) { ball_dir = ball_dir + 180; } if (((xspeed * -1) >= 0) && (yspeed < 0)) { ball_dir = ball_dir + 360; } spot_x = sum_x / collisions; spot_y = sum_y / collisions; x_cat = spot_x - _x; y_cat = spot_y - _y; ball_coll = Math.atan(y_cat / x_cat) / (Math.PI/180); if (x_cat < 0) { ball_coll = ball_coll + 180; } if ((x_cat >= 0) && (y_cat < 0)) { ball_coll = ball_coll + 360; } ground_rotation = ball_coll - 90; if (ground_rotation < 0) { ground_rotation = ground_rotation + 180; } bounce_angle = (180 - ball_dir) - (2 * ground_rotation); if (bounce_angle < 0) { bounce_angle = bounce_angle + 360; } speed = Math.sqrt((yspeed * yspeed) + (xspeed * xspeed)); xspeed = (speed * Math.cos((bounce_angle * Math.PI) / 180)) * friction; yspeed = ((speed * Math.sin((bounce_angle * Math.PI) / 180)) * -1) * friction; _x = old_x; _y = old_y; } else { old_x = _x; old_y = _y; } _y = (_y + yspeed); _x = (_x + xspeed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.key)) { _root.key.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.portal.portal2)) { _root.nextFrame(); } }
Instance of Symbol 171 MovieClip in Frame 25
onClipEvent (load) { function move(where) { if (where == "down") { _y = (startY + 50); vis = false; } if (where == "up") { _y = startY; vis = true; } } startY = _y; vis = true; done = false; checkItem(); } onClipEvent (enterFrame) { if (!done) { checkItem(); } } onClipEvent (load) { doubleclickDuration = 300; lastClick = 0; x = _x; y = _y; } onClipEvent (mouseUp) { if (drag) { if (vis) { drag = false; _alpha = 100; _x = x; _y = y; } _root.tile("straight", this); } } on (press) { if (_visible) { drag = true; } } onClipEvent (enterFrame) { if (_visible) { if (lastClick > 0) { if ((getTimer() - lastClick) > doubleclickDuration) { lastClick = 0; } } if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } } }
Frame 26
nextFrame(); _root.paused = true; _root.paused = true; _root.paused2 = true;
Frame 27
nextFrame(); _root.paused = true; go = false; _root.mode = "none"; _root.go = false;
Frame 28
function tile(type, who) { _root.depthHolder++; var _local2 = type + _root.depthHolder; _root.terrain.attachMovie(type, _local2, _root.depthHolder); point = new Object(); point.x = _root._xmouse; point.y = _root._ymouse; terrain.globalToLocal(point); _root.terrain[_local2]._x = point.x; _root.terrain[_local2]._y = point.y; _root.selectedObject = terrain[_local2]; } stop(); go = false;
Instance of Symbol 173 MovieClip "ball" in Frame 28
onClipEvent (load) { yspeed = 0; xspeed = 0; gravity = 0.2; radius = 5; friction = 0.9; precision = 360; bounces = 0; } onClipEvent (enterFrame) { if (_root.go == true) { collisions = 0; sum_x = 0; sum_y = 0; yspeed = yspeed + gravity; x = 1; while (x < precision) { spot_x = _x + (radius * Math.sin((x * 360) / precision)); spot_y = _y - (radius * Math.cos((x * 360) / precision)); if (_root.terrain.hitTest(spot_x, spot_y, true)) { collisions++; sum_x = sum_x + spot_x; sum_y = sum_y + spot_y; } x++; } if (collisions > 0) { _root.last_hit._x = old_x; _root.last_hit._y = old_y; bounces++; _root.collisions.text = "Bounces: " + bounces; ball_dir = Math.atan(yspeed / (xspeed * -1)) / (Math.PI/180); if ((xspeed * -1) < 0) { ball_dir = ball_dir + 180; } if (((xspeed * -1) >= 0) && (yspeed < 0)) { ball_dir = ball_dir + 360; } spot_x = sum_x / collisions; spot_y = sum_y / collisions; x_cat = spot_x - _x; y_cat = spot_y - _y; ball_coll = Math.atan(y_cat / x_cat) / (Math.PI/180); if (x_cat < 0) { ball_coll = ball_coll + 180; } if ((x_cat >= 0) && (y_cat < 0)) { ball_coll = ball_coll + 360; } ground_rotation = ball_coll - 90; if (ground_rotation < 0) { ground_rotation = ground_rotation + 180; } bounce_angle = (180 - ball_dir) - (2 * ground_rotation); if (bounce_angle < 0) { bounce_angle = bounce_angle + 360; } speed = Math.sqrt((yspeed * yspeed) + (xspeed * xspeed)); xspeed = (speed * Math.cos((bounce_angle * Math.PI) / 180)) * friction; yspeed = ((speed * Math.sin((bounce_angle * Math.PI) / 180)) * -1) * friction; _x = old_x; _y = old_y; } else { old_x = _x; old_y = _y; } _y = (_y + yspeed); _x = (_x + xspeed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.key)) { _root.key.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.portal.portal2)) { _root.nextFrame(); } }
Instance of Symbol 171 MovieClip in Frame 28
onClipEvent (load) { function move(where) { if (where == "down") { _y = (startY + 50); vis = false; } if (where == "up") { _y = startY; vis = true; } } startY = _y; vis = true; done = false; checkItem(); } onClipEvent (enterFrame) { if (!done) { checkItem(); } } onClipEvent (load) { doubleclickDuration = 300; lastClick = 0; x = _x; y = _y; } onClipEvent (mouseUp) { if (drag) { if (vis) { drag = false; _alpha = 100; _x = x; _y = y; } _root.tile("straight", this); } } on (press) { if (_visible) { drag = true; } } onClipEvent (enterFrame) { if (_visible) { if (lastClick > 0) { if ((getTimer() - lastClick) > doubleclickDuration) { lastClick = 0; } } if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } } }
Frame 29
nextFrame(); _root.paused = true; _root.paused = true; _root.paused2 = true;
Frame 30
nextFrame(); _root.paused = true; go = false; _root.mode = "none"; _root.go = false;
Frame 31
function tile(type, who) { _root.depthHolder++; var _local2 = type + _root.depthHolder; _root.terrain.attachMovie(type, _local2, _root.depthHolder); point = new Object(); point.x = _root._xmouse; point.y = _root._ymouse; terrain.globalToLocal(point); _root.terrain[_local2]._x = point.x; _root.terrain[_local2]._y = point.y; _root.selectedObject = terrain[_local2]; } stop(); go = false;
Instance of Symbol 173 MovieClip "ball" in Frame 31
onClipEvent (load) { yspeed = 0; xspeed = 0; gravity = 0.2; radius = 5; friction = 0.9; precision = 360; bounces = 0; } onClipEvent (enterFrame) { if (_root.go == true) { collisions = 0; sum_x = 0; sum_y = 0; yspeed = yspeed + gravity; x = 1; while (x < precision) { spot_x = _x + (radius * Math.sin((x * 360) / precision)); spot_y = _y - (radius * Math.cos((x * 360) / precision)); if (_root.terrain.hitTest(spot_x, spot_y, true)) { collisions++; sum_x = sum_x + spot_x; sum_y = sum_y + spot_y; } x++; } if (collisions > 0) { _root.last_hit._x = old_x; _root.last_hit._y = old_y; bounces++; _root.collisions.text = "Bounces: " + bounces; ball_dir = Math.atan(yspeed / (xspeed * -1)) / (Math.PI/180); if ((xspeed * -1) < 0) { ball_dir = ball_dir + 180; } if (((xspeed * -1) >= 0) && (yspeed < 0)) { ball_dir = ball_dir + 360; } spot_x = sum_x / collisions; spot_y = sum_y / collisions; x_cat = spot_x - _x; y_cat = spot_y - _y; ball_coll = Math.atan(y_cat / x_cat) / (Math.PI/180); if (x_cat < 0) { ball_coll = ball_coll + 180; } if ((x_cat >= 0) && (y_cat < 0)) { ball_coll = ball_coll + 360; } ground_rotation = ball_coll - 90; if (ground_rotation < 0) { ground_rotation = ground_rotation + 180; } bounce_angle = (180 - ball_dir) - (2 * ground_rotation); if (bounce_angle < 0) { bounce_angle = bounce_angle + 360; } speed = Math.sqrt((yspeed * yspeed) + (xspeed * xspeed)); xspeed = (speed * Math.cos((bounce_angle * Math.PI) / 180)) * friction; yspeed = ((speed * Math.sin((bounce_angle * Math.PI) / 180)) * -1) * friction; _x = old_x; _y = old_y; } else { old_x = _x; old_y = _y; } _y = (_y + yspeed); _x = (_x + xspeed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.key)) { _root.key.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.portal.portal2)) { _root.nextFrame(); } }
Instance of Symbol 171 MovieClip in Frame 31
onClipEvent (load) { function move(where) { if (where == "down") { _y = (startY + 50); vis = false; } if (where == "up") { _y = startY; vis = true; } } startY = _y; vis = true; done = false; checkItem(); } onClipEvent (enterFrame) { if (!done) { checkItem(); } } onClipEvent (load) { doubleclickDuration = 300; lastClick = 0; x = _x; y = _y; } onClipEvent (mouseUp) { if (drag) { if (vis) { drag = false; _alpha = 100; _x = x; _y = y; } _root.tile("straight", this); } } on (press) { if (_visible) { drag = true; } } onClipEvent (enterFrame) { if (_visible) { if (lastClick > 0) { if ((getTimer() - lastClick) > doubleclickDuration) { lastClick = 0; } } if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } } }
Frame 32
stop();
Frame 33
function tile(type, who) { _root.depthHolder++; var _local2 = type + _root.depthHolder; _root.terrain.attachMovie(type, _local2, _root.depthHolder); point = new Object(); point.x = _root._xmouse; point.y = _root._ymouse; terrain.globalToLocal(point); _root.terrain[_local2]._x = point.x; _root.terrain[_local2]._y = point.y; _root.selectedObject = terrain[_local2]; } stop(); go = false; _root.time = 60; _root.keys = 20;
Instance of Symbol 173 MovieClip "ball" in Frame 33
onClipEvent (load) { yspeed = 0; xspeed = 0; gravity = 0.2; radius = 5; friction = 0.9; precision = 360; bounces = 0; } onClipEvent (enterFrame) { if (_root.go == true) { collisions = 0; sum_x = 0; sum_y = 0; yspeed = yspeed + gravity; x = 1; while (x < precision) { spot_x = _x + (radius * Math.sin((x * 360) / precision)); spot_y = _y - (radius * Math.cos((x * 360) / precision)); if (_root.terrain.hitTest(spot_x, spot_y, true)) { collisions++; sum_x = sum_x + spot_x; sum_y = sum_y + spot_y; } x++; } if (collisions > 0) { _root.last_hit._x = old_x; _root.last_hit._y = old_y; bounces++; _root.collisions.text = "Bounces: " + bounces; ball_dir = Math.atan(yspeed / (xspeed * -1)) / (Math.PI/180); if ((xspeed * -1) < 0) { ball_dir = ball_dir + 180; } if (((xspeed * -1) >= 0) && (yspeed < 0)) { ball_dir = ball_dir + 360; } spot_x = sum_x / collisions; spot_y = sum_y / collisions; x_cat = spot_x - _x; y_cat = spot_y - _y; ball_coll = Math.atan(y_cat / x_cat) / (Math.PI/180); if (x_cat < 0) { ball_coll = ball_coll + 180; } if ((x_cat >= 0) && (y_cat < 0)) { ball_coll = ball_coll + 360; } ground_rotation = ball_coll - 90; if (ground_rotation < 0) { ground_rotation = ground_rotation + 180; } bounce_angle = (180 - ball_dir) - (2 * ground_rotation); if (bounce_angle < 0) { bounce_angle = bounce_angle + 360; } speed = Math.sqrt((yspeed * yspeed) + (xspeed * xspeed)); xspeed = (speed * Math.cos((bounce_angle * Math.PI) / 180)) * friction; yspeed = ((speed * Math.sin((bounce_angle * Math.PI) / 180)) * -1) * friction; _x = old_x; _y = old_y; } else { old_x = _x; old_y = _y; } _y = (_y + yspeed); _x = (_x + xspeed); } } onClipEvent (enterFrame) { if (this.hitTest(_root.key)) { _root.key.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.portal.portal2)) { _root.nextFrame(); } }
Instance of Symbol 171 MovieClip in Frame 33
onClipEvent (load) { function move(where) { if (where == "down") { _y = (startY + 50); vis = false; } if (where == "up") { _y = startY; vis = true; } } startY = _y; vis = true; done = false; checkItem(); } onClipEvent (enterFrame) { if (!done) { checkItem(); } } onClipEvent (load) { doubleclickDuration = 300; lastClick = 0; x = _x; y = _y; } onClipEvent (mouseUp) { if (drag) { if (vis) { drag = false; _alpha = 100; _x = x; _y = y; } _root.tile("straight", this); } } on (press) { if (_visible) { drag = true; } } onClipEvent (enterFrame) { if (_visible) { if (lastClick > 0) { if ((getTimer() - lastClick) > doubleclickDuration) { lastClick = 0; } } if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } } }
Instance of Symbol 171 MovieClip in Frame 33
onClipEvent (load) { function move(where) { if (where == "down") { _y = (startY + 50); vis = false; } if (where == "up") { _y = startY; vis = true; } } startY = _y; vis = true; done = false; checkItem(); } onClipEvent (enterFrame) { if (!done) { checkItem(); } } onClipEvent (load) { doubleclickDuration = 300; lastClick = 0; x = _x; y = _y; } onClipEvent (mouseUp) { if (drag) { if (vis) { drag = false; _alpha = 100; _x = x; _y = y; } _root.tile("straight", this); } } on (press) { if (_visible) { drag = true; } } onClipEvent (enterFrame) { if (_visible) { if (lastClick > 0) { if ((getTimer() - lastClick) > doubleclickDuration) { lastClick = 0; } } if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } } }
Instance of Symbol 171 MovieClip in Frame 33
onClipEvent (load) { function move(where) { if (where == "down") { _y = (startY + 50); vis = false; } if (where == "up") { _y = startY; vis = true; } } startY = _y; vis = true; done = false; checkItem(); } onClipEvent (enterFrame) { if (!done) { checkItem(); } } onClipEvent (load) { doubleclickDuration = 300; lastClick = 0; x = _x; y = _y; } onClipEvent (mouseUp) { if (drag) { if (vis) { drag = false; _alpha = 100; _x = x; _y = y; } _root.tile("straight", this); } } on (press) { if (_visible) { drag = true; } } onClipEvent (enterFrame) { if (_visible) { if (lastClick > 0) { if ((getTimer() - lastClick) > doubleclickDuration) { lastClick = 0; } } if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } } }
Instance of Symbol 171 MovieClip in Frame 33
onClipEvent (load) { function move(where) { if (where == "down") { _y = (startY + 50); vis = false; } if (where == "up") { _y = startY; vis = true; } } startY = _y; vis = true; done = false; checkItem(); } onClipEvent (enterFrame) { if (!done) { checkItem(); } } onClipEvent (load) { doubleclickDuration = 300; lastClick = 0; x = _x; y = _y; } onClipEvent (mouseUp) { if (drag) { if (vis) { drag = false; _alpha = 100; _x = x; _y = y; } _root.tile("straight", this); } } on (press) { if (_visible) { drag = true; } } onClipEvent (enterFrame) { if (_visible) { if (lastClick > 0) { if ((getTimer() - lastClick) > doubleclickDuration) { lastClick = 0; } } if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } } }
Symbol 2 MovieClip [p1] Frame 1
yvel = 0; falling = false; dir = 1; gravity = 1; jumpamount = 20; x = _xscale; speed = 7; onfloor = true; _y = parent._y;
Symbol 2 MovieClip [p1] Frame 2
if (_root.paused) { return(undefined); } _x = (parent._x - (parent._width / 2)); _y = (_y + yvel); if (!_root.bg.hitTest(_x, _y + 1, true)) { yvel = yvel + gravity; } while (_root.bg.hitTest(_x, _y + 1, true)) { this._y = this._y - 1; onfloor = true; yvel = 0; } if (!_root.bg.hitTest(_x, _y + 5, true)) { onfloor = false; }
Symbol 2 MovieClip [p1] Frame 3
gotoAndPlay (2);
Symbol 4 MovieClip [p2] Frame 1
yvel = 0; falling = false; dir = 1; gravity = 1; jumpamount = 20; x = _xscale; speed = 7; onfloor = true; _y = parent._y;
Symbol 4 MovieClip [p2] Frame 2
if (_root.paused) { return(undefined); } _x = ((parent._x + (parent._width / 2)) + 5); _y = (_y + yvel); if (!_root.bg.hitTest(_x, _y + 1, true)) { yvel = yvel + gravity; } while (_root.bg.hitTest(_x, _y + 1, true)) { this._y = this._y - 1; onfloor = true; yvel = 0; } if (!_root.bg.hitTest(_x, _y + 5, true)) { onfloor = false; } if (_root.bg.hitTest(_x, _y + 5, true)) { hitBg = true; } else { hitBg = false; }
Symbol 4 MovieClip [p2] Frame 3
gotoAndPlay (2);
Symbol 6 MovieClip Frame 1
stop();
Symbol 6 MovieClip Frame 2
stop();
Symbol 13 MovieClip [meh] Frame 1
stop();
Symbol 13 MovieClip [meh] Frame 2
stop();
Symbol 19 MovieClip Frame 1
stop();
Symbol 20 MovieClip Frame 1
stop();
Instance of Symbol 19 MovieClip "rotate" in Symbol 20 MovieClip Frame 1
onClipEvent (enterFrame) { _root.rotate.startDrag(true); }
Symbol 20 MovieClip Frame 360
stop();
Symbol 20 MovieClip Frame 361
_root.paused = undefined;
Symbol 21 MovieClip [curve] Frame 1
tile.onRollOver = function () { highlight.gotoAndStop(2); }; tile.onRollOut = function () { highlight.gotoAndStop(1); }; tile.onPress = function () { highlight.gotoAndStop(1); _root.selectedObject = this._parent; drag = true; }; this.onEnterFrame = function () { if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } if (_root.selectedObject == this) { if (Key.isDown(46)) { this.removeMovieClip(); } } }; this.onMouseUp = function () { if (drag) { drag = false; _alpha = 100; } if (!(_currentframe === 2)) { if (!rotateMode) { rotateMode = true; return(undefined); } if (rotateMode) { rotateMode = false; } } }; rotateMode = false; drag = false;
Instance of Symbol 6 MovieClip "highlight" in Symbol 21 MovieClip [curve] Frame 1
onClipEvent (enterFrame) { _rotation = _parent.tile._rotation; }
Instance of Symbol 13 MovieClip [meh] in Symbol 21 MovieClip [curve] Frame 1
onClipEvent (load) { function visCheck() { if (!_root.paused) { this.gotoAndStop(2); } if (_root.selectedObject == _parent) { if (_alpha < 100) { _alpha = (_alpha + 20); } } if (!(_root.selectedObject === _parent)) { if (_alpha > 0) { _alpha = (_alpha - 20); } } } } onClipEvent (enterFrame) { visCheck(); }
Instance of Symbol 20 MovieClip in Symbol 21 MovieClip [curve] Frame 1
onClipEvent (load) { function visCheck() { if (!_root.paused) { this.gotoAndStop(361); } if (_root.selectedObject == _parent) { _visible = true; if (_alpha < 100) { _alpha = (_alpha + 20); } } if (!(_root.selectedObject === _parent)) { if (_alpha > 0) { _alpha = (_alpha - 20); } if (_alpha <= 0) { _visible = false; } } } rotateMode = false; } on (press) { if (_root.selectedObject == _parent) { rotateMode = true; } } onClipEvent (enterFrame) { visCheck(); if (rotateMode) { if (_root.selectedObject == _parent) { point = new Object(); point.x = _x; point.y = _y; _parent.localToGlobal(point); deltaX = point.x - _root._xmouse; deltaY = point.y - _root._ymouse; angle = -Math.atan2(deltaX, deltaY); Angle = Math.round((angle * 180) / Math.PI); if (Angle < 0) { Angle = 360 + Angle; } this.gotoAndStop(Angle); _parent.tile._rotation = Angle; } } } onClipEvent (mouseUp) { if (rotateMode == false) { if (_root.selectedObject == _parent) { point = new Object(); point.x = _x; point.y = _y; _parent.localToGlobal(point); deltaX = point.x - _root._xmouse; deltaY = point.y - _root._ymouse; dis = Math.sqrt(Math.abs(deltaX) + Math.abs(deltaY)); if (Math.round(dis) > 12) { _root.selectedObject = undefined; } } } if (rotateMode) { if (_root.selectedObject == _parent) { rotateMode = false; } } }
Symbol 23 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 2
stop();
Symbol 30 MovieClip [straight] Frame 1
tile.onRollOver = function () { highlight.gotoAndStop(2); }; tile.onRollOut = function () { highlight.gotoAndStop(1); }; tile.onPress = function () { highlight.gotoAndStop(1); _root.selectedObject = this._parent; drag = true; }; this.onEnterFrame = function () { if (drag) { _alpha = 50; _x = (_root._xmouse - _parent._x); _y = (_root._ymouse - _parent._y); } if (_root.selectedObject == this) { if (Key.isDown(46)) { this.removeMovieClip(); } } }; this.onMouseUp = function () { if (drag) { drag = false; _alpha = 100; } if (!(_currentframe === 2)) { if (!rotateMode) { rotateMode = true; return(undefined); } if (rotateMode) { rotateMode = false; } } }; rotateMode = false; drag = false; thing = false;
Instance of Symbol 23 MovieClip "highlight" in Symbol 30 MovieClip [straight] Frame 1
onClipEvent (enterFrame) { _rotation = _parent.tile._rotation; }
Instance of Symbol 13 MovieClip [meh] "cir" in Symbol 30 MovieClip [straight] Frame 1
onClipEvent (load) { function visCheck() { if (_root.paused) { this.gotoAndStop(1); } if (_root.mode == "GAZ") { this.gotoAndStop(2); } if (!(_root.mode === "GAZ")) { this.gotoAndStop(1); } if (_root.selectedObject == _parent) { if (_alpha < 100) { _alpha = (_alpha + 20); } } if (!(_root.selectedObject === _parent)) { if (_alpha > 0) { _alpha = (_alpha - 20); } } } } onClipEvent (enterFrame) { visCheck(); }
Instance of Symbol 20 MovieClip "next" in Symbol 30 MovieClip [straight] Frame 1
onClipEvent (load) { function visCheck() { if ((_root.paused = undefined)) { this.gotoAndStop(361); } if (_root.mode == "GAZ") { this.gotoAndStop(361); } if (!(_root.mode === "GAZ")) { this.gotoAndStop(Angle); } if (_root.selectedObject == _parent) { _visible = true; if (_alpha < 100) { _alpha = (_alpha + 20); } } if (!(_root.selectedObject === _parent)) { if (_alpha > 0) { _alpha = (_alpha - 20); } if (_alpha <= 0) { _visible = false; } } } rotateMode = false; } on (press) { if (_root.selectedObject == _parent) { rotateMode = true; } } onClipEvent (enterFrame) { visCheck(); if (rotateMode) { if (_root.selectedObject == _parent) { point = new Object(); point.x = _x; point.y = _y; _parent.localToGlobal(point); deltaX = point.x - _root._xmouse; deltaY = point.y - _root._ymouse; angle = -Math.atan2(deltaX, deltaY); Angle = Math.round((angle * 180) / Math.PI); if (Angle < 0) { Angle = 360 + Angle; } this.gotoAndStop(Angle); _parent.tile._rotation = Angle; } } } onClipEvent (mouseUp) { if (rotateMode == false) { if (_root.selectedObject == _parent) { point = new Object(); point.x = _x; point.y = _y; _parent.localToGlobal(point); deltaX = point.x - _root._xmouse; deltaY = point.y - _root._ymouse; dis = Math.sqrt(Math.abs(deltaX) + Math.abs(deltaY)); if (Math.round(dis) > 12) { _root.selectedObject = undefined; } } } if (rotateMode) { if (_root.selectedObject == _parent) { rotateMode = false; } } }
Symbol 61 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndPlay ("loaded"); }
Symbol 61 MovieClip Frame 2
gotoAndPlay (1);
Symbol 61 MovieClip Frame 40
_root.play();
Symbol 68 Button
on (release) { getURL ("http://www.gaming-box.com/", "_blank"); }
Symbol 81 MovieClip Frame 10
stop();
Symbol 85 MovieClip Frame 6
stop();
Symbol 91 MovieClip Frame 213
_root.nextFrame();
Symbol 92 Button
on (release) { getURL ("http://www.gaming-box.com/", "_blank"); }
Symbol 95 Button
on (press) { _root.black.play(); } on (rollOver) { _root.head = "Play"; _root.body = "Play The Game"; } on (rollOut) { _root.head = "Menu"; _root.body = "Welcome to the menu"; }
Symbol 96 Button
on (rollOver) { _root.head = "How"; _root.body = "How to play"; } on (rollOut) { _root.head = "Menu"; _root.body = "Welcome to the menu"; } on (press) { _root.how.play(); }
Symbol 97 Button
on (release) { getURL ("http://www.gaming-box.com/", "_blank"); }
Symbol 107 Button
on (press) { nextFrame(); }
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 2
stop();
Symbol 121 MovieClip Frame 10
stop();
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 2
stop(); _root.portal.nextFrame();
Instance of Symbol 19 MovieClip "rotate" in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { _root.rotate.startDrag(true); }
Symbol 141 Button
on (press) { play(); }
Symbol 147 MovieClip Frame 1
stop();
Symbol 147 MovieClip Frame 20
stop();
Symbol 147 MovieClip Frame 21
stop();
Symbol 147 MovieClip Frame 22
stop();
Symbol 147 MovieClip Frame 23
stop();
Instance of Symbol 23 MovieClip "highlight" in Symbol 147 MovieClip Frame 23
onClipEvent (enterFrame) { _rotation = _parent.tile._rotation; }
Instance of Symbol 23 MovieClip "highlight" in Symbol 147 MovieClip Frame 23
onClipEvent (enterFrame) { _rotation = _parent.tile._rotation; }
Symbol 147 MovieClip Frame 32
gotoAndStop (1);
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 10
_root.gotoAndStop("choose");
Symbol 149 MovieClip Frame 1
stopAllSounds();
Symbol 157 Button
on (press) { _root.black2.play(); }
Symbol 158 MovieClip Frame 10
stop();
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 10
_root.gotoAndStop("lvl1");
Symbol 168 Button
on (press) { go = true; _root.mode = "GAZ"; _root.note2.play(); _root.paused = undefined; _root.go = true; stop2 = false; }
Symbol 169 Button
on (press) { _root.prevFrame(); _root.mode = "haha"; _root.go = false; stop2 = true; }
Symbol 174 Button
on (press) { go = true; _root.mode = "GAZ"; _root.note2.play(); _root.paused = false; }
Symbol 175 Button
on (press) { _root.prevFrame(); _root.mode = "haha"; }
Instance of Symbol 192 MovieClip in Symbol 193 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball2)) { _root.prevFrame(); } }
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.prevFrame(); } }
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.prevFrame(); } }
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.prevFrame(); } }
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.prevFrame(); } }
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.prevFrame(); } }
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.prevFrame(); } }
Symbol 208 Button
on (press) { gotoAndStop ("menu"); _root.timed = true; }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [p1]Uses:1
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClip [p2]Uses:3
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:21
Symbol 7 GraphicUsed by:10
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:10
Symbol 10 MovieClipUses:7 9Used by:21
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:13
Symbol 13 MovieClip [meh]Uses:12Used by:21 30
Symbol 14 GraphicUsed by:20 138
Symbol 15 GraphicUsed by:18
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:18
Symbol 18 MovieClipUses:15 17Used by:19
Symbol 19 MovieClipUses:18Used by:20 138
Symbol 20 MovieClipUses:14 19Used by:21 30
Symbol 21 MovieClip [curve]Uses:6 10 13 20
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:30 147
Symbol 24 GraphicUsed by:29
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:29 132 147 171 178 181 194 196 200 202
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:29 147 178 181 194 196 200 202
Symbol 29 MovieClipUses:24 26 28Used by:30 176 178  Timeline
Symbol 30 MovieClip [straight]Uses:23 29 13 20Used by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 GraphicUsed by:36 95
Symbol 33 FontUsed by:34 35 38 39 42 43 46 47 152 153 206 207
Symbol 34 TextUses:33Used by:36 95
Symbol 35 TextUses:33Used by:36 95
Symbol 36 MovieClipUses:32 34 35Used by:95  Timeline
Symbol 37 GraphicUsed by:40 96
Symbol 38 TextUses:33Used by:40 96
Symbol 39 TextUses:33Used by:40 96
Symbol 40 MovieClipUses:37 38 39Used by:96  Timeline
Symbol 41 GraphicUsed by:44 97
Symbol 42 TextUses:33Used by:44 97
Symbol 43 TextUses:33Used by:44 97
Symbol 44 MovieClipUses:41 42 43Used by:97  Timeline
Symbol 45 GraphicUsed by:48
Symbol 46 TextUses:33Used by:48
Symbol 47 TextUses:33Used by:48
Symbol 48 MovieClipUses:45 46 47Used by:Timeline
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:Timeline
Symbol 51 FontUsed by:52 62 203 204 209 210 211 212
Symbol 52 TextUses:51Used by:53  Timeline
Symbol 53 MovieClipUses:52Used by:Timeline
Symbol 54 GraphicUsed by:61
Symbol 55 GraphicUsed by:61
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:61
Symbol 58 ShapeTweeningUsed by:61
Symbol 59 ShapeTweeningUsed by:61
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:54 55 57 58 59 60Used by:Timeline
Symbol 62 TextUses:51Used by:Timeline
Symbol 63 GraphicUsed by:64 68
Symbol 64 MovieClipUses:63Used by:68
Symbol 65 FontUsed by:66
Symbol 66 TextUses:65Used by:67 68 84
Symbol 67 MovieClipUses:66Used by:68
Symbol 68 ButtonUses:64 67 63 66Used by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 GraphicUsed by:91
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:91
Symbol 73 GraphicUsed by:85 91 92
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:91
Symbol 76 GraphicUsed by:91
Symbol 77 GraphicUsed by:91
Symbol 78 GraphicUsed by:81
Symbol 79 GraphicUsed by:81
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:78 79 80Used by:91
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:91
Symbol 84 MovieClipUses:66Used by:85
Symbol 85 MovieClipUses:73 84Used by:91
Symbol 86 GraphicUsed by:91
Symbol 87 GraphicUsed by:91
Symbol 88 GraphicUsed by:89 98 99 126 141 148 149 158 159 169 175
Symbol 89 MovieClipUses:88Used by:91
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:70 72 73 75 76 77 81 83 85 86 87 89 90Used by:Timeline
Symbol 92 ButtonUses:73Used by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 ButtonUses:36 32 34 35Used by:Timeline
Symbol 96 ButtonUses:40 37 38 39Used by:Timeline
Symbol 97 ButtonUses:44 41 42 43Used by:Timeline
Symbol 98 MovieClipUses:88Used by:147
Symbol 99 ButtonUses:88Used by:147
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:147
Symbol 102 GraphicUsed by:147
Symbol 103 FontUsed by:104 105 108 110 123 124 125 127 133 134 139 140 142 146
Symbol 104 TextUses:103Used by:107
Symbol 105 TextUses:103Used by:107
Symbol 106 GraphicUsed by:107
Symbol 107 ButtonUses:104 105 106Used by:147
Symbol 108 TextUses:103Used by:147
Symbol 109 GraphicUsed by:147
Symbol 110 TextUses:103Used by:147
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:117
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:117
Symbol 115 SoundUsed by:117
Symbol 116 SoundUsed by:117
Symbol 117 MovieClipUses:112 114 115 116Used by:147  Timeline
Symbol 118 GraphicUsed by:119 121
Symbol 119 MovieClipUses:118Used by:120
Symbol 120 MovieClipUses:119Used by:122
Symbol 121 MovieClipUses:118Used by:122
Symbol 122 MovieClipUses:120 121Used by:147  Timeline
Symbol 123 TextUses:103Used by:147
Symbol 124 TextUses:103Used by:147
Symbol 125 TextUses:103Used by:147
Symbol 126 MovieClipUses:88Used by:147
Symbol 127 TextUses:103Used by:147
Symbol 128 GraphicUsed by:147
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:132
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:130 131 26Used by:147
Symbol 133 TextUses:103Used by:147
Symbol 134 TextUses:103Used by:147
Symbol 135 GraphicUsed by:147
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:147
Symbol 138 MovieClipUses:14 19Used by:147
Symbol 139 TextUses:103Used by:141
Symbol 140 TextUses:103Used by:141
Symbol 141 ButtonUses:139 140 88Used by:147
Symbol 142 TextUses:103Used by:147
Symbol 143 FontUsed by:144 145
Symbol 144 TextUses:143Used by:147 168 174
Symbol 145 TextUses:143Used by:147 169 175
Symbol 146 TextUses:103Used by:147
Symbol 147 MovieClipUses:98 99 101 102 107 108 109 110 117 122 123 124 125 126 127 128 132 133 134 23 135 26 28 137 138 141 142 144 145 146Used by:Timeline
Symbol 148 MovieClipUses:88Used by:Timeline
Symbol 149 MovieClipUses:88 SS1Used by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 GraphicUsed by:157
Symbol 152 TextUses:33Used by:157
Symbol 153 TextUses:33Used by:157
Symbol 154 GraphicUsed by:157
Symbol 155 GraphicUsed by:157
Symbol 156 GraphicUsed by:157
Symbol 157 ButtonUses:151 152 153 154 155 156Used by:Timeline
Symbol 158 MovieClipUses:88Used by:Timeline
Symbol 159 MovieClipUses:88Used by:160
Symbol 160 MovieClipUses:159Used by:Timeline
Symbol 161 SoundUsed by:Timeline
Symbol 162 MovieClipUsed by:Timeline
Symbol 163 GraphicUsed by:Timeline
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:Timeline
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:Timeline
Symbol 168 ButtonUses:144Used by:Timeline
Symbol 169 ButtonUses:145 88Used by:Timeline
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:170 26Used by:Timeline
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:172Used by:Timeline
Symbol 174 ButtonUses:144Used by:Timeline
Symbol 175 ButtonUses:145 88Used by:Timeline
Symbol 176 MovieClipUses:29Used by:Timeline
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:177 26 28 29Used by:Timeline
Symbol 179 GraphicUsed by:181
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:179 26 28 180Used by:Timeline
Symbol 182 GraphicUsed by:194
Symbol 183 GraphicUsed by:194
Symbol 184 GraphicUsed by:194
Symbol 185 GraphicUsed by:194
Symbol 186 GraphicUsed by:194
Symbol 187 GraphicUsed by:194
Symbol 188 GraphicUsed by:194
Symbol 189 GraphicUsed by:194
Symbol 190 GraphicUsed by:193
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:191Used by:193
Symbol 193 MovieClipUses:190 192Used by:194
Symbol 194 MovieClipUses:182 26 28 183 184 185 186 187 188 189 193Used by:Timeline
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClipUses:195 26 28Used by:Timeline
Symbol 197 GraphicUsed by:200
Symbol 198 GraphicUsed by:200
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:197 26 28 198 199Used by:Timeline
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:201 26 28Used by:Timeline
Symbol 203 TextUses:51Used by:Timeline
Symbol 204 TextUses:51Used by:Timeline
Symbol 205 GraphicUsed by:208
Symbol 206 TextUses:33Used by:208
Symbol 207 TextUses:33Used by:208
Symbol 208 ButtonUses:205 206 207Used by:Timeline
Symbol 209 TextUses:51Used by:Timeline
Symbol 210 EditableTextUses:51Used by:Timeline
Symbol 211 TextUses:51Used by:Timeline
Symbol 212 EditableTextUses:51Used by:Timeline
Streaming Sound 1Used by:Symbol 149 MovieClip

Instance Names

"how"Frame 3Symbol 147 MovieClip
"black"Frame 3Symbol 148 MovieClip
"black2"Frame 4Symbol 160 MovieClip
"terrain"Frame 6Symbol 162 MovieClip
"portal"Frame 7Symbol 117 MovieClip
"key"Frame 7Symbol 122 MovieClip
"ball2"Frame 7Symbol 173 MovieClip
"meh"Frame 7Symbol 30 MovieClip [straight]
"tile"Frame 7Symbol 29 MovieClip
"tile"Frame 7Symbol 29 MovieClip
"terrain"Frame 9Symbol 162 MovieClip
"portal"Frame 10Symbol 117 MovieClip
"key"Frame 10Symbol 122 MovieClip
"ball"Frame 10Symbol 173 MovieClip
"meh"Frame 10Symbol 30 MovieClip [straight]
"terrain"Frame 12Symbol 176 MovieClip
"portal"Frame 13Symbol 117 MovieClip
"key"Frame 13Symbol 122 MovieClip
"meh"Frame 13Symbol 30 MovieClip [straight]
"ball"Frame 13Symbol 173 MovieClip
"terrain"Frame 15Symbol 178 MovieClip
"portal"Frame 16Symbol 117 MovieClip
"key"Frame 16Symbol 122 MovieClip
"meh"Frame 16Symbol 30 MovieClip [straight]
"ball"Frame 16Symbol 173 MovieClip
"terrain"Frame 18Symbol 181 MovieClip
"portal"Frame 19Symbol 117 MovieClip
"key"Frame 19Symbol 122 MovieClip
"meh"Frame 19Symbol 30 MovieClip [straight]
"ball"Frame 19Symbol 173 MovieClip
"terrain"Frame 21Symbol 194 MovieClip
"portal"Frame 22Symbol 117 MovieClip
"key"Frame 22Symbol 122 MovieClip
"meh"Frame 22Symbol 30 MovieClip [straight]
"ball2"Frame 22Symbol 173 MovieClip
"terrain"Frame 24Symbol 196 MovieClip
"portal"Frame 25Symbol 117 MovieClip
"key"Frame 25Symbol 122 MovieClip
"meh"Frame 25Symbol 30 MovieClip [straight]
"ball"Frame 25Symbol 173 MovieClip
"terrain"Frame 27Symbol 200 MovieClip
"portal"Frame 28Symbol 117 MovieClip
"key"Frame 28Symbol 122 MovieClip
"meh"Frame 28Symbol 30 MovieClip [straight]
"ball"Frame 28Symbol 173 MovieClip
"terrain"Frame 30Symbol 202 MovieClip
"portal"Frame 31Symbol 117 MovieClip
"key"Frame 31Symbol 122 MovieClip
"meh"Frame 31Symbol 30 MovieClip [straight]
"ball"Frame 31Symbol 173 MovieClip
"portal"Frame 33Symbol 117 MovieClip
"key"Frame 33Symbol 122 MovieClip
"time"Frame 33Symbol 210 EditableText
"keys"Frame 33Symbol 212 EditableText
"meh"Frame 33Symbol 30 MovieClip [straight]
"ball"Frame 33Symbol 173 MovieClip
"tile"Frame 33Symbol 29 MovieClip
"tile"Frame 33Symbol 29 MovieClip
"rotate"Symbol 19 MovieClip Frame 1Symbol 18 MovieClip
"rotate"Symbol 20 MovieClip Frame 1Symbol 19 MovieClip
"highlight"Symbol 21 MovieClip [curve] Frame 1Symbol 6 MovieClip
"tile"Symbol 21 MovieClip [curve] Frame 1Symbol 10 MovieClip
"highlight"Symbol 30 MovieClip [straight] Frame 1Symbol 23 MovieClip
"tile"Symbol 30 MovieClip [straight] Frame 1Symbol 29 MovieClip
"cir"Symbol 30 MovieClip [straight] Frame 1Symbol 13 MovieClip [meh]
"next"Symbol 30 MovieClip [straight] Frame 1Symbol 20 MovieClip
"bar"Symbol 61 MovieClip Frame 1Symbol 57 MovieClip
"portal2"Symbol 117 MovieClip Frame 2Symbol 114 MovieClip
"rotate"Symbol 138 MovieClip Frame 1Symbol 19 MovieClip
"portal"Symbol 147 MovieClip Frame 21Symbol 117 MovieClip
"key"Symbol 147 MovieClip Frame 21Symbol 122 MovieClip
"highlight"Symbol 147 MovieClip Frame 23Symbol 23 MovieClip
"highlight"Symbol 147 MovieClip Frame 23Symbol 23 MovieClip
"tile"Symbol 176 MovieClip Frame 1Symbol 29 MovieClip
"tile"Symbol 176 MovieClip Frame 1Symbol 29 MovieClip
"tile"Symbol 176 MovieClip Frame 1Symbol 29 MovieClip
"tile"Symbol 178 MovieClip Frame 1Symbol 29 MovieClip
"tile"Symbol 178 MovieClip Frame 1Symbol 29 MovieClip
"tile"Symbol 178 MovieClip Frame 1Symbol 29 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "p1"
ExportAssets (56)Timeline Frame 1Symbol 4 as "p2"
ExportAssets (56)Timeline Frame 1Symbol 13 as "meh"
ExportAssets (56)Timeline Frame 1Symbol 21 as "curve"
ExportAssets (56)Timeline Frame 1Symbol 30 as "straight"

Labels

"menu"Frame 3
"choose"Frame 4
"lvl1"Frame 5
"timed"Frame 33
"green"Symbol 19 MovieClip Frame 1
"loaded"Symbol 61 MovieClip Frame 5




http://swfchan.com/10/46568/info.shtml
Created: 3/5 -2019 10:32:34 Last modified: 3/5 -2019 10:32:34 Server time: 02/05 -2024 13:15:35