Frame 1
function BuildFrame(page) {
if (_root.bubble1exist[page] and (_root.bubble1x[page] != 0)) {
_root.attachMovie("bubble" + _root.bubble1pic[page], "bubble1", _root.bubble1level);
_root.bubble1.text = _root.bubble1content[page];
_root.bubble1._x = _root.bubble1x[page];
_root.bubble1._y = _root.bubble1y[page];
_root.bubble1.bubble = 1;
} else {
removeMovieClip(_root.bubble1);
}
if (_root.bubble2exist[page] and (_root.bubble2x[page] != 0)) {
_root.attachMovie("bubble" + _root.bubble2pic[page], "bubble2", _root.bubble2level);
_root.bubble2.text = _root.bubble2content[page];
_root.bubble2._x = _root.bubble2x[page];
_root.bubble2._y = _root.bubble2y[page];
_root.bubble2.bubble = 2;
} else {
removeMovieClip(_root.bubble2);
}
if (_root.bubble3exist[page] and (_root.bubble3x[page] != 0)) {
_root.attachMovie("bubble" + _root.bubble3pic[page], "bubble3", _root.bubble3level);
_root.bubble3.text = _root.bubble3content[page];
_root.bubble3._x = _root.bubble3x[page];
_root.bubble3._y = _root.bubble3y[page];
_root.bubble3.bubble = 3;
} else {
removeMovieClip(_root.bubble3);
}
if (_root.bubble4exist[page] and (_root.bubble4x[page] != 0)) {
_root.attachMovie("bubble" + _root.bubble4pic[page], "bubble4", _root.bubble4level);
_root.bubble4.text = _root.bubble4content[page];
_root.bubble4._x = _root.bubble4x[page];
_root.bubble4._y = _root.bubble4y[page];
_root.bubble4.bubble = 4;
} else {
removeMovieClip(_root.bubble4);
}
if (_root.bubble5exist[page] and (_root.bubble5x[page] != 0)) {
_root.attachMovie("bubble" + _root.bubble5pic[page], "bubble5", _root.bubble5level);
_root.bubble5.text = _root.bubble5content[page];
_root.bubble5._x = _root.bubble5x[page];
_root.bubble5._y = _root.bubble5y[page];
_root.bubble5.bubble = 5;
} else {
removeMovieClip(_root.bubble5);
}
if (_root.char1exist[page] and (_root.char1x[page] != 0)) {
_root.attachMovie("pic" + _root.char1pic[page], "char1", _root.char1level);
_root.char1._x = _root.char1x[page];
_root.char1._y = _root.char1y[page];
_root.char1._xscale = _root.char1xscale[page];
_root.char1._yscale = _root.char1yscale[page];
_root.char1._rotation = _root.char1rot[page];
_root.char1.flip = _root.char1flip[page];
} else {
removeMovieClip(_root.char1);
}
if (_root.char2exist[page] and (_root.char2x[page] != 0)) {
_root.attachMovie("pic" + _root.char2pic[page], "char2", _root.char2level);
_root.char2._x = _root.char2x[page];
_root.char2._y = _root.char2y[page];
_root.char2._xscale = _root.char2xscale[page];
_root.char2._yscale = _root.char2yscale[page];
_root.char2._rotation = _root.char2rot[page];
_root.char2.flip = _root.char2flip[page];
} else {
removeMovieClip(_root.char2);
}
if (_root.char3exist[page] and (_root.char3x[page] != 0)) {
_root.attachMovie("pic" + _root.char3pic[page], "char3", _root.char3level);
_root.char3._x = _root.char3x[page];
_root.char3._y = _root.char3y[page];
_root.char3._xscale = _root.char3xscale[page];
_root.char3._yscale = _root.char3yscale[page];
_root.char3._rotation = _root.char3rot[page];
_root.char3.flip = _root.char3flip[page];
} else {
removeMovieClip(_root.char3);
}
if (_root.char4exist[page] and (_root.char4x[page] != 0)) {
_root.attachMovie("pic" + _root.char4pic[page], "char4", _root.char4level);
_root.char4._x = _root.char4x[page];
_root.char4._y = _root.char4y[page];
_root.char4._xscale = _root.char4xscale[page];
_root.char4._yscale = _root.char4yscale[page];
_root.char4._rotation = _root.char4rot[page];
_root.char4.flip = _root.char4flip[page];
} else {
removeMovieClip(_root.char4);
}
if (_root.char5exist[page] and (_root.char5x[page] != 0)) {
_root.attachMovie("pic" + _root.char5pic[page], "char5", _root.char5level);
_root.char5._x = _root.char5x[page];
_root.char5._y = _root.char5y[page];
_root.char5._xscale = _root.char5xscale[page];
_root.char5._yscale = _root.char5yscale[page];
_root.char5._rotation = _root.char5rot[page];
_root.char5.flip = _root.char5flip[page];
} else {
removeMovieClip(_root.char5);
}
if (_root.char6exist[page] and (_root.char6x[page] != 0)) {
_root.attachMovie("pic" + _root.char6pic[page], "char6", _root.char6level);
_root.char6._x = _root.char6x[page];
_root.char6._y = _root.char6y[page];
_root.char6._xscale = _root.char6xscale[page];
_root.char6._yscale = _root.char6yscale[page];
_root.char6._rotation = _root.char6rot[page];
_root.char6.flip = _root.char6flip[page];
} else {
removeMovieClip(_root.char6);
}
if (_root.char7exist[page] and (_root.char7x[page] != 0)) {
_root.attachMovie("pic" + _root.char7pic[page], "char7", _root.char7level);
_root.char7._x = _root.char7x[page];
_root.char7._y = _root.char7y[page];
_root.char7._xscale = _root.char7xscale[page];
_root.char7._yscale = _root.char7yscale[page];
_root.char7._rotation = _root.char7rot[page];
_root.char7.flip = _root.char7flip[page];
} else {
removeMovieClip(_root.char7);
}
if (_root.obj1exist[page] and (_root.obj1x[page] != 0)) {
_root.attachMovie("obj" + _root.obj1pic[page], "obj1", _root.obj1level);
_root.obj1._x = _root.obj1x[page];
_root.obj1._y = _root.obj1y[page];
_root.obj1._xscale = _root.obj1xscale[page];
_root.obj1._yscale = _root.obj1yscale[page];
_root.obj1._rotation = _root.obj1rot[page];
_root.obj1.flip = _root.obj1flip[page];
} else {
removeMovieClip(_root.obj1);
}
if (_root.obj2exist[page] and (_root.obj2x[page] != 0)) {
_root.attachMovie("obj" + _root.obj2pic[page], "obj2", _root.obj2level);
_root.obj2._x = _root.obj2x[page];
_root.obj2._y = _root.obj2y[page];
_root.obj2._xscale = _root.obj2xscale[page];
_root.obj2._yscale = _root.obj2yscale[page];
_root.obj2._rotation = _root.obj2rot[page];
_root.obj2.flip = _root.obj2flip[page];
} else {
removeMovieClip(_root.obj2);
}
if (_root.obj3exist[page] and (_root.obj3x[page] != 0)) {
_root.attachMovie("obj" + _root.obj3pic[page], "obj3", _root.obj3level);
_root.obj3._x = _root.obj3x[page];
_root.obj3._y = _root.obj3y[page];
_root.obj3._xscale = _root.obj3xscale[page];
_root.obj3._yscale = _root.obj3yscale[page];
_root.obj3._rotation = _root.obj3rot[page];
_root.obj3.flip = _root.obj3flip[page];
} else {
removeMovieClip(_root.obj3);
}
}
function changeCursor1() {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
}
if (_root.del == true) {
_root.mousecursor.gotoAndStop(5);
}
if (_root.flip == true) {
_root.mousecursor.gotoAndStop(6);
}
}
function changeCursor2() {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
}
if (_root.del == true) {
_root.mousecursor.gotoAndStop(5);
}
}
function EditBubble1(id, page) {
if (_root.bubble1exist[page] and (_root.bubble1x[page] != 0)) {
setx = _root.bubble1._x;
sety = _root.bubble1._y;
} else {
_root.stuff[page]++;
setx = _root._xmouse;
sety = _root._ymouse;
}
_root.attachMovie("bubble" + id, "bubble1", _root.bubble1level);
setProperty(_root.bubble1, _x , setx);
setProperty(_root.bubble1, _y , sety);
_root.bubble1.bubble = 1;
_root.bubble1.text = _root.bubble1content[page];
_root.bubble1exist[page] = true;
}
function EditBubble2(id, page) {
if (_root.bubble2exist[page] and (_root.bubble2x[page] != 0)) {
setx = _root.bubble2._x;
sety = _root.bubble2._y;
} else {
_root.stuff[page]++;
setx = _root._xmouse;
sety = _root._ymouse;
}
_root.attachMovie("bubble" + id, "bubble2", _root.bubble2level);
setProperty(_root.bubble2, _x , setx);
setProperty(_root.bubble2, _y , sety);
_root.bubble2.bubble = 2;
_root.bubble2.text = _root.bubble2content[page];
_root.bubble2exist[page] = true;
}
function EditBubble3(id, page) {
if (_root.bubble3exist[page] and (_root.bubble3x[page] != 0)) {
setx = _root.bubble3._x;
sety = _root.bubble3._y;
} else {
_root.stuff[page]++;
setx = _root._xmouse;
sety = _root._ymouse;
}
_root.attachMovie("bubble" + id, "bubble3", _root.bubble3level);
setProperty(_root.bubble3, _x , setx);
setProperty(_root.bubble3, _y , sety);
_root.bubble3.bubble = 3;
_root.bubble3.text = _root.bubble3content[page];
_root.bubble3exist[page] = true;
}
function EditBubble4(id, page) {
if (_root.bubble4exist[page] and (_root.bubble4x[page] != 0)) {
setx = _root.bubble4._x;
sety = _root.bubble4._y;
} else {
_root.stuff[page]++;
setx = _root._xmouse;
sety = _root._ymouse;
}
_root.attachMovie("bubble" + id, "bubble4", _root.bubble4level);
setProperty(_root.bubble4, _x , setx);
setProperty(_root.bubble4, _y , sety);
_root.bubble4.bubble = 4;
_root.bubble4.text = _root.bubble4content[page];
_root.bubble4exist[page] = true;
}
function EditBubble5(id, page) {
if (_root.bubble5exist[page] and (_root.bubble5x[page] != 0)) {
setx = _root.bubble5._x;
sety = _root.bubble5._y;
} else {
_root.stuff[page]++;
setx = _root._xmouse;
sety = _root._ymouse;
}
_root.attachMovie("bubble" + id, "bubble5", _root.bubble5level);
setProperty(_root.bubble5, _x , setx);
setProperty(_root.bubble5, _y , sety);
_root.bubble5.bubble = 5;
_root.bubble5.text = _root.bubble5content[page];
_root.bubble5exist[page] = true;
}
function EditChar1(id, page) {
if (_root.char1exist[page] and (_root.char1x[page] != 0)) {
setx = _root.char1._x;
sety = _root.char1._y;
} else {
_root.stuff[page]++;
setx = _root._xmouse;
sety = _root._ymouse;
}
_root.attachMovie("pic" + id, "char1", _root.char1level);
setProperty(_root.char1, _x , setx);
setProperty(_root.char1, _y , sety);
i = page;
while (i <= _root.totalframes) {
_root.char1exist[i] = true;
i++;
}
}
function EditChar2(id, page) {
if (_root.char2exist[page] and (_root.char2x[page] != 0)) {
setx = _root.char2._x;
sety = _root.char2._y;
} else {
_root.stuff[page]++;
setx = _root._xmouse;
sety = _root._ymouse;
}
_root.attachMovie("pic" + id, "char2", _root.char2level);
setProperty(_root.char2, _x , setx);
setProperty(_root.char2, _y , sety);
i = page;
while (i <= _root.totalframes) {
_root.char2exist[i] = true;
i++;
}
}
function EditChar3(id, page) {
if (_root.char3exist[page] and (_root.char3x[page] != 0)) {
setx = _root.char3._x;
sety = _root.char3._y;
} else {
_root.stuff[page]++;
setx = _root._xmouse;
sety = _root._ymouse;
}
_root.attachMovie("pic" + id, "char3", _root.char3level);
setProperty(_root.char3, _x , setx);
setProperty(_root.char3, _y , sety);
i = page;
while (i <= _root.totalframes) {
_root.char3exist[i] = true;
i++;
}
}
function EditChar4(id, page) {
if (_root.char4exist[page] and (_root.char4x[page] != 0)) {
setx = _root.char4._x;
sety = _root.char4._y;
} else {
_root.stuff[page]++;
setx = _root._xmouse;
sety = _root._ymouse;
}
_root.attachMovie("pic" + id, "char4", _root.char4level);
setProperty(_root.char4, _x , setx);
setProperty(_root.char4, _y , sety);
i = page;
while (i <= _root.totalframes) {
_root.char4exist[i] = true;
i++;
}
}
function EditChar5(id, page) {
if (_root.char5exist[page] and (_root.char5x[page] != 0)) {
setx = _root.char5._x;
sety = _root.char5._y;
} else {
_root.stuff[page]++;
setx = _root._xmouse;
sety = _root._ymouse;
}
_root.attachMovie("pic" + id, "char5", _root.char5level);
setProperty(_root.char5, _x , setx);
setProperty(_root.char5, _y , sety);
i = page;
while (i <= _root.totalframes) {
_root.char5exist[i] = true;
i++;
}
}
function EditChar6(id, page) {
if (_root.char6exist[page]) {
setx = _root.char6._x;
sety = _root.char6._y;
} else {
_root.stuff[page]++;
setx = _root._xmouse;
sety = _root._ymouse;
}
_root.attachMovie("pic" + id, "char6", _root.char6level);
setProperty(_root.char6, _x , setx);
setProperty(_root.char6, _y , sety);
i = page;
while (i <= _root.totalframes) {
_root.char6exist[i] = true;
i++;
}
}
function EditChar7(id, page) {
if (_root.char7exist[page]) {
setx = _root.char7._x;
sety = _root.char7._y;
} else {
_root.stuff[page]++;
setx = _root._xmouse;
sety = _root._ymouse;
}
_root.attachMovie("pic" + id, "char7", _root.char7level);
setProperty(_root.char7, _x , setx);
setProperty(_root.char7, _y , sety);
i = page;
while (i <= _root.totalframes) {
_root.char7exist[i] = true;
i++;
}
}
function EditObj1(id, page) {
setx = _root._xmouse;
sety = _root._ymouse;
_root.attachMovie("obj" + id, "obj1", _root.obj1level);
setProperty(_root.obj1, _x , setx);
setProperty(_root.obj1, _y , sety);
_root.obj1.iam = 1;
i = page;
while (i <= _root.totalframes) {
_root.obj1exist[i] = true;
i++;
}
}
function EditObj2(id, page) {
setx = _root._xmouse;
sety = _root._ymouse;
_root.attachMovie("obj" + id, "obj2", _root.obj2level);
setProperty(_root.obj2, _x , setx);
setProperty(_root.obj2, _y , sety);
_root.obj2.iam = 2;
i = page;
while (i <= _root.totalframes) {
_root.obj2exist[i] = true;
i++;
}
}
function EditObj3(id, page) {
setx = _root._xmouse;
sety = _root._ymouse;
_root.attachMovie("obj" + id, "obj3", _root.obj3level);
setProperty(_root.obj3, _x , setx);
setProperty(_root.obj3, _y , sety);
_root.obj3.iam = 3;
i = page;
while (i <= _root.totalframes) {
_root.obj3exist[i] = true;
i++;
}
}
function SetContent(page, number) {
if (number == 1) {
_root.bubble1content[page] = _root.bubble1.text;
}
if (number == 2) {
_root.bubble2content[page] = _root.bubble2.text;
}
if (number == 3) {
_root.bubble3content[page] = _root.bubble3.text;
}
if (number == 4) {
_root.bubble4content[page] = _root.bubble4.text;
}
if (number == 5) {
_root.bubble5content[page] = _root.bubble5.text;
}
}
function safeFrame() {
_root.char1pic[_root.frame] = _root.char1.id;
_root.char1x[_root.frame] = int(_root.char1._x);
_root.char1y[_root.frame] = int(_root.char1._y);
_root.char1xscale[_root.frame] = int(_root.char1._xscale);
_root.char1yscale[_root.frame] = int(_root.char1._yscale);
_root.char1rot[_root.frame] = int(_root.char1._rotation);
_root.char1flip[_root.frame] = _root.char1.flip;
_root.char2pic[_root.frame] = _root.char2.id;
_root.char2x[_root.frame] = int(_root.char2._x);
_root.char2y[_root.frame] = int(_root.char2._y);
_root.char2xscale[_root.frame] = int(_root.char2._xscale);
_root.char2yscale[_root.frame] = int(_root.char2._yscale);
_root.char2rot[_root.frame] = int(_root.char2._rotation);
_root.char2flip[_root.frame] = _root.char2.flip;
_root.char3pic[_root.frame] = _root.char3.id;
_root.char3x[_root.frame] = int(_root.char3._x);
_root.char3y[_root.frame] = int(_root.char3._y);
_root.char3xscale[_root.frame] = int(_root.char3._xscale);
_root.char3yscale[_root.frame] = int(_root.char3._yscale);
_root.char3rot[_root.frame] = int(_root.char3._rotation);
_root.char3flip[_root.frame] = _root.char3.flip;
_root.char4pic[_root.frame] = _root.char4.id;
_root.char4x[_root.frame] = int(_root.char4._x);
_root.char4y[_root.frame] = int(_root.char4._y);
_root.char4xscale[_root.frame] = int(_root.char4._xscale);
_root.char4yscale[_root.frame] = int(_root.char4._yscale);
_root.char4rot[_root.frame] = int(_root.char4._rotation);
_root.char4flip[_root.frame] = _root.char4.flip;
_root.char5pic[_root.frame] = _root.char5.id;
_root.char5x[_root.frame] = int(_root.char5._x);
_root.char5y[_root.frame] = int(_root.char5._y);
_root.char5xscale[_root.frame] = int(_root.char5._xscale);
_root.char5yscale[_root.frame] = int(_root.char5._yscale);
_root.char5rot[_root.frame] = int(_root.char5._rotation);
_root.char5flip[_root.frame] = _root.char5.flip;
_root.char6pic[_root.frame] = _root.char6.id;
_root.char6x[_root.frame] = int(_root.char6._x);
_root.char6y[_root.frame] = int(_root.char6._y);
_root.char6xscale[_root.frame] = int(_root.char6._xscale);
_root.char6yscale[_root.frame] = int(_root.char6._yscale);
_root.char6rot[_root.frame] = int(_root.char6._rotation);
_root.char6flip[_root.frame] = _root.char6.flip;
_root.char7pic[_root.frame] = _root.char7.id;
_root.char7x[_root.frame] = int(_root.char7._x);
_root.char7y[_root.frame] = int(_root.char7._y);
_root.char7xscale[_root.frame] = int(_root.char7._xscale);
_root.char7yscale[_root.frame] = int(_root.char7._yscale);
_root.char7rot[_root.frame] = int(_root.char7._rotation);
_root.char7flip[_root.frame] = _root.char7.flip;
_root.obj1pic[_root.frame] = _root.obj1.id;
_root.obj1x[_root.frame] = int(_root.obj1._x);
_root.obj1y[_root.frame] = int(_root.obj1._y);
_root.obj1xscale[_root.frame] = int(_root.obj1._xscale);
_root.obj1yscale[_root.frame] = int(_root.obj1._yscale);
_root.obj1rot[_root.frame] = int(_root.obj1._rotation);
_root.obj1flip[_root.frame] = _root.obj1.flip;
_root.obj2pic[_root.frame] = _root.obj2.id;
_root.obj2x[_root.frame] = int(_root.obj2._x);
_root.obj2y[_root.frame] = int(_root.obj2._y);
_root.obj2xscale[_root.frame] = int(_root.obj2._xscale);
_root.obj2yscale[_root.frame] = int(_root.obj2._yscale);
_root.obj2rot[_root.frame] = int(_root.obj2._rotation);
_root.obj2flip[_root.frame] = _root.obj2.flip;
_root.obj3pic[_root.frame] = _root.obj3.id;
_root.obj3x[_root.frame] = int(_root.obj3._x);
_root.obj3y[_root.frame] = int(_root.obj3._y);
_root.obj3xscale[_root.frame] = int(_root.obj3._xscale);
_root.obj3yscale[_root.frame] = int(_root.obj3._yscale);
_root.obj3rot[_root.frame] = int(_root.obj3._rotation);
_root.obj3flip[_root.frame] = _root.obj3.flip;
if (_root.bubble1.text == "") {
_root.bubble1content[_root.frame] = _root.bubble1.text;
}
_root.bubble1pic[_root.frame] = _root.bubble1.id;
_root.bubble1x[_root.frame] = int(_root.bubble1._x);
_root.bubble1y[_root.frame] = int(_root.bubble1._y);
if (_root.bubble2.text == "") {
_root.bubble2content[_root.frame] = _root.bubble2.text;
}
_root.bubble2pic[_root.frame] = _root.bubble2.id;
_root.bubble2x[_root.frame] = int(_root.bubble2._x);
_root.bubble2y[_root.frame] = int(_root.bubble2._y);
if (_root.bubble3.text == "") {
_root.bubble3content[_root.frame] = _root.bubble3.text;
}
_root.bubble3pic[_root.frame] = _root.bubble3.id;
_root.bubble3x[_root.frame] = int(_root.bubble3._x);
_root.bubble3y[_root.frame] = int(_root.bubble3._y);
if (_root.bubble4.text == "") {
_root.bubble4content[_root.frame] = _root.bubble4.text;
}
_root.bubble4pic[_root.frame] = _root.bubble4.id;
_root.bubble4x[_root.frame] = int(_root.bubble4._x);
_root.bubble4y[_root.frame] = int(_root.bubble4._y);
if (_root.bubble5.text == "") {
_root.bubble5content[_root.frame] = _root.bubble5.text;
}
_root.bubble5pic[_root.frame] = _root.bubble5.id;
_root.bubble5x[_root.frame] = int(_root.bubble5._x);
_root.bubble5y[_root.frame] = int(_root.bubble5._y);
}
_root.myurl = _root._url;
_root.domain1 = _root.myurl.substring(0, 28);
_root.domain2 = _root.myurl.substring(0, 35);
if (justonce == "") {
_root.comicloaded = false;
justonce == "done";
}
_root.selectObject = 1;
_root.presentation = false;
_root.readonly = false;
_root.description = "";
_root.comicname = "==> Enter your Comic's name! <==";
_root.submenu_level = 5000;
_root.char1level = 101;
_root.char2level = 201;
_root.char3level = 301;
_root.char4level = 401;
_root.char5level = 501;
_root.char6level = 601;
_root.char7level = 701;
_root.obj1level = 51;
_root.obj2level = 61;
_root.obj3level = 71;
_root.bubble1level = 1101;
_root.bubble1level = 1201;
_root.bubble3level = 1301;
_root.bubble4level = 1401;
_root.bubble5level = 1501;
_root.myframes = 8;
_root.totalframes = 8;
_root.myframes = 1;
_root.windowx = 400;
_root.windowy = 250;
_root.move = true;
_root.rotate = false;
_root.scale = false;
_root.del = false;
_root.flip = false;
_root.background1 = new Array();
i = 1;
while (i <= _root.totalframes) {
_root.background1[i] = 1;
i++;
}
_root.background2 = new Array();
i = 1;
while (i <= _root.totalframes) {
_root.background2[i] = 1;
i++;
}
_root.stuff = new Array();
i = 1;
while (i <= _root.totalframes) {
_root.stuff[i] = 0;
i++;
}
_root.char1pic = new Array();
_root.char2pic = new Array();
_root.char3pic = new Array();
_root.char4pic = new Array();
_root.char5pic = new Array();
_root.char6pic = new Array();
_root.char7pic = new Array();
_root.obj1pic = new Array();
_root.obj2pic = new Array();
_root.obj3pic = new Array();
_root.char1x = new Array();
_root.char2x = new Array();
_root.char3x = new Array();
_root.char4x = new Array();
_root.char5x = new Array();
_root.char6x = new Array();
_root.char7x = new Array();
_root.obj1x = new Array();
_root.obj2x = new Array();
_root.obj3x = new Array();
_root.char1y = new Array();
_root.char2y = new Array();
_root.char3y = new Array();
_root.char4y = new Array();
_root.char5y = new Array();
_root.char6y = new Array();
_root.char7y = new Array();
_root.obj1y = new Array();
_root.obj2y = new Array();
_root.obj3y = new Array();
_root.char1xscale = new Array();
_root.char2xscale = new Array();
_root.char3xscale = new Array();
_root.char4xscale = new Array();
_root.char5xscale = new Array();
_root.char6xscale = new Array();
_root.char7xscale = new Array();
_root.obj1xscale = new Array();
_root.obj2xscale = new Array();
_root.obj3xscale = new Array();
_root.char1yscale = new Array();
_root.char2yscale = new Array();
_root.char3yscale = new Array();
_root.char4yscale = new Array();
_root.char5yscale = new Array();
_root.char6yscale = new Array();
_root.char7yscale = new Array();
_root.obj1yscale = new Array();
_root.obj2yscale = new Array();
_root.obj3yscale = new Array();
_root.char1rot = new Array();
_root.char2rot = new Array();
_root.char3rot = new Array();
_root.char4rot = new Array();
_root.char5rot = new Array();
_root.char6rot = new Array();
_root.char7rot = new Array();
_root.obj1rot = new Array();
_root.obj2rot = new Array();
_root.obj3rot = new Array();
_root.char1flip = new Array();
_root.char2flip = new Array();
_root.char3flip = new Array();
_root.char4flip = new Array();
_root.char5flip = new Array();
_root.char6flip = new Array();
_root.char7flip = new Array();
_root.obj1flip = new Array();
_root.obj2flip = new Array();
_root.obj3flip = new Array();
_root.char1exist = new Array();
_root.char2exist = new Array();
_root.char3exist = new Array();
_root.char4exist = new Array();
_root.char5exist = new Array();
_root.char6exist = new Array();
_root.char7exist = new Array();
_root.obj1exist = new Array();
_root.obj2exist = new Array();
_root.obj3exist = new Array();
i = 1;
while (i <= _root.totalframes) {
_root.char1exist[i] = false;
_root.char2exist[i] = false;
_root.char3exist[i] = false;
_root.char4exist[i] = false;
_root.char5exist[i] = false;
_root.char6exist[i] = false;
_root.char7exist[i] = false;
_root.obj1exist[i] = false;
_root.obj2exist[i] = false;
_root.obj3exist[i] = false;
_root.char1flip[i] = false;
_root.char2flip[i] = false;
_root.char3flip[i] = false;
_root.char4flip[i] = false;
_root.char5flip[i] = false;
_root.char6flip[i] = false;
_root.char7flip[i] = false;
_root.obj1flip[i] = false;
_root.obj2flip[i] = false;
_root.obj3flip[i] = false;
i++;
}
_root.bubble1x = new Array();
_root.bubble2x = new Array();
_root.bubble3x = new Array();
_root.bubble4x = new Array();
_root.bubble5x = new Array();
_root.bubble1y = new Array();
_root.bubble2y = new Array();
_root.bubble3y = new Array();
_root.bubble4y = new Array();
_root.bubble5y = new Array();
_root.bubble1content = new Array();
_root.bubble2content = new Array();
_root.bubble3content = new Array();
_root.bubble4content = new Array();
_root.bubble5content = new Array();
_root.bubble1pic = new Array();
_root.bubble2pic = new Array();
_root.bubble3pic = new Array();
_root.bubble4pic = new Array();
_root.bubble5pic = new Array();
_root.bubble1exist = new Array();
_root.bubble2exist = new Array();
_root.bubble3exist = new Array();
_root.bubble4exist = new Array();
_root.bubble5exist = new Array();
i = 1;
while (i <= _root.totalframes) {
_root.bubble1exist[i] = false;
_root.bubble2exist[i] = false;
_root.bubble3exist[i] = false;
_root.bubble4exist[i] = false;
_root.bubble5exist[i] = false;
i++;
}
i = 1;
while (i <= _root.totalframes) {
_root.bubble1content[i] = "";
_root.bubble2content[i] = "";
_root.bubble3content[i] = "";
_root.bubble4content[i] = "";
_root.bubble5content[i] = "";
i++;
}
Mouse.hide();
_root.attachMovie("thecursor", "mousecursor", 9999);
Instance of Symbol 1074 MovieClip in Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_root.background1[_root.frame]);
}
Instance of Symbol 1161 MovieClip "main_menu" in Frame 1
onClipEvent (load) {
this.swapDepths(3000);
}
Instance of Symbol 1165 MovieClip "cover" in Frame 1
onClipEvent (load) {
this.swapDepths(3005);
}
onClipEvent (enterFrame) {
if (_root.presentation) {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1170 MovieClip "presentation_nav" in Frame 1
onClipEvent (load) {
this.swapDepths(3001);
}
onClipEvent (enterFrame) {
if (_root.presentation) {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 671 MovieClip in Frame 1
onClipEvent (enterFrame) {
_root.PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if ((_root.PercentLoaded >= 99) and (!_root.comicloaded)) {
if (_root.view > 0) {
_root.comicloaded = true;
_root.id = _root.view;
_root.select_scene = "load_remote";
_parent.gotoAndPlay(22);
}
}
}
Instance of Symbol 671 MovieClip in Frame 1
onClipEvent (enterFrame) {
_root.page = "Page " + _root.frame;
}
Frame 3
_root.frame = 1;
BuildFrame(_root.frame);
stop();
Frame 5
_root.frame = 2;
BuildFrame(_root.frame);
stop();
Frame 7
_root.frame = 3;
BuildFrame(_root.frame);
stop();
Frame 9
_root.frame = 4;
BuildFrame(_root.frame);
stop();
Frame 11
_root.frame = 5;
BuildFrame(_root.frame);
stop();
Frame 13
_root.frame = 6;
BuildFrame(_root.frame);
stop();
Frame 15
_root.frame = 7;
BuildFrame(_root.frame);
stop();
Frame 17
_root.frame = 8;
BuildFrame(_root.frame);
stop();
Frame 19
_root.frame = 9;
BuildFrame(_root.frame);
stop();
Frame 21
_root.frame = 10;
BuildFrame(_root.frame);
stop();
Frame 24
removeMovieClip("main_menu");
Frame 25
if (_root.select_scene == "save1") {
gotoAndPlay (43);
}
if (_root.select_scene == "load1") {
gotoAndPlay (48);
}
if (_root.select_scene == "print1") {
gotoAndPlay (27);
}
if (_root.select_scene == "submit") {
gotoAndPlay (53);
}
if (_root.select_scene == "portal") {
gotoAndPlay (178);
}
if (_root.select_scene == "load_remote") {
gotoAndPlay (238);
}
Frame 27
_root.myframes = 8;
i = 1;
while (i <= 8) {
removeMovieClip("char" + i);
removeMovieClip("bubble" + i);
i++;
}
removeMovieClip("main_menu");
removeMovieClip("cover");
removeMovieClip("obj1");
removeMovieClip("obj2");
removeMovieClip("obj3");
removeMovieClip("submenu_char");
removeMovieClip("submenu_bubbles");
removeMovieClip("submenu_background");
removeMovieClip("submenu_objects");
Instance of Symbol 1182 MovieClip "modul" in Frame 27
onClipEvent (load) {
this._visible = false;
}
Frame 28
stop();
Frame 31
_root.boxx = 220;
_root.boxy = -35;
_root.i = 1;
while (_root.i <= _root.myframes) {
_root.attachMovie("box", "box" + i, i);
_root.attachMovie("box_frame", "box_frame" + i, 9000 + i);
setProperty("box" + i, _x , _root.boxx);
setProperty("box" + i, _y , _root.boxy);
setProperty("box_frame" + i, _x , _root.boxx);
setProperty("box_frame" + i, _y , _root.boxy);
if (_root.boxx < 500) {
_root.boxx = _root.boxx + 350;
} else {
_root.boxx = 220;
_root.boxy = _root.boxy + 240;
}
box1.picture = 1;
box2.picture = 2;
box3.picture = 3;
box4.picture = 4;
box5.picture = 5;
box6.picture = 6;
box7.picture = 7;
box8.picture = 8;
box9.picture = 9;
box10.picture = 10;
_root.i++;
}
Frame 35
_root._x = _root._x + 200;
_root._y = _root._y + 150;
_root._xscale = _root._xscale / 2;
_root._yscale = _root._yscale / 2;
_root.mousecursor._xscale = _root.mousecursor._xscale * 2;
_root.mousecursor._yscale = _root.mousecursor._yscale * 2;
stop();
Frame 37
_root._xscale = _root._xscale * 2;
_root._yscale = _root._yscale * 2;
_root.mousecursor._xscale = _root.mousecursor._xscale / 2;
_root.mousecursor._yscale = _root.mousecursor._yscale / 2;
_root._x = _root._x - 200;
_root._y = _root._y + 100;
_root.mousecursor._visible = false;
Frame 39
_root._xscale = _root._xscale * (_root.printscale / 100);
_root._yscale = _root._yscale * (_root.printscale / 100);
width = _root._width;
height = _root._height;
_root._x = _root._x + ((814 - width) / 2);
_root._y = _root._y - ((1149.1 - height) / 5);
printAsBitmapNum (0, "bmovie");
Frame 42
_root._xscale = _root._xscale / (_root.printscale / 100);
_root._yscale = _root._yscale / (_root.printscale / 100);
_root._x = _root._x - ((814 - width) / 2);
_root._y = _root._y + ((1149.1 - height) / 5);
_root._y = _root._y - 250;
i = 1;
while (i <= _root.myframes) {
removeMovieClip("box" + i);
removeMovieClip("box_frame" + i);
i++;
}
gotoAndPlay (2);
_root.mousecursor._visible = true;
Frame 43
i = 1;
while (i <= 8) {
removeMovieClip("char" + i);
removeMovieClip("bubble" + i);
i++;
}
removeMovieClip("main_menu");
removeMovieClip("cover");
removeMovieClip("obj1");
removeMovieClip("obj2");
removeMovieClip("obj3");
removeMovieClip("submenu_char");
removeMovieClip("submenu_bubbles");
removeMovieClip("submenu_background");
removeMovieClip("submenu_objects");
Frame 45
_root.slot_names = SharedObject.getLocal("slot_names");
_root.slot1data = SharedObject.getLocal("slot1");
_root.slot2data = SharedObject.getLocal("slot2");
_root.slot3data = SharedObject.getLocal("slot3");
_root.slot4data = SharedObject.getLocal("slot4");
_root.slot5data = SharedObject.getLocal("slot5");
_root.slot6data = SharedObject.getLocal("slot6");
_root.slot1name = _root.slot_names.data.slot1name;
_root.slot2name = _root.slot_names.data.slot2name;
_root.slot3name = _root.slot_names.data.slot3name;
_root.slot4name = _root.slot_names.data.slot4name;
_root.slot5name = _root.slot_names.data.slot5name;
_root.slot6name = _root.slot_names.data.slot6name;
if (_root.slot1name == null) {
_root.slot1name = "empty";
}
if (_root.slot2name == null) {
_root.slot2name = "empty";
}
if (_root.slot3name == null) {
_root.slot3name = "empty";
}
if (_root.slot4name == null) {
_root.slot4name = "empty";
}
if (_root.slot5name == null) {
_root.slot5name = "empty";
}
if (_root.slot6name == null) {
_root.slot6name = "empty";
}
Frame 47
stop();
Frame 48
i = 1;
while (i <= 8) {
removeMovieClip("char" + i);
removeMovieClip("bubble" + i);
i++;
}
removeMovieClip("main_menu");
removeMovieClip("cover");
removeMovieClip("obj1");
removeMovieClip("obj2");
removeMovieClip("obj3");
removeMovieClip("submenu_char");
removeMovieClip("submenu_bubbles");
removeMovieClip("submenu_background");
removeMovieClip("submenu_objects");
Frame 50
_root.slot_names = SharedObject.getLocal("slot_names");
_root.slot1data = SharedObject.getLocal("slot1");
_root.slot2data = SharedObject.getLocal("slot2");
_root.slot3data = SharedObject.getLocal("slot3");
_root.slot4data = SharedObject.getLocal("slot4");
_root.slot5data = SharedObject.getLocal("slot5");
_root.slot6data = SharedObject.getLocal("slot6");
_root.slot1name = _root.slot_names.data.slot1name;
_root.slot2name = _root.slot_names.data.slot2name;
_root.slot3name = _root.slot_names.data.slot3name;
_root.slot4name = _root.slot_names.data.slot4name;
_root.slot5name = _root.slot_names.data.slot5name;
_root.slot6name = _root.slot_names.data.slot6name;
if (_root.slot1name == null) {
_root.slot1name = "empty";
}
if (_root.slot2name == null) {
_root.slot2name = "empty";
}
if (_root.slot3name == null) {
_root.slot3name = "empty";
}
if (_root.slot4name == null) {
_root.slot4name = "empty";
}
if (_root.slot5name == null) {
_root.slot5name = "empty";
}
if (_root.slot6name == null) {
_root.slot6name = "empty";
}
Frame 52
stop();
Frame 53
i = 1;
while (i <= 8) {
removeMovieClip("char" + i);
removeMovieClip("bubble" + i);
i++;
}
removeMovieClip("main_menu");
removeMovieClip("cover");
removeMovieClip("obj1");
removeMovieClip("obj2");
removeMovieClip("obj3");
removeMovieClip("submenu_char");
removeMovieClip("submenu_bubbles");
removeMovieClip("submenu_background");
removeMovieClip("submenu_objects");
_root.error = "";
_root.email = "default";
_root.vorname = "";
_root.nachname = "default";
_root.submit = 0;
loaded = "";
_root.c1picdat = "&";
_root.c2picdat = "&";
_root.c3picdat = "&";
_root.c4picdat = "&";
_root.c5picdat = "&";
_root.c6picdat = "&";
_root.c7picdat = "&";
_root.o1picdat = "&";
_root.o2picdat = "&";
_root.o3picdat = "&";
_root.c1xdat = "&";
_root.c2xdat = "&";
_root.c3xdat = "&";
_root.c4xdat = "&";
_root.c5xdat = "&";
_root.c6xdat = "&";
_root.c7xdat = "&";
_root.o1xdat = "&";
_root.o2xdat = "&";
_root.o3xdat = "&";
_root.c1ydat = "&";
_root.c2ydat = "&";
_root.c3ydat = "&";
_root.c4ydat = "&";
_root.c5ydat = "&";
_root.c6ydat = "&";
_root.c7ydat = "&";
_root.o1ydat = "&";
_root.o2ydat = "&";
_root.o3ydat = "&";
_root.c1xscaldat = "&";
_root.c2xscaldat = "&";
_root.c3xscaldat = "&";
_root.c4xscaldat = "&";
_root.c5xscaldat = "&";
_root.c6xscaldat = "&";
_root.c7xscaldat = "&";
_root.o1xscaldat = "&";
_root.o2xscaldat = "&";
_root.o3xscaldat = "&";
_root.c1yscaldat = "&";
_root.c2yscaldat = "&";
_root.c3yscaldat = "&";
_root.c4yscaldat = "&";
_root.c5yscaldat = "&";
_root.c6yscaldat = "&";
_root.c7yscaldat = "&";
_root.o1yscaldat = "&";
_root.o2yscaldat = "&";
_root.o3yscaldat = "&";
_root.c1rotdat = "&";
_root.c2rotdat = "&";
_root.c3rotdat = "&";
_root.c4rotdat = "&";
_root.c5rotdat = "&";
_root.c6rotdat = "&";
_root.c7rotdat = "&";
_root.o1rotdat = "&";
_root.o2rotdat = "&";
_root.o3rotdat = "&";
_root.c1exdat = "&";
_root.c2exdat = "&";
_root.c3exdat = "&";
_root.c4exdat = "&";
_root.c5exdat = "&";
_root.c6exdat = "&";
_root.c7exdat = "&";
_root.o1exdat = "&";
_root.o2exdat = "&";
_root.o3exdat = "&";
_root.c1flipdat = "&";
_root.c2flipdat = "&";
_root.c3flipdat = "&";
_root.c4flipdat = "&";
_root.c5flipdat = "&";
_root.c6flipdat = "&";
_root.c7flipdat = "&";
_root.o1flipdat = "&";
_root.o2flipdat = "&";
_root.o3flipdat = "&";
_root.b1picdat = "&";
_root.b2picdat = "&";
_root.b3picdat = "&";
_root.b4picdat = "&";
_root.b5picdat = "&";
_root.b1xdat = "&";
_root.b2xdat = "&";
_root.b3xdat = "&";
_root.b4xdat = "&";
_root.b5xdat = "&";
_root.b1ydat = "&";
_root.b2ydat = "&";
_root.b3ydat = "&";
_root.b4ydat = "&";
_root.b5ydat = "&";
_root.b1contentdat = "&";
_root.b2contentdat = "&";
_root.b3contentdat = "&";
_root.b4contentdat = "&";
_root.b5contentdat = "&";
_root.b1exdat = "&";
_root.b2exdat = "&";
_root.b3exdat = "&";
_root.b4exdat = "&";
_root.b5exdat = "&";
_root.backdat = "&";
Frame 59
stop();
Frame 62
i = 1;
while (i <= 8) {
_root.c1picdat = ((((_root.c1picdat + "c1p") + i) + "=") + _root.char1pic[i]) + "&";
_root.c2picdat = ((((_root.c2picdat + "c2p") + i) + "=") + _root.char2pic[i]) + "&";
_root.c3picdat = ((((_root.c3picdat + "c3p") + i) + "=") + _root.char3pic[i]) + "&";
_root.c4picdat = ((((_root.c4picdat + "c4p") + i) + "=") + _root.char4pic[i]) + "&";
_root.c5picdat = ((((_root.c5picdat + "c5p") + i) + "=") + _root.char5pic[i]) + "&";
_root.c6picdat = ((((_root.c6picdat + "c6p") + i) + "=") + _root.char6pic[i]) + "&";
_root.c7picdat = ((((_root.c7picdat + "c7p") + i) + "=") + _root.char7pic[i]) + "&";
_root.o1picdat = ((((_root.o1picdat + "o1p") + i) + "=") + _root.obj1pic[i]) + "&";
_root.o2picdat = ((((_root.o2picdat + "o2p") + i) + "=") + _root.obj2pic[i]) + "&";
_root.o3picdat = ((((_root.o3picdat + "o3p") + i) + "=") + _root.obj3pic[i]) + "&";
_root.c1xdat = ((((_root.c1xdat + "c1x") + i) + "=") + _root.char1x[i]) + "&";
_root.c2xdat = ((((_root.c2xdat + "c2x") + i) + "=") + _root.char2x[i]) + "&";
_root.c3xdat = ((((_root.c3xdat + "c3x") + i) + "=") + _root.char3x[i]) + "&";
_root.c4xdat = ((((_root.c4xdat + "c4x") + i) + "=") + _root.char4x[i]) + "&";
_root.c5xdat = ((((_root.c5xdat + "c5x") + i) + "=") + _root.char5x[i]) + "&";
_root.c6xdat = ((((_root.c6xdat + "c6x") + i) + "=") + _root.char6x[i]) + "&";
_root.c7xdat = ((((_root.c7xdat + "c7x") + i) + "=") + _root.char7x[i]) + "&";
_root.o1xdat = ((((_root.o1xdat + "o1x") + i) + "=") + _root.obj1x[i]) + "&";
_root.o2xdat = ((((_root.o2xdat + "o2x") + i) + "=") + _root.obj2x[i]) + "&";
_root.o3xdat = ((((_root.o3xdat + "o3x") + i) + "=") + _root.obj3x[i]) + "&";
_root.c1ydat = ((((_root.c1ydat + "c1y") + i) + "=") + _root.char1y[i]) + "&";
_root.c2ydat = ((((_root.c2ydat + "c2y") + i) + "=") + _root.char2y[i]) + "&";
_root.c3ydat = ((((_root.c3ydat + "c3y") + i) + "=") + _root.char3y[i]) + "&";
_root.c4ydat = ((((_root.c4ydat + "c4y") + i) + "=") + _root.char4y[i]) + "&";
_root.c5ydat = ((((_root.c5ydat + "c5y") + i) + "=") + _root.char5y[i]) + "&";
_root.c6ydat = ((((_root.c6ydat + "c6y") + i) + "=") + _root.char6y[i]) + "&";
_root.c7ydat = ((((_root.c7ydat + "c7y") + i) + "=") + _root.char7y[i]) + "&";
_root.o1ydat = ((((_root.o1ydat + "o1y") + i) + "=") + _root.obj1y[i]) + "&";
_root.o2ydat = ((((_root.o2ydat + "o2y") + i) + "=") + _root.obj2y[i]) + "&";
_root.o3ydat = ((((_root.o3ydat + "o3y") + i) + "=") + _root.obj3y[i]) + "&";
_root.c1xscaldat = ((((_root.c1xscaldat + "c1xs") + i) + "=") + _root.char1xscale[i]) + "&";
_root.c2xscaldat = ((((_root.c2xscaldat + "c2xs") + i) + "=") + _root.char2xscale[i]) + "&";
_root.c3xscaldat = ((((_root.c3xscaldat + "c3xs") + i) + "=") + _root.char3xscale[i]) + "&";
_root.c4xscaldat = ((((_root.c4xscaldat + "c4xs") + i) + "=") + _root.char4xscale[i]) + "&";
_root.c5xscaldat = ((((_root.c5xscaldat + "c5xs") + i) + "=") + _root.char5xscale[i]) + "&";
_root.c6xscaldat = ((((_root.c6xscaldat + "c6xs") + i) + "=") + _root.char6xscale[i]) + "&";
_root.c7xscaldat = ((((_root.c7xscaldat + "c7xs") + i) + "=") + _root.char7xscale[i]) + "&";
_root.o1xscaldat = ((((_root.o1xscaldat + "o1xs") + i) + "=") + _root.obj1xscale[i]) + "&";
_root.o2xscaldat = ((((_root.o2xscaldat + "o2xs") + i) + "=") + _root.obj2xscale[i]) + "&";
_root.o3xscaldat = ((((_root.o3xscaldat + "o3xs") + i) + "=") + _root.obj3xscale[i]) + "&";
_root.c1yscaldat = ((((_root.c1yscaldat + "c1ys") + i) + "=") + _root.char1yscale[i]) + "&";
_root.c2yscaldat = ((((_root.c2yscaldat + "c2ys") + i) + "=") + _root.char2yscale[i]) + "&";
_root.c3yscaldat = ((((_root.c3yscaldat + "c3ys") + i) + "=") + _root.char3yscale[i]) + "&";
_root.c4yscaldat = ((((_root.c4yscaldat + "c4ys") + i) + "=") + _root.char4yscale[i]) + "&";
_root.c5yscaldat = ((((_root.c5yscaldat + "c5ys") + i) + "=") + _root.char5yscale[i]) + "&";
_root.c6yscaldat = ((((_root.c6yscaldat + "c6ys") + i) + "=") + _root.char6yscale[i]) + "&";
_root.c7yscaldat = ((((_root.c7yscaldat + "c7ys") + i) + "=") + _root.char7yscale[i]) + "&";
_root.o1yscaldat = ((((_root.o1yscaldat + "o1ys") + i) + "=") + _root.obj1yscale[i]) + "&";
_root.o2yscaldat = ((((_root.o2yscaldat + "o2ys") + i) + "=") + _root.obj2yscale[i]) + "&";
_root.o3yscaldat = ((((_root.o3yscaldat + "o3ys") + i) + "=") + _root.obj3yscale[i]) + "&";
_root.c1rotdat = ((((_root.c1rotdat + "c1r") + i) + "=") + _root.char1rot[i]) + "&";
_root.c2rotdat = ((((_root.c2rotdat + "c2r") + i) + "=") + _root.char2rot[i]) + "&";
_root.c3rotdat = ((((_root.c3rotdat + "c3r") + i) + "=") + _root.char3rot[i]) + "&";
_root.c4rotdat = ((((_root.c4rotdat + "c4r") + i) + "=") + _root.char4rot[i]) + "&";
_root.c5rotdat = ((((_root.c5rotdat + "c5r") + i) + "=") + _root.char5rot[i]) + "&";
_root.c6rotdat = ((((_root.c6rotdat + "c6r") + i) + "=") + _root.char6rot[i]) + "&";
_root.c7rotdat = ((((_root.c7rotdat + "c7r") + i) + "=") + _root.char7rot[i]) + "&";
_root.o1rotdat = ((((_root.o1rotdat + "o1r") + i) + "=") + _root.obj1rot[i]) + "&";
_root.o2rotdat = ((((_root.o2rotdat + "o2r") + i) + "=") + _root.obj2rot[i]) + "&";
_root.o3rotdat = ((((_root.o3rotdat + "o3r") + i) + "=") + _root.obj3rot[i]) + "&";
_root.c1exdat = ((((_root.c1exdat + "c1ex") + i) + "=") + _root.char1exist[i]) + "&";
_root.c2exdat = ((((_root.c2exdat + "c2ex") + i) + "=") + _root.char2exist[i]) + "&";
_root.c3exdat = ((((_root.c3exdat + "c3ex") + i) + "=") + _root.char3exist[i]) + "&";
_root.c4exdat = ((((_root.c4exdat + "c4ex") + i) + "=") + _root.char4exist[i]) + "&";
_root.c5exdat = ((((_root.c5exdat + "c5ex") + i) + "=") + _root.char5exist[i]) + "&";
_root.c6exdat = ((((_root.c6exdat + "c6ex") + i) + "=") + _root.char6exist[i]) + "&";
_root.c7exdat = ((((_root.c7exdat + "c7ex") + i) + "=") + _root.char7exist[i]) + "&";
_root.o1exdat = ((((_root.o1exdat + "o1ex") + i) + "=") + _root.obj1exist[i]) + "&";
_root.o2exdat = ((((_root.o2exdat + "o2ex") + i) + "=") + _root.obj2exist[i]) + "&";
_root.o3exdat = ((((_root.o3exdat + "o3ex") + i) + "=") + _root.obj3exist[i]) + "&";
_root.c1flipdat = ((((_root.c1flipdat + "c1f") + i) + "=") + _root.char1flip[i]) + "&";
_root.c2flipdat = ((((_root.c2flipdat + "c2f") + i) + "=") + _root.char2flip[i]) + "&";
_root.c3flipdat = ((((_root.c3flipdat + "c3f") + i) + "=") + _root.char3flip[i]) + "&";
_root.c4flipdat = ((((_root.c4flipdat + "c4f") + i) + "=") + _root.char4flip[i]) + "&";
_root.c5flipdat = ((((_root.c5flipdat + "c5f") + i) + "=") + _root.char5flip[i]) + "&";
_root.c6flipdat = ((((_root.c6flipdat + "c6f") + i) + "=") + _root.char6flip[i]) + "&";
_root.c7flipdat = ((((_root.c7flipdat + "c7f") + i) + "=") + _root.char7flip[i]) + "&";
_root.o1flipdat = ((((_root.o1flipdat + "o1f") + i) + "=") + _root.obj1flip[i]) + "&";
_root.o2flipdat = ((((_root.o2flipdat + "o2f") + i) + "=") + _root.obj2flip[i]) + "&";
_root.o3flipdat = ((((_root.o3flipdat + "o3f") + i) + "=") + _root.obj3flip[i]) + "&";
_root.b1picdat = ((((_root.b1picdat + "b1p") + i) + "=") + _root.bubble1pic[i]) + "&";
_root.b2picdat = ((((_root.b2picdat + "b2p") + i) + "=") + _root.bubble2pic[i]) + "&";
_root.b3picdat = ((((_root.b3picdat + "b3p") + i) + "=") + _root.bubble3pic[i]) + "&";
_root.b4picdat = ((((_root.b4picdat + "b4p") + i) + "=") + _root.bubble4pic[i]) + "&";
_root.b5picdat = ((((_root.b5picdat + "b5p") + i) + "=") + _root.bubble5pic[i]) + "&";
_root.b1xdat = ((((_root.b1xdat + "b1x") + i) + "=") + _root.bubble1x[i]) + "&";
_root.b2xdat = ((((_root.b2xdat + "b2x") + i) + "=") + _root.bubble2x[i]) + "&";
_root.b3xdat = ((((_root.b3xdat + "b3x") + i) + "=") + _root.bubble3x[i]) + "&";
_root.b4xdat = ((((_root.b4xdat + "b4x") + i) + "=") + _root.bubble4x[i]) + "&";
_root.b5xdat = ((((_root.b5xdat + "b5x") + i) + "=") + _root.bubble5x[i]) + "&";
_root.b1ydat = ((((_root.b1ydat + "b1y") + i) + "=") + _root.bubble1y[i]) + "&";
_root.b2ydat = ((((_root.b2ydat + "b2y") + i) + "=") + _root.bubble2y[i]) + "&";
_root.b3ydat = ((((_root.b3ydat + "b3y") + i) + "=") + _root.bubble3y[i]) + "&";
_root.b4ydat = ((((_root.b4ydat + "b4y") + i) + "=") + _root.bubble4y[i]) + "&";
_root.b5ydat = ((((_root.b5ydat + "b5y") + i) + "=") + _root.bubble5y[i]) + "&";
_root.b1contentdat = ((((_root.b1contentdat + "b1c") + i) + "=") + _root.bubble1content[i]) + "&";
_root.b2contentdat = ((((_root.b2contentdat + "b2c") + i) + "=") + _root.bubble2content[i]) + "&";
_root.b3contentdat = ((((_root.b3contentdat + "b3c") + i) + "=") + _root.bubble3content[i]) + "&";
_root.b4contentdat = ((((_root.b4contentdat + "b4c") + i) + "=") + _root.bubble4content[i]) + "&";
_root.b5contentdat = ((((_root.b5contentdat + "b5c") + i) + "=") + _root.bubble5content[i]) + "&";
_root.b1exdat = ((((_root.b1exdat + "b1ex") + i) + "=") + _root.bubble1exist[i]) + "&";
_root.b2exdat = ((((_root.b2exdat + "b2ex") + i) + "=") + _root.bubble2exist[i]) + "&";
_root.b3exdat = ((((_root.b3exdat + "b3ex") + i) + "=") + _root.bubble3exist[i]) + "&";
_root.b4exdat = ((((_root.b4exdat + "b4ex") + i) + "=") + _root.bubble4exist[i]) + "&";
_root.b5exdat = ((((_root.b5exdat + "b5ex") + i) + "=") + _root.bubble5exist[i]) + "&";
_root.backdat = ((((_root.backdat + "back") + i) + "=") + _root.background1[i]) + "&";
i++;
}
Frame 65
loadVariablesNum ("write_data.php", 0, "POST");
Frame 82
if (loaded != "") {
gotoAndPlay (167);
}
Frame 102
if (loaded != "") {
gotoAndPlay (167);
}
Frame 122
if (loaded != "") {
gotoAndPlay (167);
}
Frame 142
if (loaded != "") {
gotoAndPlay (167);
}
Frame 157
if (loaded != "") {
gotoAndPlay (167);
}
Frame 166
if (loaded != "") {
gotoAndPlay (167);
} else {
gotoAndPlay (67);
}
Frame 172
stop();
Frame 177
stop();
Frame 178
loaded = "";
_root.limit = 5;
_root.offset = 0;
_root.searchname = "";
i = 1;
while (i <= 8) {
removeMovieClip("char" + i);
removeMovieClip("bubble" + i);
i++;
}
removeMovieClip("main_menu");
removeMovieClip("cover");
removeMovieClip("obj1");
removeMovieClip("obj2");
removeMovieClip("obj3");
removeMovieClip("submenu_char");
removeMovieClip("submenu_bubbles");
removeMovieClip("submenu_background");
removeMovieClip("submenu_objects");
Frame 181
if (searchname == "") {
loadVariablesNum ("get_info.php", 0, "POST");
} else {
loadVariablesNum ("get_search_info.php", 0, "POST");
}
Frame 187
if (loaded != "") {
gotoAndPlay (221);
}
Frame 197
if (loaded != "") {
gotoAndPlay (221);
}
Frame 217
if (loaded != "") {
gotoAndPlay (221);
} else {
gotoAndPlay (183);
}
Frame 222
_root.maxpage = 1;
i = 0;
while (i < _root.limit) {
_root.maxpage++;
i = i + 5;
}
_root.currentpage = (_root.offset + 5) / 5;
_root.portalpage = (_root.currentpage + " / ") + _root.maxpage;
Frame 237
stop();
Frame 238
loaded = "";
i = 1;
while (i <= 8) {
removeMovieClip("char" + i);
removeMovieClip("bubble" + i);
i++;
}
removeMovieClip("main_menu");
removeMovieClip("cover");
removeMovieClip("obj1");
removeMovieClip("obj2");
removeMovieClip("obj3");
removeMovieClip("submenu_char");
removeMovieClip("submenu_bubbles");
removeMovieClip("submenu_background");
removeMovieClip("submenu_objects");
Frame 242
loadVariablesNum ("read_data.php", 0, "POST");
Frame 267
if (loaded != "") {
gotoAndPlay (533);
}
Frame 297
if (loaded != "") {
gotoAndPlay (533);
}
Frame 337
if (loaded != "") {
gotoAndPlay (533);
}
Frame 386
if (loaded != "") {
gotoAndPlay (533);
}
Frame 437
if (loaded != "") {
gotoAndPlay (533);
}
Frame 487
if (loaded != "") {
gotoAndPlay (533);
}
Frame 531
if (loaded != "") {
gotoAndPlay (533);
} else {
gotoAndPlay (247);
}
Frame 533
_root.namentext = _root.vorname;
Frame 534
_root.namentext = _root.vorname;
Frame 535
_root.char1pic[1] = _root.c1p1;
_root.char1pic[2] = _root.c1p2;
_root.char1pic[3] = _root.c1p3;
_root.char1pic[4] = _root.c1p4;
_root.char1pic[5] = _root.c1p5;
_root.char1pic[6] = _root.c1p6;
_root.char1pic[7] = _root.c1p7;
_root.char1pic[8] = _root.c1p8;
_root.char1x[1] = _root.c1x1;
_root.char1x[2] = _root.c1x2;
_root.char1x[3] = _root.c1x3;
_root.char1x[4] = _root.c1x4;
_root.char1x[5] = _root.c1x5;
_root.char1x[6] = _root.c1x6;
_root.char1x[7] = _root.c1x7;
_root.char1x[8] = _root.c1x8;
_root.char1y[1] = _root.c1y1;
_root.char1y[2] = _root.c1y2;
_root.char1y[3] = _root.c1y3;
_root.char1y[4] = _root.c1y4;
_root.char1y[5] = _root.c1y5;
_root.char1y[6] = _root.c1y6;
_root.char1y[7] = _root.c1y7;
_root.char1y[8] = _root.c1y8;
_root.char1xscale[1] = _root.c1xs1;
_root.char1xscale[2] = _root.c1xs2;
_root.char1xscale[3] = _root.c1xs3;
_root.char1xscale[4] = _root.c1xs4;
_root.char1xscale[5] = _root.c1xs5;
_root.char1xscale[6] = _root.c1xs6;
_root.char1xscale[7] = _root.c1xs7;
_root.char1xscale[8] = _root.c1xs8;
_root.char1yscale[1] = _root.c1ys1;
_root.char1yscale[2] = _root.c1ys2;
_root.char1yscale[3] = _root.c1ys3;
_root.char1yscale[4] = _root.c1ys4;
_root.char1yscale[5] = _root.c1ys5;
_root.char1yscale[6] = _root.c1ys6;
_root.char1yscale[7] = _root.c1ys7;
_root.char1yscale[8] = _root.c1ys8;
_root.char1rot[1] = _root.c1r1;
_root.char1rot[2] = _root.c1r2;
_root.char1rot[3] = _root.c1r3;
_root.char1rot[4] = _root.c1r4;
_root.char1rot[5] = _root.c1r5;
_root.char1rot[6] = _root.c1r6;
_root.char1rot[7] = _root.c1r7;
_root.char1rot[8] = _root.c1r8;
_root.char1exist[1] = _root.c1ex1;
_root.char1exist[2] = _root.c1ex2;
_root.char1exist[3] = _root.c1ex3;
_root.char1exist[4] = _root.c1ex4;
_root.char1exist[5] = _root.c1ex5;
_root.char1exist[6] = _root.c1ex6;
_root.char1exist[7] = _root.c1ex7;
_root.char1exist[8] = _root.c1ex8;
_root.char1flip[1] = _root.c1f1;
_root.char1flip[2] = _root.c1f2;
_root.char1flip[3] = _root.c1f3;
_root.char1flip[4] = _root.c1f4;
_root.char1flip[5] = _root.c1f5;
_root.char1flip[6] = _root.c1f6;
_root.char1flip[7] = _root.c1f7;
_root.char1flip[8] = _root.c1f8;
_root.char2pic[1] = _root.c2p1;
_root.char2pic[2] = _root.c2p2;
_root.char2pic[3] = _root.c2p3;
_root.char2pic[4] = _root.c2p4;
_root.char2pic[5] = _root.c2p5;
_root.char2pic[6] = _root.c2p6;
_root.char2pic[7] = _root.c2p7;
_root.char2pic[8] = _root.c2p8;
_root.char2x[1] = _root.c2x1;
_root.char2x[2] = _root.c2x2;
_root.char2x[3] = _root.c2x3;
_root.char2x[4] = _root.c2x4;
_root.char2x[5] = _root.c2x5;
_root.char2x[6] = _root.c2x6;
_root.char2x[7] = _root.c2x7;
_root.char2x[8] = _root.c2x8;
_root.char2y[1] = _root.c2y1;
_root.char2y[2] = _root.c2y2;
_root.char2y[3] = _root.c2y3;
_root.char2y[4] = _root.c2y4;
_root.char2y[5] = _root.c2y5;
_root.char2y[6] = _root.c2y6;
_root.char2y[7] = _root.c2y7;
_root.char2y[8] = _root.c2y8;
_root.char2xscale[1] = _root.c2xs1;
_root.char2xscale[2] = _root.c2xs2;
_root.char2xscale[3] = _root.c2xs3;
_root.char2xscale[4] = _root.c2xs4;
_root.char2xscale[5] = _root.c2xs5;
_root.char2xscale[6] = _root.c2xs6;
_root.char2xscale[7] = _root.c2xs7;
_root.char2xscale[8] = _root.c2xs8;
_root.char2yscale[1] = _root.c2ys1;
_root.char2yscale[2] = _root.c2ys2;
_root.char2yscale[3] = _root.c2ys3;
_root.char2yscale[4] = _root.c2ys4;
_root.char2yscale[5] = _root.c2ys5;
_root.char2yscale[6] = _root.c2ys6;
_root.char2yscale[7] = _root.c2ys7;
_root.char2yscale[8] = _root.c2ys8;
_root.char2rot[1] = _root.c2r1;
_root.char2rot[2] = _root.c2r2;
_root.char2rot[3] = _root.c2r3;
_root.char2rot[4] = _root.c2r4;
_root.char2rot[5] = _root.c2r5;
_root.char2rot[6] = _root.c2r6;
_root.char2rot[7] = _root.c2r7;
_root.char2rot[8] = _root.c2r8;
_root.char2exist[1] = _root.c2ex1;
_root.char2exist[2] = _root.c2ex2;
_root.char2exist[3] = _root.c2ex3;
_root.char2exist[4] = _root.c2ex4;
_root.char2exist[5] = _root.c2ex5;
_root.char2exist[6] = _root.c2ex6;
_root.char2exist[7] = _root.c2ex7;
_root.char2exist[8] = _root.c2ex8;
_root.char2flip[1] = _root.c2f1;
_root.char2flip[2] = _root.c2f2;
_root.char2flip[3] = _root.c2f3;
_root.char2flip[4] = _root.c2f4;
_root.char2flip[5] = _root.c2f5;
_root.char2flip[6] = _root.c2f6;
_root.char2flip[7] = _root.c2f7;
_root.char2flip[8] = _root.c2f8;
_root.char3pic[1] = _root.c3p1;
_root.char3pic[2] = _root.c3p2;
_root.char3pic[3] = _root.c3p3;
_root.char3pic[4] = _root.c3p4;
_root.char3pic[5] = _root.c3p5;
_root.char3pic[6] = _root.c3p6;
_root.char3pic[7] = _root.c3p7;
_root.char3pic[8] = _root.c3p8;
_root.char3x[1] = _root.c3x1;
_root.char3x[2] = _root.c3x2;
_root.char3x[3] = _root.c3x3;
_root.char3x[4] = _root.c3x4;
_root.char3x[5] = _root.c3x5;
_root.char3x[6] = _root.c3x6;
_root.char3x[7] = _root.c3x7;
_root.char3x[8] = _root.c3x8;
_root.char3y[1] = _root.c3y1;
_root.char3y[2] = _root.c3y2;
_root.char3y[3] = _root.c3y3;
_root.char3y[4] = _root.c3y4;
_root.char3y[5] = _root.c3y5;
_root.char3y[6] = _root.c3y6;
_root.char3y[7] = _root.c3y7;
_root.char3y[8] = _root.c3y8;
_root.char3xscale[1] = _root.c3xs1;
_root.char3xscale[2] = _root.c3xs2;
_root.char3xscale[3] = _root.c3xs3;
_root.char3xscale[4] = _root.c3xs4;
_root.char3xscale[5] = _root.c3xs5;
_root.char3xscale[6] = _root.c3xs6;
_root.char3xscale[7] = _root.c3xs7;
_root.char3xscale[8] = _root.c3xs8;
_root.char3yscale[1] = _root.c3ys1;
_root.char3yscale[2] = _root.c3ys2;
_root.char3yscale[3] = _root.c3ys3;
_root.char3yscale[4] = _root.c3ys4;
_root.char3yscale[5] = _root.c3ys5;
_root.char3yscale[6] = _root.c3ys6;
_root.char3yscale[7] = _root.c3ys7;
_root.char3yscale[8] = _root.c3ys8;
_root.char3rot[1] = _root.c3r1;
_root.char3rot[2] = _root.c3r2;
_root.char3rot[3] = _root.c3r3;
_root.char3rot[4] = _root.c3r4;
_root.char3rot[5] = _root.c3r5;
_root.char3rot[6] = _root.c3r6;
_root.char3rot[7] = _root.c3r7;
_root.char3rot[8] = _root.c3r8;
_root.char3exist[1] = _root.c3ex1;
_root.char3exist[2] = _root.c3ex2;
_root.char3exist[3] = _root.c3ex3;
_root.char3exist[4] = _root.c3ex4;
_root.char3exist[5] = _root.c3ex5;
_root.char3exist[6] = _root.c3ex6;
_root.char3exist[7] = _root.c3ex7;
_root.char3exist[8] = _root.c3ex8;
_root.char3flip[1] = _root.c3f1;
_root.char3flip[2] = _root.c3f2;
_root.char3flip[3] = _root.c3f3;
_root.char3flip[4] = _root.c3f4;
_root.char3flip[5] = _root.c3f5;
_root.char3flip[6] = _root.c3f6;
_root.char3flip[7] = _root.c3f7;
_root.char3flip[8] = _root.c3f8;
_root.char4pic[1] = _root.c4p1;
_root.char4pic[2] = _root.c4p2;
_root.char4pic[3] = _root.c4p3;
_root.char4pic[4] = _root.c4p4;
_root.char4pic[5] = _root.c4p5;
_root.char4pic[6] = _root.c4p6;
_root.char4pic[7] = _root.c4p7;
_root.char4pic[8] = _root.c4p8;
_root.char4x[1] = _root.c4x1;
_root.char4x[2] = _root.c4x2;
_root.char4x[3] = _root.c4x3;
_root.char4x[4] = _root.c4x4;
_root.char4x[5] = _root.c4x5;
_root.char4x[6] = _root.c4x6;
_root.char4x[7] = _root.c4x7;
_root.char4x[8] = _root.c4x8;
_root.char4y[1] = _root.c4y1;
_root.char4y[2] = _root.c4y2;
_root.char4y[3] = _root.c4y3;
_root.char4y[4] = _root.c4y4;
_root.char4y[5] = _root.c4y5;
_root.char4y[6] = _root.c4y6;
_root.char4y[7] = _root.c4y7;
_root.char4y[8] = _root.c4y8;
_root.char4xscale[1] = _root.c4xs1;
_root.char4xscale[2] = _root.c4xs2;
_root.char4xscale[3] = _root.c4xs3;
_root.char4xscale[4] = _root.c4xs4;
_root.char4xscale[5] = _root.c4xs5;
_root.char4xscale[6] = _root.c4xs6;
_root.char4xscale[7] = _root.c4xs7;
_root.char4xscale[8] = _root.c4xs8;
_root.char4yscale[1] = _root.c4ys1;
_root.char4yscale[2] = _root.c4ys2;
_root.char4yscale[3] = _root.c4ys3;
_root.char4yscale[4] = _root.c4ys4;
_root.char4yscale[5] = _root.c4ys5;
_root.char4yscale[6] = _root.c4ys6;
_root.char4yscale[7] = _root.c4ys7;
_root.char4yscale[8] = _root.c4ys8;
_root.char4rot[1] = _root.c4r1;
_root.char4rot[2] = _root.c4r2;
_root.char4rot[3] = _root.c4r3;
_root.char4rot[4] = _root.c4r4;
_root.char4rot[5] = _root.c4r5;
_root.char4rot[6] = _root.c4r6;
_root.char4rot[7] = _root.c4r7;
_root.char4rot[8] = _root.c4r8;
_root.char4exist[1] = _root.c4ex1;
_root.char4exist[2] = _root.c4ex2;
_root.char4exist[3] = _root.c4ex3;
_root.char4exist[4] = _root.c4ex4;
_root.char4exist[5] = _root.c4ex5;
_root.char4exist[6] = _root.c4ex6;
_root.char4exist[7] = _root.c4ex7;
_root.char4exist[8] = _root.c4ex8;
_root.char4flip[1] = _root.c4f1;
_root.char4flip[2] = _root.c4f2;
_root.char4flip[3] = _root.c4f3;
_root.char4flip[4] = _root.c4f4;
_root.char4flip[5] = _root.c4f5;
_root.char4flip[6] = _root.c4f6;
_root.char4flip[7] = _root.c4f7;
_root.char4flip[8] = _root.c4f8;
_root.char5pic[1] = _root.c5p1;
_root.char5pic[2] = _root.c5p2;
_root.char5pic[3] = _root.c5p3;
_root.char5pic[4] = _root.c5p4;
_root.char5pic[5] = _root.c5p5;
_root.char5pic[6] = _root.c5p6;
_root.char5pic[7] = _root.c5p7;
_root.char5pic[8] = _root.c5p8;
_root.char5x[1] = _root.c5x1;
_root.char5x[2] = _root.c5x2;
_root.char5x[3] = _root.c5x3;
_root.char5x[4] = _root.c5x4;
_root.char5x[5] = _root.c5x5;
_root.char5x[6] = _root.c5x6;
_root.char5x[7] = _root.c5x7;
_root.char5x[8] = _root.c5x8;
_root.char5y[1] = _root.c5y1;
_root.char5y[2] = _root.c5y2;
_root.char5y[3] = _root.c5y3;
_root.char5y[4] = _root.c5y4;
_root.char5y[5] = _root.c5y5;
_root.char5y[6] = _root.c5y6;
_root.char5y[7] = _root.c5y7;
_root.char5y[8] = _root.c5y8;
_root.char5xscale[1] = _root.c5xs1;
_root.char5xscale[2] = _root.c5xs2;
_root.char5xscale[3] = _root.c5xs3;
_root.char5xscale[4] = _root.c5xs4;
_root.char5xscale[5] = _root.c5xs5;
_root.char5xscale[6] = _root.c5xs6;
_root.char5xscale[7] = _root.c5xs7;
_root.char5xscale[8] = _root.c5xs8;
_root.char5yscale[1] = _root.c5ys1;
_root.char5yscale[2] = _root.c5ys2;
_root.char5yscale[3] = _root.c5ys3;
_root.char5yscale[4] = _root.c5ys4;
_root.char5yscale[5] = _root.c5ys5;
_root.char5yscale[6] = _root.c5ys6;
_root.char5yscale[7] = _root.c5ys7;
_root.char5yscale[8] = _root.c5ys8;
_root.char5rot[1] = _root.c5r1;
_root.char5rot[2] = _root.c5r2;
_root.char5rot[3] = _root.c5r3;
_root.char5rot[4] = _root.c5r4;
_root.char5rot[5] = _root.c5r5;
_root.char5rot[6] = _root.c5r6;
_root.char5rot[7] = _root.c5r7;
_root.char5rot[8] = _root.c5r8;
_root.char5exist[1] = _root.c5ex1;
_root.char5exist[2] = _root.c5ex2;
_root.char5exist[3] = _root.c5ex3;
_root.char5exist[4] = _root.c5ex4;
_root.char5exist[5] = _root.c5ex5;
_root.char5exist[6] = _root.c5ex6;
_root.char5exist[7] = _root.c5ex7;
_root.char5exist[8] = _root.c5ex8;
_root.char5flip[1] = _root.c5f1;
_root.char5flip[2] = _root.c5f2;
_root.char5flip[3] = _root.c5f3;
_root.char5flip[4] = _root.c5f4;
_root.char5flip[5] = _root.c5f5;
_root.char5flip[6] = _root.c5f6;
_root.char5flip[7] = _root.c5f7;
_root.char5flip[8] = _root.c5f8;
_root.char6pic[1] = _root.c6p1;
_root.char6pic[2] = _root.c6p2;
_root.char6pic[3] = _root.c6p3;
_root.char6pic[4] = _root.c6p4;
_root.char6pic[5] = _root.c6p5;
_root.char6pic[6] = _root.c6p6;
_root.char6pic[7] = _root.c6p7;
_root.char6pic[8] = _root.c6p8;
_root.char6x[1] = _root.c6x1;
_root.char6x[2] = _root.c6x2;
_root.char6x[3] = _root.c6x3;
_root.char6x[4] = _root.c6x4;
_root.char6x[5] = _root.c6x5;
_root.char6x[6] = _root.c6x6;
_root.char6x[7] = _root.c6x7;
_root.char6x[8] = _root.c6x8;
_root.char6y[1] = _root.c6y1;
_root.char6y[2] = _root.c6y2;
_root.char6y[3] = _root.c6y3;
_root.char6y[4] = _root.c6y4;
_root.char6y[5] = _root.c6y5;
_root.char6y[6] = _root.c6y6;
_root.char6y[7] = _root.c6y7;
_root.char6y[8] = _root.c6y8;
_root.char6xscale[1] = _root.c6xs1;
_root.char6xscale[2] = _root.c6xs2;
_root.char6xscale[3] = _root.c6xs3;
_root.char6xscale[4] = _root.c6xs4;
_root.char6xscale[5] = _root.c6xs5;
_root.char6xscale[6] = _root.c6xs6;
_root.char6xscale[7] = _root.c6xs7;
_root.char6xscale[8] = _root.c6xs8;
_root.char6yscale[1] = _root.c6ys1;
_root.char6yscale[2] = _root.c6ys2;
_root.char6yscale[3] = _root.c6ys3;
_root.char6yscale[4] = _root.c6ys4;
_root.char6yscale[5] = _root.c6ys5;
_root.char6yscale[6] = _root.c6ys6;
_root.char6yscale[7] = _root.c6ys7;
_root.char6yscale[8] = _root.c6ys8;
_root.char6rot[1] = _root.c6r1;
_root.char6rot[2] = _root.c6r2;
_root.char6rot[3] = _root.c6r3;
_root.char6rot[4] = _root.c6r4;
_root.char6rot[5] = _root.c6r5;
_root.char6rot[6] = _root.c6r6;
_root.char6rot[7] = _root.c6r7;
_root.char6rot[8] = _root.c6r8;
_root.char6exist[1] = _root.c6ex1;
_root.char6exist[2] = _root.c6ex2;
_root.char6exist[3] = _root.c6ex3;
_root.char6exist[4] = _root.c6ex4;
_root.char6exist[5] = _root.c6ex5;
_root.char6exist[6] = _root.c6ex6;
_root.char6exist[7] = _root.c6ex7;
_root.char6exist[8] = _root.c6ex8;
_root.char6flip[1] = _root.c6f1;
_root.char6flip[2] = _root.c6f2;
_root.char6flip[3] = _root.c6f3;
_root.char6flip[4] = _root.c6f4;
_root.char6flip[5] = _root.c6f5;
_root.char6flip[6] = _root.c6f6;
_root.char6flip[7] = _root.c6f7;
_root.char6flip[8] = _root.c6f8;
_root.char7pic[1] = _root.c7p1;
_root.char7pic[2] = _root.c7p2;
_root.char7pic[3] = _root.c7p3;
_root.char7pic[4] = _root.c7p4;
_root.char7pic[5] = _root.c7p5;
_root.char7pic[6] = _root.c7p6;
_root.char7pic[7] = _root.c7p7;
_root.char7pic[8] = _root.c7p8;
_root.char7x[1] = _root.c7x1;
_root.char7x[2] = _root.c7x2;
_root.char7x[3] = _root.c7x3;
_root.char7x[4] = _root.c7x4;
_root.char7x[5] = _root.c7x5;
_root.char7x[6] = _root.c7x6;
_root.char7x[7] = _root.c7x7;
_root.char7x[8] = _root.c7x8;
_root.char7y[1] = _root.c7y1;
_root.char7y[2] = _root.c7y2;
_root.char7y[3] = _root.c7y3;
_root.char7y[4] = _root.c7y4;
_root.char7y[5] = _root.c7y5;
_root.char7y[6] = _root.c7y6;
_root.char7y[7] = _root.c7y7;
_root.char7y[8] = _root.c7y8;
_root.char7xscale[1] = _root.c7xs1;
_root.char7xscale[2] = _root.c7xs2;
_root.char7xscale[3] = _root.c7xs3;
_root.char7xscale[4] = _root.c7xs4;
_root.char7xscale[5] = _root.c7xs5;
_root.char7xscale[6] = _root.c7xs6;
_root.char7xscale[7] = _root.c7xs7;
_root.char7xscale[8] = _root.c7xs8;
_root.char7yscale[1] = _root.c7ys1;
_root.char7yscale[2] = _root.c7ys2;
_root.char7yscale[3] = _root.c7ys3;
_root.char7yscale[4] = _root.c7ys4;
_root.char7yscale[5] = _root.c7ys5;
_root.char7yscale[6] = _root.c7ys6;
_root.char7yscale[7] = _root.c7ys7;
_root.char7yscale[8] = _root.c7ys8;
_root.char7rot[1] = _root.c7r1;
_root.char7rot[2] = _root.c7r2;
_root.char7rot[3] = _root.c7r3;
_root.char7rot[4] = _root.c7r4;
_root.char7rot[5] = _root.c7r5;
_root.char7rot[6] = _root.c7r6;
_root.char7rot[7] = _root.c7r7;
_root.char7rot[8] = _root.c7r8;
_root.char7exist[1] = _root.c7ex1;
_root.char7exist[2] = _root.c7ex2;
_root.char7exist[3] = _root.c7ex3;
_root.char7exist[4] = _root.c7ex4;
_root.char7exist[5] = _root.c7ex5;
_root.char7exist[6] = _root.c7ex6;
_root.char7exist[7] = _root.c7ex7;
_root.char7exist[8] = _root.c7ex8;
_root.char7flip[1] = _root.c7f1;
_root.char7flip[2] = _root.c7f2;
_root.char7flip[3] = _root.c7f3;
_root.char7flip[4] = _root.c7f4;
_root.char7flip[5] = _root.c7f5;
_root.char7flip[6] = _root.c7f6;
_root.char7flip[7] = _root.c7f7;
_root.char7flip[8] = _root.c7f8;
_root.obj1pic[1] = _root.o1p1;
_root.obj1pic[2] = _root.o1p2;
_root.obj1pic[3] = _root.o1p3;
_root.obj1pic[4] = _root.o1p4;
_root.obj1pic[5] = _root.o1p5;
_root.obj1pic[6] = _root.o1p6;
_root.obj1pic[7] = _root.o1p7;
_root.obj1pic[8] = _root.o1p8;
_root.obj1x[1] = _root.o1x1;
_root.obj1x[2] = _root.o1x2;
_root.obj1x[3] = _root.o1x3;
_root.obj1x[4] = _root.o1x4;
_root.obj1x[5] = _root.o1x5;
_root.obj1x[6] = _root.o1x6;
_root.obj1x[7] = _root.o1x7;
_root.obj1x[8] = _root.o1x8;
_root.obj1y[1] = _root.o1y1;
_root.obj1y[2] = _root.o1y2;
_root.obj1y[3] = _root.o1y3;
_root.obj1y[4] = _root.o1y4;
_root.obj1y[5] = _root.o1y5;
_root.obj1y[6] = _root.o1y6;
_root.obj1y[7] = _root.o1y7;
_root.obj1y[8] = _root.o1y8;
_root.obj1xscale[1] = _root.o1xs1;
_root.obj1xscale[2] = _root.o1xs2;
_root.obj1xscale[3] = _root.o1xs3;
_root.obj1xscale[4] = _root.o1xs4;
_root.obj1xscale[5] = _root.o1xs5;
_root.obj1xscale[6] = _root.o1xs6;
_root.obj1xscale[7] = _root.o1xs7;
_root.obj1xscale[8] = _root.o1xs8;
_root.obj1yscale[1] = _root.o1ys1;
_root.obj1yscale[2] = _root.o1ys2;
_root.obj1yscale[3] = _root.o1ys3;
_root.obj1yscale[4] = _root.o1ys4;
_root.obj1yscale[5] = _root.o1ys5;
_root.obj1yscale[6] = _root.o1ys6;
_root.obj1yscale[7] = _root.o1ys7;
_root.obj1yscale[8] = _root.o1ys8;
_root.obj1rot[1] = _root.o1r1;
_root.obj1rot[2] = _root.o1r2;
_root.obj1rot[3] = _root.o1r3;
_root.obj1rot[4] = _root.o1r4;
_root.obj1rot[5] = _root.o1r5;
_root.obj1rot[6] = _root.o1r6;
_root.obj1rot[7] = _root.o1r7;
_root.obj1rot[8] = _root.o1r8;
_root.obj1exist[1] = _root.o1ex1;
_root.obj1exist[2] = _root.o1ex2;
_root.obj1exist[3] = _root.o1ex3;
_root.obj1exist[4] = _root.o1ex4;
_root.obj1exist[5] = _root.o1ex5;
_root.obj1exist[6] = _root.o1ex6;
_root.obj1exist[7] = _root.o1ex7;
_root.obj1exist[8] = _root.o1ex8;
_root.obj1flip[1] = _root.o1f1;
_root.obj1flip[2] = _root.o1f2;
_root.obj1flip[3] = _root.o1f3;
_root.obj1flip[4] = _root.o1f4;
_root.obj1flip[5] = _root.o1f5;
_root.obj1flip[6] = _root.o1f6;
_root.obj1flip[7] = _root.o1f7;
_root.obj1flip[8] = _root.o1f8;
_root.obj2pic[1] = _root.o2p1;
_root.obj2pic[2] = _root.o2p2;
_root.obj2pic[3] = _root.o2p3;
_root.obj2pic[4] = _root.o2p4;
_root.obj2pic[5] = _root.o2p5;
_root.obj2pic[6] = _root.o2p6;
_root.obj2pic[7] = _root.o2p7;
_root.obj2pic[8] = _root.o2p8;
_root.obj2x[1] = _root.o2x1;
_root.obj2x[2] = _root.o2x2;
_root.obj2x[3] = _root.o2x3;
_root.obj2x[4] = _root.o2x4;
_root.obj2x[5] = _root.o2x5;
_root.obj2x[6] = _root.o2x6;
_root.obj2x[7] = _root.o2x7;
_root.obj2x[8] = _root.o2x8;
_root.obj2y[1] = _root.o2y1;
_root.obj2y[2] = _root.o2y2;
_root.obj2y[3] = _root.o2y3;
_root.obj2y[4] = _root.o2y4;
_root.obj2y[5] = _root.o2y5;
_root.obj2y[6] = _root.o2y6;
_root.obj2y[7] = _root.o2y7;
_root.obj2y[8] = _root.o2y8;
_root.obj2xscale[1] = _root.o2xs1;
_root.obj2xscale[2] = _root.o2xs2;
_root.obj2xscale[3] = _root.o2xs3;
_root.obj2xscale[4] = _root.o2xs4;
_root.obj2xscale[5] = _root.o2xs5;
_root.obj2xscale[6] = _root.o2xs6;
_root.obj2xscale[7] = _root.o2xs7;
_root.obj2xscale[8] = _root.o2xs8;
_root.obj2yscale[1] = _root.o2ys1;
_root.obj2yscale[2] = _root.o2ys2;
_root.obj2yscale[3] = _root.o2ys3;
_root.obj2yscale[4] = _root.o2ys4;
_root.obj2yscale[5] = _root.o2ys5;
_root.obj2yscale[6] = _root.o2ys6;
_root.obj2yscale[7] = _root.o2ys7;
_root.obj2yscale[8] = _root.o2ys8;
_root.obj2rot[1] = _root.o2r1;
_root.obj2rot[2] = _root.o2r2;
_root.obj2rot[3] = _root.o2r3;
_root.obj2rot[4] = _root.o2r4;
_root.obj2rot[5] = _root.o2r5;
_root.obj2rot[6] = _root.o2r6;
_root.obj2rot[7] = _root.o2r7;
_root.obj2rot[8] = _root.o2r8;
_root.obj2exist[1] = _root.o2ex1;
_root.obj2exist[2] = _root.o2ex2;
_root.obj2exist[3] = _root.o2ex3;
_root.obj2exist[4] = _root.o2ex4;
_root.obj2exist[5] = _root.o2ex5;
_root.obj2exist[6] = _root.o2ex6;
_root.obj2exist[7] = _root.o2ex7;
_root.obj2exist[8] = _root.o2ex8;
_root.obj2flip[1] = _root.o2f1;
_root.obj2flip[2] = _root.o2f2;
_root.obj2flip[3] = _root.o2f3;
_root.obj2flip[4] = _root.o2f4;
_root.obj2flip[5] = _root.o2f5;
_root.obj2flip[6] = _root.o2f6;
_root.obj2flip[7] = _root.o2f7;
_root.obj2flip[8] = _root.o2f8;
_root.obj3pic[1] = _root.o3p1;
_root.obj3pic[2] = _root.o3p2;
_root.obj3pic[3] = _root.o3p3;
_root.obj3pic[4] = _root.o3p4;
_root.obj3pic[5] = _root.o3p5;
_root.obj3pic[6] = _root.o3p6;
_root.obj3pic[7] = _root.o3p7;
_root.obj3pic[8] = _root.o3p8;
_root.obj3x[1] = _root.o3x1;
_root.obj3x[2] = _root.o3x2;
_root.obj3x[3] = _root.o3x3;
_root.obj3x[4] = _root.o3x4;
_root.obj3x[5] = _root.o3x5;
_root.obj3x[6] = _root.o3x6;
_root.obj3x[7] = _root.o3x7;
_root.obj3x[8] = _root.o3x8;
_root.obj3y[1] = _root.o3y1;
_root.obj3y[2] = _root.o3y2;
_root.obj3y[3] = _root.o3y3;
_root.obj3y[4] = _root.o3y4;
_root.obj3y[5] = _root.o3y5;
_root.obj3y[6] = _root.o3y6;
_root.obj3y[7] = _root.o3y7;
_root.obj3y[8] = _root.o3y8;
_root.obj3xscale[1] = _root.o3xs1;
_root.obj3xscale[2] = _root.o3xs2;
_root.obj3xscale[3] = _root.o3xs3;
_root.obj3xscale[4] = _root.o3xs4;
_root.obj3xscale[5] = _root.o3xs5;
_root.obj3xscale[6] = _root.o3xs6;
_root.obj3xscale[7] = _root.o3xs7;
_root.obj3xscale[8] = _root.o3xs8;
_root.obj3yscale[1] = _root.o3ys1;
_root.obj3yscale[2] = _root.o3ys2;
_root.obj3yscale[3] = _root.o3ys3;
_root.obj3yscale[4] = _root.o3ys4;
_root.obj3yscale[5] = _root.o3ys5;
_root.obj3yscale[6] = _root.o3ys6;
_root.obj3yscale[7] = _root.o3ys7;
_root.obj3yscale[8] = _root.o3ys8;
_root.obj3rot[1] = _root.o3r1;
_root.obj3rot[2] = _root.o3r2;
_root.obj3rot[3] = _root.o3r3;
_root.obj3rot[4] = _root.o3r4;
_root.obj3rot[5] = _root.o3r5;
_root.obj3rot[6] = _root.o3r6;
_root.obj3rot[7] = _root.o3r7;
_root.obj3rot[8] = _root.o3r8;
_root.obj3exist[1] = _root.o3ex1;
_root.obj3exist[2] = _root.o3ex2;
_root.obj3exist[3] = _root.o3ex3;
_root.obj3exist[4] = _root.o3ex4;
_root.obj3exist[5] = _root.o3ex5;
_root.obj3exist[6] = _root.o3ex6;
_root.obj3exist[7] = _root.o3ex7;
_root.obj3exist[8] = _root.o3ex8;
_root.obj3flip[1] = _root.o3f1;
_root.obj3flip[2] = _root.o3f2;
_root.obj3flip[3] = _root.o3f3;
_root.obj3flip[4] = _root.o3f4;
_root.obj3flip[5] = _root.o3f5;
_root.obj3flip[6] = _root.o3f6;
_root.obj3flip[7] = _root.o3f7;
_root.obj3flip[8] = _root.o3f8;
_root.bubble1pic[1] = _root.b1p1;
_root.bubble1pic[2] = _root.b1p2;
_root.bubble1pic[3] = _root.b1p3;
_root.bubble1pic[4] = _root.b1p4;
_root.bubble1pic[5] = _root.b1p5;
_root.bubble1pic[6] = _root.b1p6;
_root.bubble1pic[7] = _root.b1p7;
_root.bubble1pic[8] = _root.b1p8;
_root.bubble1x[1] = _root.b1x1;
_root.bubble1x[2] = _root.b1x2;
_root.bubble1x[3] = _root.b1x3;
_root.bubble1x[4] = _root.b1x4;
_root.bubble1x[5] = _root.b1x5;
_root.bubble1x[6] = _root.b1x6;
_root.bubble1x[7] = _root.b1x7;
_root.bubble1x[8] = _root.b1x8;
_root.bubble1y[1] = _root.b1y1;
_root.bubble1y[2] = _root.b1y2;
_root.bubble1y[3] = _root.b1y3;
_root.bubble1y[4] = _root.b1y4;
_root.bubble1y[5] = _root.b1y5;
_root.bubble1y[6] = _root.b1y6;
_root.bubble1y[7] = _root.b1y7;
_root.bubble1y[8] = _root.b1y8;
_root.bubble1exist[1] = _root.b1ex1;
_root.bubble1exist[2] = _root.b1ex2;
_root.bubble1exist[3] = _root.b1ex3;
_root.bubble1exist[4] = _root.b1ex4;
_root.bubble1exist[5] = _root.b1ex5;
_root.bubble1exist[6] = _root.b1ex6;
_root.bubble1exist[7] = _root.b1ex7;
_root.bubble1exist[8] = _root.b1ex8;
_root.bubble1content[1] = _root.b1c1;
_root.bubble1content[2] = _root.b1c2;
_root.bubble1content[3] = _root.b1c3;
_root.bubble1content[4] = _root.b1c4;
_root.bubble1content[5] = _root.b1c5;
_root.bubble1content[6] = _root.b1c6;
_root.bubble1content[7] = _root.b1c7;
_root.bubble1content[8] = _root.b1c8;
_root.bubble2pic[1] = _root.b2p1;
_root.bubble2pic[2] = _root.b2p2;
_root.bubble2pic[3] = _root.b2p3;
_root.bubble2pic[4] = _root.b2p4;
_root.bubble2pic[5] = _root.b2p5;
_root.bubble2pic[6] = _root.b2p6;
_root.bubble2pic[7] = _root.b2p7;
_root.bubble2pic[8] = _root.b2p8;
_root.bubble2x[1] = _root.b2x1;
_root.bubble2x[2] = _root.b2x2;
_root.bubble2x[3] = _root.b2x3;
_root.bubble2x[4] = _root.b2x4;
_root.bubble2x[5] = _root.b2x5;
_root.bubble2x[6] = _root.b2x6;
_root.bubble2x[7] = _root.b2x7;
_root.bubble2x[8] = _root.b2x8;
_root.bubble2y[1] = _root.b2y1;
_root.bubble2y[2] = _root.b2y2;
_root.bubble2y[3] = _root.b2y3;
_root.bubble2y[4] = _root.b2y4;
_root.bubble2y[5] = _root.b2y5;
_root.bubble2y[6] = _root.b2y6;
_root.bubble2y[7] = _root.b2y7;
_root.bubble2y[8] = _root.b2y8;
_root.bubble2exist[1] = _root.b2ex1;
_root.bubble2exist[2] = _root.b2ex2;
_root.bubble2exist[3] = _root.b2ex3;
_root.bubble2exist[4] = _root.b2ex4;
_root.bubble2exist[5] = _root.b2ex5;
_root.bubble2exist[6] = _root.b2ex6;
_root.bubble2exist[7] = _root.b2ex7;
_root.bubble2exist[8] = _root.b2ex8;
_root.bubble2content[1] = _root.b2c1;
_root.bubble2content[2] = _root.b2c2;
_root.bubble2content[3] = _root.b2c3;
_root.bubble2content[4] = _root.b2c4;
_root.bubble2content[5] = _root.b2c5;
_root.bubble2content[6] = _root.b2c6;
_root.bubble2content[7] = _root.b2c7;
_root.bubble2content[8] = _root.b2c8;
_root.bubble3pic[1] = _root.b3p1;
_root.bubble3pic[2] = _root.b3p2;
_root.bubble3pic[3] = _root.b3p3;
_root.bubble3pic[4] = _root.b3p4;
_root.bubble3pic[5] = _root.b3p5;
_root.bubble3pic[6] = _root.b3p6;
_root.bubble3pic[7] = _root.b3p7;
_root.bubble3pic[8] = _root.b3p8;
_root.bubble3x[1] = _root.b3x1;
_root.bubble3x[2] = _root.b3x2;
_root.bubble3x[3] = _root.b3x3;
_root.bubble3x[4] = _root.b3x4;
_root.bubble3x[5] = _root.b3x5;
_root.bubble3x[6] = _root.b3x6;
_root.bubble3x[7] = _root.b3x7;
_root.bubble3x[8] = _root.b3x8;
_root.bubble3y[1] = _root.b3y1;
_root.bubble3y[2] = _root.b3y2;
_root.bubble3y[3] = _root.b3y3;
_root.bubble3y[4] = _root.b3y4;
_root.bubble3y[5] = _root.b3y5;
_root.bubble3y[6] = _root.b3y6;
_root.bubble3y[7] = _root.b3y7;
_root.bubble3y[8] = _root.b3y8;
_root.bubble3exist[1] = _root.b3ex1;
_root.bubble3exist[2] = _root.b3ex2;
_root.bubble3exist[3] = _root.b3ex3;
_root.bubble3exist[4] = _root.b3ex4;
_root.bubble3exist[5] = _root.b3ex5;
_root.bubble3exist[6] = _root.b3ex6;
_root.bubble3exist[7] = _root.b3ex7;
_root.bubble3exist[8] = _root.b3ex8;
_root.bubble3content[1] = _root.b3c1;
_root.bubble3content[2] = _root.b3c2;
_root.bubble3content[3] = _root.b3c3;
_root.bubble3content[4] = _root.b3c4;
_root.bubble3content[5] = _root.b3c5;
_root.bubble3content[6] = _root.b3c6;
_root.bubble3content[7] = _root.b3c7;
_root.bubble3content[8] = _root.b3c8;
_root.bubble4pic[1] = _root.b4p1;
_root.bubble4pic[2] = _root.b4p2;
_root.bubble4pic[3] = _root.b4p3;
_root.bubble4pic[4] = _root.b4p4;
_root.bubble4pic[5] = _root.b4p5;
_root.bubble4pic[6] = _root.b4p6;
_root.bubble4pic[7] = _root.b4p7;
_root.bubble4pic[8] = _root.b4p8;
_root.bubble4x[1] = _root.b4x1;
_root.bubble4x[2] = _root.b4x2;
_root.bubble4x[3] = _root.b4x3;
_root.bubble4x[4] = _root.b4x4;
_root.bubble4x[5] = _root.b4x5;
_root.bubble4x[6] = _root.b4x6;
_root.bubble4x[7] = _root.b4x7;
_root.bubble4x[8] = _root.b4x8;
_root.bubble4y[1] = _root.b4y1;
_root.bubble4y[2] = _root.b4y2;
_root.bubble4y[3] = _root.b4y3;
_root.bubble4y[4] = _root.b4y4;
_root.bubble4y[5] = _root.b4y5;
_root.bubble4y[6] = _root.b4y6;
_root.bubble4y[7] = _root.b4y7;
_root.bubble4y[8] = _root.b4y8;
_root.bubble4exist[1] = _root.b4ex1;
_root.bubble4exist[2] = _root.b4ex2;
_root.bubble4exist[3] = _root.b4ex3;
_root.bubble4exist[4] = _root.b4ex4;
_root.bubble4exist[5] = _root.b4ex5;
_root.bubble4exist[6] = _root.b4ex6;
_root.bubble4exist[7] = _root.b4ex7;
_root.bubble4exist[8] = _root.b4ex8;
_root.bubble4content[1] = _root.b4c1;
_root.bubble4content[2] = _root.b4c2;
_root.bubble4content[3] = _root.b4c3;
_root.bubble4content[4] = _root.b4c4;
_root.bubble4content[5] = _root.b4c5;
_root.bubble4content[6] = _root.b4c6;
_root.bubble4content[7] = _root.b4c7;
_root.bubble4content[8] = _root.b4c8;
_root.bubble5pic[1] = _root.b5p1;
_root.bubble5pic[2] = _root.b5p2;
_root.bubble5pic[3] = _root.b5p3;
_root.bubble5pic[4] = _root.b5p4;
_root.bubble5pic[5] = _root.b5p5;
_root.bubble5pic[6] = _root.b5p6;
_root.bubble5pic[7] = _root.b5p7;
_root.bubble5pic[8] = _root.b5p8;
_root.bubble5x[1] = _root.b5x1;
_root.bubble5x[2] = _root.b5x2;
_root.bubble5x[3] = _root.b5x3;
_root.bubble5x[4] = _root.b5x4;
_root.bubble5x[5] = _root.b5x5;
_root.bubble5x[6] = _root.b5x6;
_root.bubble5x[7] = _root.b5x7;
_root.bubble5x[8] = _root.b5x8;
_root.bubble5y[1] = _root.b5y1;
_root.bubble5y[2] = _root.b5y2;
_root.bubble5y[3] = _root.b5y3;
_root.bubble5y[4] = _root.b5y4;
_root.bubble5y[5] = _root.b5y5;
_root.bubble5y[6] = _root.b5y6;
_root.bubble5y[7] = _root.b5y7;
_root.bubble5y[8] = _root.b5y8;
_root.bubble5exist[1] = _root.b5ex1;
_root.bubble5exist[2] = _root.b5ex2;
_root.bubble5exist[3] = _root.b5ex3;
_root.bubble5exist[4] = _root.b5ex4;
_root.bubble5exist[5] = _root.b5ex5;
_root.bubble5exist[6] = _root.b5ex6;
_root.bubble5exist[7] = _root.b5ex7;
_root.bubble5exist[8] = _root.b5ex8;
_root.bubble5content[1] = _root.b5c1;
_root.bubble5content[2] = _root.b5c2;
_root.bubble5content[3] = _root.b5c3;
_root.bubble5content[4] = _root.b5c4;
_root.bubble5content[5] = _root.b5c5;
_root.bubble5content[6] = _root.b5c6;
_root.bubble5content[7] = _root.b5c7;
_root.bubble5content[8] = _root.b5c8;
_root.background1[1] = _root.back1;
_root.background1[2] = _root.back2;
_root.background1[3] = _root.back3;
_root.background1[4] = _root.back4;
_root.background1[5] = _root.back5;
_root.background1[6] = _root.back6;
_root.background1[7] = _root.back7;
_root.background1[8] = _root.back8;
Frame 537
stop();
Frame 538
_currentframe = (_currentframe-1);
gotoAndStop(_currentframe +237);
Symbol 13 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char1exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 14 MovieClip [pic10] Frame 1
id = 10;
Symbol 14 MovieClip [pic10] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 14 MovieClip [pic10] Frame 3
gotoAndPlay (2);
Symbol 22 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char1exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 23 MovieClip [pic9] Frame 1
id = 9;
Symbol 23 MovieClip [pic9] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 23 MovieClip [pic9] Frame 3
gotoAndPlay (2);
Symbol 32 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char1exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 33 MovieClip [pic8] Frame 1
id = 8;
Symbol 33 MovieClip [pic8] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 33 MovieClip [pic8] Frame 3
gotoAndPlay (2);
Symbol 40 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char1exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 41 MovieClip [pic7] Frame 1
id = 7;
Symbol 41 MovieClip [pic7] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 41 MovieClip [pic7] Frame 3
gotoAndPlay (2);
Symbol 48 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char1exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 49 MovieClip [pic6] Frame 1
id = 6;
Symbol 49 MovieClip [pic6] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 49 MovieClip [pic6] Frame 3
gotoAndPlay (2);
Symbol 58 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char1exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 59 MovieClip [pic5] Frame 1
id = 5;
Symbol 59 MovieClip [pic5] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 59 MovieClip [pic5] Frame 3
gotoAndPlay (2);
Symbol 68 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char1exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 69 MovieClip [pic4] Frame 1
id = 4;
Symbol 69 MovieClip [pic4] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 69 MovieClip [pic4] Frame 3
gotoAndPlay (2);
Symbol 74 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char1exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 75 MovieClip [pic3] Frame 1
id = 3;
Symbol 75 MovieClip [pic3] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 75 MovieClip [pic3] Frame 3
gotoAndPlay (2);
Symbol 80 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char1exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 81 MovieClip [pic2] Frame 1
id = 2;
Symbol 81 MovieClip [pic2] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 81 MovieClip [pic2] Frame 3
gotoAndPlay (2);
Symbol 90 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 91 MovieClip [pic20] Frame 1
id = 20;
Symbol 91 MovieClip [pic20] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 91 MovieClip [pic20] Frame 3
gotoAndPlay (2);
Symbol 100 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 101 MovieClip [pic19] Frame 1
id = 19;
Symbol 101 MovieClip [pic19] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 101 MovieClip [pic19] Frame 3
gotoAndPlay (2);
Symbol 105 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 106 MovieClip [pic18] Frame 1
id = 18;
Symbol 106 MovieClip [pic18] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 106 MovieClip [pic18] Frame 3
gotoAndPlay (2);
Symbol 109 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 110 MovieClip [pic17] Frame 1
id = 17;
Symbol 110 MovieClip [pic17] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 110 MovieClip [pic17] Frame 3
gotoAndPlay (2);
Symbol 115 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 116 MovieClip [pic16] Frame 1
id = 16;
Symbol 116 MovieClip [pic16] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 116 MovieClip [pic16] Frame 3
gotoAndPlay (2);
Symbol 124 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 125 MovieClip [pic15] Frame 1
id = 15;
Symbol 125 MovieClip [pic15] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 125 MovieClip [pic15] Frame 3
gotoAndPlay (2);
Symbol 129 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 130 MovieClip [pic14] Frame 1
id = 14;
Symbol 130 MovieClip [pic14] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 130 MovieClip [pic14] Frame 3
gotoAndPlay (2);
Symbol 135 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 136 MovieClip [pic13] Frame 1
id = 13;
Symbol 136 MovieClip [pic13] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 136 MovieClip [pic13] Frame 3
gotoAndPlay (2);
Symbol 143 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 144 MovieClip [pic12] Frame 1
id = 12;
Symbol 144 MovieClip [pic12] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 144 MovieClip [pic12] Frame 3
gotoAndPlay (2);
Symbol 147 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 148 MovieClip [pic11] Frame 1
id = 11;
Symbol 148 MovieClip [pic11] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 148 MovieClip [pic11] Frame 3
gotoAndPlay (2);
Symbol 162 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 163 MovieClip [pic30] Frame 1
id = 30;
Symbol 163 MovieClip [pic30] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 163 MovieClip [pic30] Frame 3
gotoAndPlay (2);
Symbol 168 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 169 MovieClip [pic29] Frame 1
id = 29;
Symbol 169 MovieClip [pic29] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 169 MovieClip [pic29] Frame 3
gotoAndPlay (2);
Symbol 174 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 175 MovieClip [pic28] Frame 1
id = 28;
Symbol 175 MovieClip [pic28] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 175 MovieClip [pic28] Frame 3
gotoAndPlay (2);
Symbol 180 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 181 MovieClip [27] Frame 1
id = 27;
Symbol 181 MovieClip [27] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 181 MovieClip [27] Frame 3
gotoAndPlay (2);
Symbol 186 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 187 MovieClip [pic26] Frame 1
id = 26;
Symbol 187 MovieClip [pic26] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 187 MovieClip [pic26] Frame 3
gotoAndPlay (2);
Symbol 190 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 191 MovieClip [pic25] Frame 1
id = 25;
Symbol 191 MovieClip [pic25] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 191 MovieClip [pic25] Frame 3
gotoAndPlay (2);
Symbol 196 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 197 MovieClip [pic24] Frame 1
id = 24;
Symbol 197 MovieClip [pic24] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 197 MovieClip [pic24] Frame 3
gotoAndPlay (2);
Symbol 202 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 203 MovieClip [pic23] Frame 1
id = 23;
Symbol 203 MovieClip [pic23] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 203 MovieClip [pic23] Frame 3
gotoAndPlay (2);
Symbol 206 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 207 MovieClip [pic22] Frame 1
id = 22;
Symbol 207 MovieClip [pic22] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 207 MovieClip [pic22] Frame 3
gotoAndPlay (2);
Symbol 210 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char2exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 211 MovieClip [pic21] Frame 1
id = 21;
Symbol 211 MovieClip [pic21] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 211 MovieClip [pic21] Frame 3
gotoAndPlay (2);
Symbol 228 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char4exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 229 MovieClip [pic40] Frame 1
id = 40;
Symbol 229 MovieClip [pic40] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 229 MovieClip [pic40] Frame 3
gotoAndPlay (2);
Symbol 234 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char4exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 235 MovieClip [pic39] Frame 1
id = 39;
Symbol 235 MovieClip [pic39] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 235 MovieClip [pic39] Frame 3
gotoAndPlay (2);
Symbol 242 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char4exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 243 MovieClip [pic38] Frame 1
id = 38;
Symbol 243 MovieClip [pic38] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 243 MovieClip [pic38] Frame 3
gotoAndPlay (2);
Symbol 248 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char4exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 249 MovieClip [pic37] Frame 1
id = 37;
Symbol 249 MovieClip [pic37] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 249 MovieClip [pic37] Frame 3
gotoAndPlay (2);
Symbol 256 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char4exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 257 MovieClip [pic36] Frame 1
id = 36;
Symbol 257 MovieClip [pic36] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 257 MovieClip [pic36] Frame 3
gotoAndPlay (2);
Symbol 262 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char4exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 263 MovieClip [pic35] Frame 1
id = 35;
Symbol 263 MovieClip [pic35] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 263 MovieClip [pic35] Frame 3
gotoAndPlay (2);
Symbol 270 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char4exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 271 MovieClip [pic34] Frame 1
id = 34;
Symbol 271 MovieClip [pic34] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 271 MovieClip [pic34] Frame 3
gotoAndPlay (2);
Symbol 276 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char4exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 277 MovieClip [pic33] Frame 1
id = 33;
Symbol 277 MovieClip [pic33] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 277 MovieClip [pic33] Frame 3
gotoAndPlay (2);
Symbol 284 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char4exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 285 MovieClip [pic32] Frame 1
id = 32;
Symbol 285 MovieClip [pic32] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 285 MovieClip [pic32] Frame 3
gotoAndPlay (2);
Symbol 288 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char4exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 289 MovieClip [pic31] Frame 1
id = 31;
Symbol 289 MovieClip [pic31] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 289 MovieClip [pic31] Frame 3
gotoAndPlay (2);
Symbol 299 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char5exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 300 MovieClip [pic50] Frame 1
id = 50;
Symbol 300 MovieClip [pic50] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 300 MovieClip [pic50] Frame 3
gotoAndPlay (2);
Symbol 312 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char5exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 313 MovieClip [pic49] Frame 1
id = 49;
Symbol 313 MovieClip [pic49] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 313 MovieClip [pic49] Frame 3
gotoAndPlay (2);
Symbol 319 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char5exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 320 MovieClip [pic48] Frame 1
id = 48;
Symbol 320 MovieClip [pic48] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 320 MovieClip [pic48] Frame 3
gotoAndPlay (2);
Symbol 326 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char5exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 327 MovieClip [pic47] Frame 1
id = 47;
Symbol 327 MovieClip [pic47] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 327 MovieClip [pic47] Frame 3
gotoAndPlay (2);
Symbol 331 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char5exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 332 MovieClip [pic46] Frame 1
id = 46;
Symbol 332 MovieClip [pic46] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 332 MovieClip [pic46] Frame 3
gotoAndPlay (2);
Symbol 336 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char5exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 337 MovieClip [pic45] Frame 1
id = 45;
Symbol 337 MovieClip [pic45] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 337 MovieClip [pic45] Frame 3
gotoAndPlay (2);
Symbol 342 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char5exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 343 MovieClip [pic44] Frame 1
id = 44;
Symbol 343 MovieClip [pic44] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 343 MovieClip [pic44] Frame 3
gotoAndPlay (2);
Symbol 347 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char5exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 348 MovieClip [pic43] Frame 1
id = 43;
Symbol 348 MovieClip [pic43] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 348 MovieClip [pic43] Frame 3
gotoAndPlay (2);
Symbol 353 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char5exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 354 MovieClip [pic42] Frame 1
id = 42;
Symbol 354 MovieClip [pic42] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 354 MovieClip [pic42] Frame 3
gotoAndPlay (2);
Symbol 359 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char5exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 360 MovieClip [pic41] Frame 1
id = 41;
Symbol 360 MovieClip [pic41] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 360 MovieClip [pic41] Frame 3
gotoAndPlay (2);
Symbol 363 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 364 MovieClip [obj16] Frame 1
id = 16;
Symbol 364 MovieClip [obj16] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 364 MovieClip [obj16] Frame 3
gotoAndPlay (2);
Symbol 376 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 377 MovieClip [obj15] Frame 1
id = 15;
Symbol 377 MovieClip [obj15] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 377 MovieClip [obj15] Frame 3
gotoAndPlay (2);
Symbol 387 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 388 MovieClip [obj14] Frame 1
id = 1;
Symbol 388 MovieClip [obj14] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 388 MovieClip [obj14] Frame 3
gotoAndPlay (2);
Symbol 391 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 392 MovieClip [obj13] Frame 1
id = 13;
Symbol 392 MovieClip [obj13] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 392 MovieClip [obj13] Frame 3
gotoAndPlay (2);
Symbol 395 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 396 MovieClip [obj12] Frame 1
id = 12;
Symbol 396 MovieClip [obj12] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 396 MovieClip [obj12] Frame 3
gotoAndPlay (2);
Symbol 399 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 400 MovieClip [obj11] Frame 1
id = 11;
Symbol 400 MovieClip [obj11] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 400 MovieClip [obj11] Frame 3
gotoAndPlay (2);
Symbol 404 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 405 MovieClip [obj10] Frame 1
id = 10;
Symbol 405 MovieClip [obj10] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 405 MovieClip [obj10] Frame 3
gotoAndPlay (2);
Symbol 411 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 412 MovieClip [obj9] Frame 1
id = 9;
Symbol 412 MovieClip [obj9] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 412 MovieClip [obj9] Frame 3
gotoAndPlay (2);
Symbol 416 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 417 MovieClip [obj8] Frame 1
id = 8;
Symbol 417 MovieClip [obj8] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 417 MovieClip [obj8] Frame 3
gotoAndPlay (2);
Symbol 420 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 421 MovieClip [obj7] Frame 1
id = 7;
Symbol 421 MovieClip [obj7] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 421 MovieClip [obj7] Frame 3
gotoAndPlay (2);
Symbol 424 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 425 MovieClip [obj6] Frame 1
id = 6;
Symbol 425 MovieClip [obj6] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 425 MovieClip [obj6] Frame 3
gotoAndPlay (2);
Symbol 428 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 429 MovieClip [obj5] Frame 1
id = 5;
Symbol 429 MovieClip [obj5] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 429 MovieClip [obj5] Frame 3
gotoAndPlay (2);
Symbol 432 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 433 MovieClip [obj4] Frame 1
id = 4;
Symbol 433 MovieClip [obj4] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 433 MovieClip [obj4] Frame 3
gotoAndPlay (2);
Symbol 438 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 439 MovieClip [obj3] Frame 1
id = 3;
Symbol 439 MovieClip [obj3] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 439 MovieClip [obj3] Frame 3
gotoAndPlay (2);
Symbol 447 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 448 MovieClip [obj2] Frame 1
id = 2;
Symbol 448 MovieClip [obj2] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 448 MovieClip [obj2] Frame 3
gotoAndPlay (2);
Symbol 451 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
if (_parent.iam == 1) {
_root.obj1exist[_root.frame] = false;
}
if (_parent.iam == 2) {
_root.obj2exist[_root.frame] = false;
}
if (_parent.iam == 3) {
_root.obj3exist[_root.frame] = false;
}
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 452 MovieClip [obj1] Frame 1
id = 1;
Symbol 452 MovieClip [obj1] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 452 MovieClip [obj1] Frame 3
gotoAndPlay (2);
Symbol 465 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char6exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 466 MovieClip [pic60] Frame 1
id = 60;
Symbol 466 MovieClip [pic60] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 466 MovieClip [pic60] Frame 3
gotoAndPlay (2);
Symbol 475 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char6exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 476 MovieClip [pic59] Frame 1
id = 59;
Symbol 476 MovieClip [pic59] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 476 MovieClip [pic59] Frame 3
gotoAndPlay (2);
Symbol 481 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char6exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 482 MovieClip [pic58] Frame 1
id = 58;
Symbol 482 MovieClip [pic58] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 482 MovieClip [pic58] Frame 3
gotoAndPlay (2);
Symbol 489 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char6exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 490 MovieClip [pic57] Frame 1
id = 57;
Symbol 490 MovieClip [pic57] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 490 MovieClip [pic57] Frame 3
gotoAndPlay (2);
Symbol 495 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char6exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 496 MovieClip [pic56] Frame 1
id = 56;
Symbol 496 MovieClip [pic56] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 496 MovieClip [pic56] Frame 3
gotoAndPlay (2);
Symbol 499 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char6exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 500 MovieClip [pic55] Frame 1
id = 55;
Symbol 500 MovieClip [pic55] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 500 MovieClip [pic55] Frame 3
gotoAndPlay (2);
Symbol 505 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char6exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 506 MovieClip [pic54] Frame 1
id = 54;
Symbol 506 MovieClip [pic54] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 506 MovieClip [pic54] Frame 3
gotoAndPlay (2);
Symbol 509 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char6exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 510 MovieClip [pic53] Frame 1
id = 53;
Symbol 510 MovieClip [pic53] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 510 MovieClip [pic53] Frame 3
gotoAndPlay (2);
Symbol 515 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char6exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 516 MovieClip [pic52] Frame 1
id = 52;
Symbol 516 MovieClip [pic52] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 516 MovieClip [pic52] Frame 3
gotoAndPlay (2);
Symbol 519 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char6exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 520 MovieClip [pic51] Frame 1
id = 51;
Symbol 520 MovieClip [pic51] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 520 MovieClip [pic51] Frame 3
gotoAndPlay (2);
Symbol 529 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char7exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 530 MovieClip [pic70] Frame 1
id = 70;
Symbol 530 MovieClip [pic70] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 530 MovieClip [pic70] Frame 3
gotoAndPlay (2);
Symbol 536 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char7exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 537 MovieClip [pic69] Frame 1
id = 69;
Symbol 537 MovieClip [pic69] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 537 MovieClip [pic69] Frame 3
gotoAndPlay (2);
Symbol 541 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char7exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 542 MovieClip [pic68] Frame 1
id = 68;
Symbol 542 MovieClip [pic68] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 542 MovieClip [pic68] Frame 3
gotoAndPlay (2);
Symbol 546 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char7exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 547 MovieClip [pic67] Frame 1
id = 67;
Symbol 547 MovieClip [pic67] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 547 MovieClip [pic67] Frame 3
gotoAndPlay (2);
Symbol 552 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char7exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 553 MovieClip [pic66] Frame 1
id = 66;
Symbol 553 MovieClip [pic66] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 553 MovieClip [pic66] Frame 3
gotoAndPlay (2);
Symbol 557 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char7exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 558 MovieClip [pic65] Frame 1
id = 65;
Symbol 558 MovieClip [pic65] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 558 MovieClip [pic65] Frame 3
gotoAndPlay (2);
Symbol 563 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char7exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 564 MovieClip [pic64] Frame 1
id = 64;
Symbol 564 MovieClip [pic64] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 564 MovieClip [pic64] Frame 3
gotoAndPlay (2);
Symbol 568 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char7exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 569 MovieClip [pic63] Frame 1
id = 63;
Symbol 569 MovieClip [pic63] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 569 MovieClip [pic63] Frame 3
gotoAndPlay (2);
Symbol 573 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char7exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 574 MovieClip [pic62] Frame 1
id = 62;
Symbol 574 MovieClip [pic62] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 574 MovieClip [pic62] Frame 3
gotoAndPlay (2);
Symbol 577 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char7exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 578 MovieClip [pic61] Frame 1
id = 61;
Symbol 578 MovieClip [pic61] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 578 MovieClip [pic61] Frame 3
gotoAndPlay (2);
Symbol 581 Button
on (rollOver) {
_root.changeCursor1();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
scale = true;
drag = true;
}
if (_root.flip == true) {
if (!flip) {
flip = true;
} else {
flip = false;
}
_xscale = (-_xscale);
}
if (_root.del == true) {
_root.char1exist[_root.frame] = false;
_root.stuff[_root.frame]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
rotate = false;
scale = false;
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 582 MovieClip [pic1] Frame 1
id = 1;
Symbol 582 MovieClip [pic1] Frame 2
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (Xpos > circleXpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = _xscale;
if (flip) {
_xscale = (-_xscale);
}
}
Symbol 582 MovieClip [pic1] Frame 3
gotoAndPlay (2);
Symbol 585 Button
on (rollOver) {
_root.changeCursor2();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
}
if (_root.del == true) {
_root.stuff[page]--;
if (bubble == 1) {
_root.bubble1content[_root.frame] = "";
_root.bubble1exist[_root.frame] = false;
}
if (bubble == 2) {
_root.bubble2content[_root.frame] = "";
_root.bubble2exist[_root.frame] = false;
}
if (bubble == 3) {
_root.bubble3content[_root.frame] = "";
_root.bubble3exist[_root.frame] = false;
}
if (bubble == 4) {
_root.bubble4content[_root.frame] = "";
_root.bubble4exist[_root.frame] = false;
}
if (bubble == 5) {
_root.bubble5content[_root.frame] = "";
_root.bubble5exist[_root.frame] = false;
}
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 590 Button
on (release) {
gotoAndStop (2);
}
Symbol 594 Button
on (release) {
if (text == "") {
text = " ";
}
_root.SetContent(_root.frame, bubble);
gotoAndStop (3);
}
Symbol 596 MovieClip [bubble2] Frame 1
id = 2;
if (text == "") {
stop();
} else {
gotoAndStop (3);
}
Symbol 599 Button
on (rollOver) {
_root.changeCursor2();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
}
if (_root.del == true) {
_root.stuff[page]--;
if (bubble == 1) {
_root.bubble1content[_root.frame] = "";
_root.bubble1exist[_root.frame] = false;
}
if (bubble == 2) {
_root.bubble2content[_root.frame] = "";
_root.bubble2exist[_root.frame] = false;
}
if (bubble == 3) {
_root.bubble3content[_root.frame] = "";
_root.bubble3exist[_root.frame] = false;
}
if (bubble == 4) {
_root.bubble4content[_root.frame] = "";
_root.bubble4exist[_root.frame] = false;
}
if (bubble == 5) {
_root.bubble5content[_root.frame] = "";
_root.bubble5exist[_root.frame] = false;
}
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 603 MovieClip [bubble11] Frame 1
id = 11;
if (text == "") {
stop();
} else {
gotoAndStop (3);
}
Symbol 606 Button
on (rollOver) {
_root.changeCursor2();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
}
if (_root.del == true) {
_root.stuff[page]--;
if (bubble == 1) {
_root.bubble1content[_root.frame] = "";
_root.bubble1exist[_root.frame] = false;
}
if (bubble == 2) {
_root.bubble2content[_root.frame] = "";
_root.bubble2exist[_root.frame] = false;
}
if (bubble == 3) {
_root.bubble3content[_root.frame] = "";
_root.bubble3exist[_root.frame] = false;
}
if (bubble == 4) {
_root.bubble4content[_root.frame] = "";
_root.bubble4exist[_root.frame] = false;
}
if (bubble == 5) {
_root.bubble5content[_root.frame] = "";
_root.bubble5exist[_root.frame] = false;
}
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 610 MovieClip [bubble10] Frame 1
id = 10;
if (text == "") {
stop();
} else {
gotoAndStop (3);
}
Symbol 613 Button
on (rollOver) {
_root.changeCursor2();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
}
if (_root.del == true) {
_root.stuff[page]--;
if (bubble == 1) {
_root.bubble1content[_root.frame] = "";
_root.bubble1exist[_root.frame] = false;
}
if (bubble == 2) {
_root.bubble2content[_root.frame] = "";
_root.bubble2exist[_root.frame] = false;
}
if (bubble == 3) {
_root.bubble3content[_root.frame] = "";
_root.bubble3exist[_root.frame] = false;
}
if (bubble == 4) {
_root.bubble4content[_root.frame] = "";
_root.bubble4exist[_root.frame] = false;
}
if (bubble == 5) {
_root.bubble5content[_root.frame] = "";
_root.bubble5exist[_root.frame] = false;
}
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 617 MovieClip [bubble9] Frame 1
id = 9;
if (text == "") {
stop();
} else {
gotoAndStop (3);
}
Symbol 620 Button
on (rollOver) {
_root.changeCursor2();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
}
if (_root.del == true) {
_root.stuff[page]--;
if (bubble == 1) {
_root.bubble1content[_root.frame] = "";
_root.bubble1exist[_root.frame] = false;
}
if (bubble == 2) {
_root.bubble2content[_root.frame] = "";
_root.bubble2exist[_root.frame] = false;
}
if (bubble == 3) {
_root.bubble3content[_root.frame] = "";
_root.bubble3exist[_root.frame] = false;
}
if (bubble == 4) {
_root.bubble4content[_root.frame] = "";
_root.bubble4exist[_root.frame] = false;
}
if (bubble == 5) {
_root.bubble5content[_root.frame] = "";
_root.bubble5exist[_root.frame] = false;
}
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 624 MovieClip [bubble8] Frame 1
id = 8;
if (text == "") {
stop();
} else {
gotoAndStop (3);
}
Symbol 627 Button
on (rollOver) {
_root.changeCursor2();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
}
if (_root.del == true) {
_root.stuff[page]--;
if (bubble == 1) {
_root.bubble1content[_root.frame] = "";
_root.bubble1exist[_root.frame] = false;
}
if (bubble == 2) {
_root.bubble2content[_root.frame] = "";
_root.bubble2exist[_root.frame] = false;
}
if (bubble == 3) {
_root.bubble3content[_root.frame] = "";
_root.bubble3exist[_root.frame] = false;
}
if (bubble == 4) {
_root.bubble4content[_root.frame] = "";
_root.bubble4exist[_root.frame] = false;
}
if (bubble == 5) {
_root.bubble5content[_root.frame] = "";
_root.bubble5exist[_root.frame] = false;
}
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 631 MovieClip [bubble7] Frame 1
id = 7;
if (text == "") {
stop();
} else {
gotoAndStop (3);
}
Symbol 635 Button
on (rollOver) {
_root.changeCursor2();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
}
if (_root.del == true) {
_root.stuff[page]--;
if (bubble == 1) {
_root.bubble1content[_root.frame] = "";
_root.bubble1exist[_root.frame] = false;
}
if (bubble == 2) {
_root.bubble2content[_root.frame] = "";
_root.bubble2exist[_root.frame] = false;
}
if (bubble == 3) {
_root.bubble3content[_root.frame] = "";
_root.bubble3exist[_root.frame] = false;
}
if (bubble == 4) {
_root.bubble4content[_root.frame] = "";
_root.bubble4exist[_root.frame] = false;
}
if (bubble == 5) {
_root.bubble5content[_root.frame] = "";
_root.bubble5exist[_root.frame] = false;
}
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 639 MovieClip [bubble6] Frame 1
id = 6;
if (text == "") {
stop();
} else {
gotoAndStop (3);
}
Symbol 640 Button
on (rollOver) {
_root.changeCursor2();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
}
if (_root.del == true) {
_root.stuff[page]--;
if (bubble == 1) {
_root.bubble1content[_root.frame] = "";
_root.bubble1exist[_root.frame] = false;
}
if (bubble == 2) {
_root.bubble2content[_root.frame] = "";
_root.bubble2exist[_root.frame] = false;
}
if (bubble == 3) {
_root.bubble3content[_root.frame] = "";
_root.bubble3exist[_root.frame] = false;
}
if (bubble == 4) {
_root.bubble4content[_root.frame] = "";
_root.bubble4exist[_root.frame] = false;
}
if (bubble == 5) {
_root.bubble5content[_root.frame] = "";
_root.bubble5exist[_root.frame] = false;
}
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 644 MovieClip [bubble5] Frame 1
id = 5;
if (text == "") {
stop();
} else {
gotoAndStop (3);
}
Symbol 648 Button
on (rollOver) {
_root.changeCursor2();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
}
if (_root.del == true) {
_root.stuff[page]--;
if (bubble == 1) {
_root.bubble1content[_root.frame] = "";
_root.bubble1exist[_root.frame] = false;
}
if (bubble == 2) {
_root.bubble2content[_root.frame] = "";
_root.bubble2exist[_root.frame] = false;
}
if (bubble == 3) {
_root.bubble3content[_root.frame] = "";
_root.bubble3exist[_root.frame] = false;
}
if (bubble == 4) {
_root.bubble4content[_root.frame] = "";
_root.bubble4exist[_root.frame] = false;
}
if (bubble == 5) {
_root.bubble5content[_root.frame] = "";
_root.bubble5exist[_root.frame] = false;
}
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 652 MovieClip [bubble4] Frame 1
id = 4;
if (text == "") {
stop();
} else {
gotoAndStop (3);
}
Symbol 653 Button
on (rollOver) {
_root.changeCursor2();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
}
if (_root.del == true) {
_root.stuff[page]--;
if (bubble == 1) {
_root.bubble1content[_root.frame] = "";
_root.bubble1exist[_root.frame] = false;
}
if (bubble == 2) {
_root.bubble2content[_root.frame] = "";
_root.bubble2exist[_root.frame] = false;
}
if (bubble == 3) {
_root.bubble3content[_root.frame] = "";
_root.bubble3exist[_root.frame] = false;
}
if (bubble == 4) {
_root.bubble4content[_root.frame] = "";
_root.bubble4exist[_root.frame] = false;
}
if (bubble == 5) {
_root.bubble5content[_root.frame] = "";
_root.bubble5exist[_root.frame] = false;
}
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 657 MovieClip [bubble3] Frame 1
id = 3;
if (text == "") {
stop();
} else {
gotoAndStop (3);
}
Symbol 660 Button
on (rollOver) {
_root.changeCursor2();
}
on (rollOut) {
_root.mousecursor.gotoAndStop(1);
}
on (press) {
if (_root.move == true) {
startDrag ("");
}
if (_root.del == true) {
if (bubble == 1) {
_root.bubble1content[_root.frame] = "";
_root.bubble1exist[_root.frame] = false;
}
if (bubble == 2) {
_root.bubble2content[_root.frame] = "";
_root.bubble2exist[_root.frame] = false;
}
if (bubble == 3) {
_root.bubble3content[_root.frame] = "";
_root.bubble3exist[_root.frame] = false;
}
if (bubble == 4) {
_root.bubble4content[_root.frame] = "";
_root.bubble4exist[_root.frame] = false;
}
if (bubble == 5) {
_root.bubble5content[_root.frame] = "";
_root.bubble5exist[_root.frame] = false;
}
_root.stuff[page]--;
_root.mousecursor.gotoAndStop(1);
_root.del = false;
_root.move = true;
removeMovieClip(this);
}
}
on (release, releaseOutside) {
stopDrag();
}
on (releaseOutside) {
_root.mousecursor.gotoAndStop(1);
}
Symbol 663 Button
on (release) {
if (text == "") {
text = " ";
}
_root.SetContent(_root.frame, bubble);
gotoAndStop (3);
}
Symbol 665 MovieClip [bubble1] Frame 1
id = 1;
if (text == "") {
stop();
} else {
gotoAndStop (3);
}
Symbol 684 MovieClip [thecursor] Frame 1
stop();
Instance of Symbol 667 MovieClip in Symbol 684 MovieClip [thecursor] Frame 1
onClipEvent (enterFrame) {
if (_root.description == "") {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 671 MovieClip in Symbol 684 MovieClip [thecursor] Frame 1
onClipEvent (enterFrame) {
_parent._x = _root._xmouse;
_parent._y = _root._ymouse;
}
Symbol 688 Button
on (release) {
gotoAndStop(_currentframe + 2);
}
Symbol 689 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 691 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 693 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 695 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 697 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 699 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 702 Button
on (press) {
startDrag ("");
}
on (release, releaseOutside) {
stopDrag();
}
Symbol 709 Button
on (release) {
removeMovieClip(this);
}
Symbol 713 Button
on (release) {
_root.selectObject = 1;
_parent.selectObj = _root.selectObject;
gotoAndStop (1);
}
on (rollOver) {
_root.description = "Edit Object 1";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 714 Button
on (release) {
_root.selectObject = 2;
_parent.selectObj = _root.selectObject;
gotoAndStop (2);
}
on (rollOver) {
_root.description = "Edit Object 2";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 715 Button
on (release) {
_root.selectObject = 3;
_parent.selectObj = _root.selectObject;
gotoAndStop (3);
}
on (rollOver) {
_root.description = "Edit Object 3";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 717 MovieClip Frame 1
stop();
Symbol 719 Button
on (release) {
gotoAndStop(_currentframe - 2);
}
Symbol 720 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 722 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 724 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 726 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 728 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 730 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 732 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 734 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 736 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 738 Button
on (release) {
if (_parent.selectObj == 1) {
_root.EditObj1(id, _root.frame);
}
if (_parent.selectObj == 2) {
_root.EditObj2(id, _root.frame);
}
if (_parent.selectObj == 3) {
_root.EditObj3(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 740 MovieClip [submenu_objects] Frame 1
_x = _root.windowx;
_y = _root.windowy;
selectObj = _root.selectObject;
stop();
Instance of Symbol 690 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 1
onClipEvent (load) {
id = 1;
}
Instance of Symbol 692 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 1
onClipEvent (load) {
id = 2;
}
Instance of Symbol 694 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 1
onClipEvent (load) {
id = 3;
}
Instance of Symbol 696 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 1
onClipEvent (load) {
id = 4;
}
Instance of Symbol 698 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 1
onClipEvent (load) {
id = 5;
}
Instance of Symbol 700 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 1
onClipEvent (load) {
id = 6;
}
Instance of Symbol 717 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 1
onClipEvent (load) {
gotoAndStop(_parent.selectObj);
}
Instance of Symbol 721 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 3
onClipEvent (load) {
id = 7;
}
Instance of Symbol 723 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 3
onClipEvent (load) {
id = 8;
}
Instance of Symbol 725 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 3
onClipEvent (load) {
id = 9;
}
Instance of Symbol 727 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 3
onClipEvent (load) {
id = 10;
}
Instance of Symbol 729 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 3
onClipEvent (load) {
id = 11;
}
Instance of Symbol 731 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 3
onClipEvent (load) {
id = 12;
}
Instance of Symbol 733 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 5
onClipEvent (load) {
id = 13;
}
Instance of Symbol 735 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 5
onClipEvent (load) {
id = 14;
}
Instance of Symbol 737 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 5
onClipEvent (load) {
id = 15;
}
Instance of Symbol 739 MovieClip in Symbol 740 MovieClip [submenu_objects] Frame 5
onClipEvent (load) {
id = 16;
}
Symbol 745 Button
on (release) {
getURL ("http://www.mindistortion.net", "_blank");
}
Symbol 748 MovieClip [only] Frame 1
_x = _root.windowx;
_y = _root.windowy;
stop();
Symbol 763 Button
on (release) {
if (_root.sendername == "") {
error = "Please enter your name!";
} else if (_root.sendermail == "") {
error = "Please enter your email!";
} else {
_root.loadVariables("mail.php", "tellafriend", "POST");
gotoAndStop (5);
}
}
Symbol 767 MovieClip [tellafriend] Frame 1
thelink = "http://www.mindistortion.net/comicgen/?view=" + _root.id;
error = "";
_root.sendername = "";
_root.sendermail = "";
_root.friendmail1 = "";
_root.friendmail2 = "";
_root.friendmail3 = "";
_root.friendmail4 = "";
_x = _root.windowx;
_y = _root.windowy;
stop();
Symbol 767 MovieClip [tellafriend] Frame 7
stop();
Symbol 774 MovieClip [credits] Frame 1
_x = _root.windowx;
_y = _root.windowy;
stop();
Symbol 782 Button
on (release) {
_root.background1[_root.frame] = 2;
removeMovieClip(this);
}
Symbol 785 Button
on (release) {
_root.background1[_root.frame] = 3;
removeMovieClip(this);
}
Symbol 788 Button
on (release) {
_root.background1[_root.frame] = 4;
removeMovieClip(this);
}
Symbol 791 Button
on (release) {
_root.background1[_root.frame] = 5;
removeMovieClip(this);
}
Symbol 795 Button
on (release) {
_root.background1[_root.frame] = 6;
removeMovieClip(this);
}
Symbol 803 Button
on (release) {
_root.background1[_root.frame] = 7;
removeMovieClip(this);
}
Symbol 808 Button
on (release) {
_root.background1[_root.frame] = 8;
removeMovieClip(this);
}
Symbol 814 Button
on (release) {
_root.background1[_root.frame] = 9;
removeMovieClip(this);
}
Symbol 817 Button
on (release) {
_root.background1[_root.frame] = 10;
removeMovieClip(this);
}
Symbol 828 Button
on (release) {
_root.background1[_root.frame] = 11;
removeMovieClip(this);
}
Symbol 830 Button
on (release) {
_root.background1[_root.frame] = 12;
removeMovieClip(this);
}
Symbol 832 Button
on (release) {
_root.background1[_root.frame] = 13;
removeMovieClip(this);
}
Symbol 834 Button
on (release) {
_root.background1[_root.frame] = 14;
removeMovieClip(this);
}
Symbol 835 Button
on (release) {
_root.background1[_root.frame] = 15;
removeMovieClip(this);
}
Symbol 837 Button
on (release) {
_root.background1[_root.frame] = 16;
removeMovieClip(this);
}
Symbol 838 Button
on (release) {
_root.background1[_root.frame] = 17;
removeMovieClip(this);
}
Symbol 839 MovieClip [submenu_background] Frame 1
_x = _root.windowx;
_y = _root.windowy;
stop();
Symbol 841 Button
on (release) {
gotoAndStop ("b1");
}
Symbol 842 Button
on (release) {
gotoAndStop ("b2");
}
Symbol 843 Button
on (release) {
gotoAndStop ("b3");
}
Symbol 844 Button
on (release) {
gotoAndStop ("b4");
}
Symbol 845 Button
on (release) {
gotoAndStop ("b5");
}
Symbol 855 Button
on (release) {
gotoAndStop (1);
}
Symbol 857 Button
on (release) {
if (bubble == 1) {
_root.EditBubble1(id, _root.frame);
}
if (bubble == 2) {
_root.EditBubble2(id, _root.frame);
}
if (bubble == 3) {
_root.EditBubble3(id, _root.frame);
}
if (bubble == 4) {
_root.EditBubble4(id, _root.frame);
}
if (bubble == 5) {
_root.EditBubble5(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 859 Button
on (release) {
if (bubble == 1) {
_root.EditBubble1(id, _root.frame);
}
if (bubble == 2) {
_root.EditBubble2(id, _root.frame);
}
if (bubble == 3) {
_root.EditBubble3(id, _root.frame);
}
if (bubble == 4) {
_root.EditBubble4(id, _root.frame);
}
if (bubble == 5) {
_root.EditBubble5(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 861 Button
on (release) {
if (bubble == 1) {
_root.EditBubble1(id, _root.frame);
}
if (bubble == 2) {
_root.EditBubble2(id, _root.frame);
}
if (bubble == 3) {
_root.EditBubble3(id, _root.frame);
}
if (bubble == 4) {
_root.EditBubble4(id, _root.frame);
}
if (bubble == 5) {
_root.EditBubble5(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 863 Button
on (release) {
if (bubble == 1) {
_root.EditBubble1(id, _root.frame);
}
if (bubble == 2) {
_root.EditBubble2(id, _root.frame);
}
if (bubble == 3) {
_root.EditBubble3(id, _root.frame);
}
if (bubble == 4) {
_root.EditBubble4(id, _root.frame);
}
if (bubble == 5) {
_root.EditBubble5(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 865 Button
on (release) {
if (bubble == 1) {
_root.EditBubble1(id, _root.frame);
}
if (bubble == 2) {
_root.EditBubble2(id, _root.frame);
}
if (bubble == 3) {
_root.EditBubble3(id, _root.frame);
}
if (bubble == 4) {
_root.EditBubble4(id, _root.frame);
}
if (bubble == 5) {
_root.EditBubble5(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 867 Button
on (release) {
if (bubble == 1) {
_root.EditBubble1(id, _root.frame);
}
if (bubble == 2) {
_root.EditBubble2(id, _root.frame);
}
if (bubble == 3) {
_root.EditBubble3(id, _root.frame);
}
if (bubble == 4) {
_root.EditBubble4(id, _root.frame);
}
if (bubble == 5) {
_root.EditBubble5(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 869 Button
on (release) {
if (bubble == 1) {
_root.EditBubble1(id, _root.frame);
}
if (bubble == 2) {
_root.EditBubble2(id, _root.frame);
}
if (bubble == 3) {
_root.EditBubble3(id, _root.frame);
}
if (bubble == 4) {
_root.EditBubble4(id, _root.frame);
}
if (bubble == 5) {
_root.EditBubble5(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 871 Button
on (release) {
if (bubble == 1) {
_root.EditBubble1(id, _root.frame);
}
if (bubble == 2) {
_root.EditBubble2(id, _root.frame);
}
if (bubble == 3) {
_root.EditBubble3(id, _root.frame);
}
if (bubble == 4) {
_root.EditBubble4(id, _root.frame);
}
if (bubble == 5) {
_root.EditBubble5(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 873 Button
on (release) {
if (bubble == 1) {
_root.EditBubble1(id, _root.frame);
}
if (bubble == 2) {
_root.EditBubble2(id, _root.frame);
}
if (bubble == 3) {
_root.EditBubble3(id, _root.frame);
}
if (bubble == 4) {
_root.EditBubble4(id, _root.frame);
}
if (bubble == 5) {
_root.EditBubble5(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 875 Button
on (release) {
if (bubble == 1) {
_root.EditBubble1(id, _root.frame);
}
if (bubble == 2) {
_root.EditBubble2(id, _root.frame);
}
if (bubble == 3) {
_root.EditBubble3(id, _root.frame);
}
if (bubble == 4) {
_root.EditBubble4(id, _root.frame);
}
if (bubble == 5) {
_root.EditBubble5(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 877 Button
on (release) {
if (bubble == 1) {
_root.EditBubble1(id, _root.frame);
}
if (bubble == 2) {
_root.EditBubble2(id, _root.frame);
}
if (bubble == 3) {
_root.EditBubble3(id, _root.frame);
}
if (bubble == 4) {
_root.EditBubble4(id, _root.frame);
}
if (bubble == 5) {
_root.EditBubble5(id, _root.frame);
}
removeMovieClip(_parent);
}
Symbol 884 MovieClip [submenu_bubbles] Frame 1
_x = _root.windowx;
_y = _root.windowy;
if (_root.bubble1content[_root.frame] != "") {
text1 = _root.bubble1content[_root.frame];
} else {
text1 = "EMPTY";
}
if (_root.bubble2content[_root.frame] != "") {
text2 = _root.bubble2content[_root.frame];
} else {
text2 = "EMPTY";
}
if (_root.bubble3content[_root.frame] != "") {
text3 = _root.bubble3content[_root.frame];
} else {
text3 = "EMPTY";
}
if (_root.bubble4content[_root.frame] != "") {
text4 = _root.bubble4content[_root.frame];
} else {
text4 = "EMPTY";
}
if (_root.bubble5content[_root.frame] != "") {
text5 = _root.bubble5content[_root.frame];
} else {
text5 = "EMPTY";
}
stop();
Instance of Symbol 858 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 3
onClipEvent (load) {
id = 1;
bubble = 1;
}
Instance of Symbol 860 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 3
onClipEvent (load) {
id = 2;
bubble = 1;
}
Instance of Symbol 862 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 3
onClipEvent (load) {
id = 3;
bubble = 1;
}
Instance of Symbol 864 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 3
onClipEvent (load) {
id = 4;
bubble = 1;
}
Instance of Symbol 866 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 3
onClipEvent (load) {
id = 5;
bubble = 1;
}
Instance of Symbol 868 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 3
onClipEvent (load) {
id = 6;
bubble = 1;
}
Instance of Symbol 870 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 3
onClipEvent (load) {
id = 7;
bubble = 1;
}
Instance of Symbol 872 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 3
onClipEvent (load) {
id = 8;
bubble = 1;
}
Instance of Symbol 874 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 3
onClipEvent (load) {
id = 9;
bubble = 1;
}
Instance of Symbol 876 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 3
onClipEvent (load) {
id = 10;
bubble = 1;
}
Instance of Symbol 878 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 3
onClipEvent (load) {
id = 11;
bubble = 1;
}
Instance of Symbol 858 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 7
onClipEvent (load) {
id = 1;
bubble = 2;
}
Instance of Symbol 860 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 7
onClipEvent (load) {
id = 2;
bubble = 2;
}
Instance of Symbol 862 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 7
onClipEvent (load) {
id = 3;
bubble = 2;
}
Instance of Symbol 864 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 7
onClipEvent (load) {
id = 4;
bubble = 2;
}
Instance of Symbol 866 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 7
onClipEvent (load) {
id = 5;
bubble = 2;
}
Instance of Symbol 868 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 7
onClipEvent (load) {
id = 6;
bubble = 2;
}
Instance of Symbol 870 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 7
onClipEvent (load) {
id = 7;
bubble = 2;
}
Instance of Symbol 872 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 7
onClipEvent (load) {
id = 8;
bubble = 2;
}
Instance of Symbol 874 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 7
onClipEvent (load) {
id = 9;
bubble = 2;
}
Instance of Symbol 876 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 7
onClipEvent (load) {
id = 10;
bubble = 2;
}
Instance of Symbol 878 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 7
onClipEvent (load) {
id = 11;
bubble = 2;
}
Instance of Symbol 858 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 11
onClipEvent (load) {
id = 1;
bubble = 3;
}
Instance of Symbol 860 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 11
onClipEvent (load) {
id = 2;
bubble = 3;
}
Instance of Symbol 862 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 11
onClipEvent (load) {
id = 3;
bubble = 3;
}
Instance of Symbol 864 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 11
onClipEvent (load) {
id = 4;
bubble = 3;
}
Instance of Symbol 866 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 11
onClipEvent (load) {
id = 5;
bubble = 3;
}
Instance of Symbol 868 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 11
onClipEvent (load) {
id = 6;
bubble = 3;
}
Instance of Symbol 870 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 11
onClipEvent (load) {
id = 7;
bubble = 3;
}
Instance of Symbol 872 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 11
onClipEvent (load) {
id = 8;
bubble = 3;
}
Instance of Symbol 874 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 11
onClipEvent (load) {
id = 9;
bubble = 3;
}
Instance of Symbol 876 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 11
onClipEvent (load) {
id = 10;
bubble = 3;
}
Instance of Symbol 878 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 11
onClipEvent (load) {
id = 11;
bubble = 3;
}
Instance of Symbol 858 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 15
onClipEvent (load) {
id = 1;
bubble = 4;
}
Instance of Symbol 860 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 15
onClipEvent (load) {
id = 2;
bubble = 4;
}
Instance of Symbol 862 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 15
onClipEvent (load) {
id = 3;
bubble = 4;
}
Instance of Symbol 864 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 15
onClipEvent (load) {
id = 4;
bubble = 4;
}
Instance of Symbol 866 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 15
onClipEvent (load) {
id = 5;
bubble = 4;
}
Instance of Symbol 868 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 15
onClipEvent (load) {
id = 6;
bubble = 4;
}
Instance of Symbol 870 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 15
onClipEvent (load) {
id = 7;
bubble = 4;
}
Instance of Symbol 872 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 15
onClipEvent (load) {
id = 8;
bubble = 4;
}
Instance of Symbol 874 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 15
onClipEvent (load) {
id = 9;
bubble = 4;
}
Instance of Symbol 876 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 15
onClipEvent (load) {
id = 10;
bubble = 4;
}
Instance of Symbol 878 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 15
onClipEvent (load) {
id = 11;
bubble = 4;
}
Instance of Symbol 858 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 19
onClipEvent (load) {
id = 1;
bubble = 5;
}
Instance of Symbol 860 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 19
onClipEvent (load) {
id = 2;
bubble = 5;
}
Instance of Symbol 862 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 19
onClipEvent (load) {
id = 3;
bubble = 5;
}
Instance of Symbol 864 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 19
onClipEvent (load) {
id = 4;
bubble = 5;
}
Instance of Symbol 866 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 19
onClipEvent (load) {
id = 5;
bubble = 5;
}
Instance of Symbol 868 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 19
onClipEvent (load) {
id = 6;
bubble = 5;
}
Instance of Symbol 870 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 19
onClipEvent (load) {
id = 7;
bubble = 5;
}
Instance of Symbol 872 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 19
onClipEvent (load) {
id = 8;
bubble = 5;
}
Instance of Symbol 874 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 19
onClipEvent (load) {
id = 9;
bubble = 5;
}
Instance of Symbol 876 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 19
onClipEvent (load) {
id = 10;
bubble = 5;
}
Instance of Symbol 878 MovieClip in Symbol 884 MovieClip [submenu_bubbles] Frame 19
onClipEvent (load) {
id = 11;
bubble = 5;
}
Symbol 889 Button
on (release) {
gotoAndStop ("bobot");
}
Symbol 893 Button
on (release) {
gotoAndStop ("lin");
}
Symbol 896 Button
on (release) {
gotoAndStop ("ola");
}
Symbol 899 Button
on (release) {
gotoAndStop ("ebel");
}
Symbol 902 Button
on (release) {
gotoAndStop ("plib");
}
Symbol 905 Button
on (release) {
gotoAndStop ("mike");
}
Symbol 908 Button
on (release) {
gotoAndStop ("ogg");
}
Symbol 910 Button
on (release) {
_root.EditChar1(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 912 Button
on (release) {
_root.EditChar1(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 914 Button
on (release) {
_root.EditChar1(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 916 Button
on (release) {
_root.EditChar1(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 918 Button
on (release) {
_root.EditChar1(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 920 Button
on (release) {
_root.EditChar1(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 923 Button
on (release) {
_root.EditChar1(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 925 Button
on (release) {
_root.EditChar1(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 927 Button
on (release) {
_root.EditChar1(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 929 Button
on (release) {
_root.EditChar1(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 931 Button
on (release) {
_root.EditChar2(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 933 Button
on (release) {
_root.EditChar2(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 935 Button
on (release) {
_root.EditChar2(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 937 Button
on (release) {
_root.EditChar2(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 939 Button
on (release) {
_root.EditChar2(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 941 Button
on (release) {
_root.EditChar2(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 944 Button
on (release) {
_root.EditChar2(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 946 Button
on (release) {
_root.EditChar2(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 948 Button
on (release) {
_root.EditChar2(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 950 Button
on (release) {
_root.EditChar2(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 952 Button
on (release) {
_root.EditChar3(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 954 Button
on (release) {
_root.EditChar3(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 956 Button
on (release) {
_root.EditChar3(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 958 Button
on (release) {
_root.EditChar3(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 960 Button
on (release) {
_root.EditChar3(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 962 Button
on (release) {
_root.EditChar3(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 965 Button
on (release) {
_root.EditChar3(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 967 Button
on (release) {
_root.EditChar3(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 969 Button
on (release) {
_root.EditChar3(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 971 Button
on (release) {
_root.EditChar3(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 973 Button
on (release) {
_root.EditChar4(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 975 Button
on (release) {
_root.EditChar4(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 977 Button
on (release) {
_root.EditChar4(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 979 Button
on (release) {
_root.EditChar4(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 981 Button
on (release) {
_root.EditChar4(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 983 Button
on (release) {
_root.EditChar4(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 986 Button
on (release) {
_root.EditChar4(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 988 Button
on (release) {
_root.EditChar4(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 990 Button
on (release) {
_root.EditChar4(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 992 Button
on (release) {
_root.EditChar4(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 994 Button
on (release) {
_root.EditChar5(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 996 Button
on (release) {
_root.EditChar5(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 998 Button
on (release) {
_root.EditChar5(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1000 Button
on (release) {
_root.EditChar5(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1002 Button
on (release) {
_root.EditChar5(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1004 Button
on (release) {
_root.EditChar5(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1007 Button
on (release) {
_root.EditChar5(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1009 Button
on (release) {
_root.EditChar5(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1011 Button
on (release) {
_root.EditChar5(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1013 Button
on (release) {
_root.EditChar5(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1015 Button
on (release) {
_root.EditChar6(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1017 Button
on (release) {
_root.EditChar6(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1019 Button
on (release) {
_root.EditChar6(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1021 Button
on (release) {
_root.EditChar6(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1023 Button
on (release) {
_root.EditChar6(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1025 Button
on (release) {
_root.EditChar6(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1028 Button
on (release) {
_root.EditChar6(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1030 Button
on (release) {
_root.EditChar6(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1032 Button
on (release) {
_root.EditChar6(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1034 Button
on (release) {
_root.EditChar6(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1036 Button
on (release) {
_root.EditChar7(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1038 Button
on (release) {
_root.EditChar7(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1040 Button
on (release) {
_root.EditChar7(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1042 Button
on (release) {
_root.EditChar7(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1044 Button
on (release) {
_root.EditChar7(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1046 Button
on (release) {
_root.EditChar7(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1049 Button
on (release) {
_root.EditChar7(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1051 Button
on (release) {
_root.EditChar7(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1053 Button
on (release) {
_root.EditChar7(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1055 Button
on (release) {
_root.EditChar7(id, _root.frame);
removeMovieClip(_parent);
}
Symbol 1057 MovieClip [submenu_char] Frame 1
_x = _root.windowx;
_y = _root.windowy;
stop();
Instance of Symbol 911 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 3
onClipEvent (load) {
id = 1;
}
Instance of Symbol 913 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 3
onClipEvent (load) {
id = 2;
}
Instance of Symbol 915 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 3
onClipEvent (load) {
id = 3;
}
Instance of Symbol 917 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 3
onClipEvent (load) {
id = 4;
}
Instance of Symbol 919 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 3
onClipEvent (load) {
id = 5;
}
Instance of Symbol 921 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 3
onClipEvent (load) {
id = 6;
}
Instance of Symbol 924 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 5
onClipEvent (load) {
id = 7;
}
Instance of Symbol 926 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 5
onClipEvent (load) {
id = 8;
}
Instance of Symbol 928 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 5
onClipEvent (load) {
id = 9;
}
Instance of Symbol 930 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 5
onClipEvent (load) {
id = 10;
}
Instance of Symbol 932 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 7
onClipEvent (load) {
id = 11;
}
Instance of Symbol 934 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 7
onClipEvent (load) {
id = 12;
}
Instance of Symbol 936 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 7
onClipEvent (load) {
id = 13;
}
Instance of Symbol 938 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 7
onClipEvent (load) {
id = 14;
}
Instance of Symbol 940 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 7
onClipEvent (load) {
id = 15;
}
Instance of Symbol 942 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 7
onClipEvent (load) {
id = 16;
}
Instance of Symbol 945 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 9
onClipEvent (load) {
id = 17;
}
Instance of Symbol 947 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 9
onClipEvent (load) {
id = 18;
}
Instance of Symbol 949 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 9
onClipEvent (load) {
id = 19;
}
Instance of Symbol 951 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 9
onClipEvent (load) {
id = 20;
}
Instance of Symbol 953 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 11
onClipEvent (load) {
id = 21;
}
Instance of Symbol 955 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 11
onClipEvent (load) {
id = 22;
}
Instance of Symbol 957 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 11
onClipEvent (load) {
id = 23;
}
Instance of Symbol 959 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 11
onClipEvent (load) {
id = 24;
}
Instance of Symbol 961 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 11
onClipEvent (load) {
id = 25;
}
Instance of Symbol 963 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 11
onClipEvent (load) {
id = 26;
}
Instance of Symbol 966 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 13
onClipEvent (load) {
id = 27;
}
Instance of Symbol 968 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 13
onClipEvent (load) {
id = 28;
}
Instance of Symbol 970 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 13
onClipEvent (load) {
id = 29;
}
Instance of Symbol 972 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 13
onClipEvent (load) {
id = 30;
}
Instance of Symbol 974 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 15
onClipEvent (load) {
id = 31;
}
Instance of Symbol 976 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 15
onClipEvent (load) {
id = 32;
}
Instance of Symbol 978 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 15
onClipEvent (load) {
id = 33;
}
Instance of Symbol 980 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 15
onClipEvent (load) {
id = 34;
}
Instance of Symbol 982 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 15
onClipEvent (load) {
id = 35;
}
Instance of Symbol 984 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 15
onClipEvent (load) {
id = 36;
}
Instance of Symbol 987 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 17
onClipEvent (load) {
id = 37;
}
Instance of Symbol 989 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 17
onClipEvent (load) {
id = 38;
}
Instance of Symbol 991 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 17
onClipEvent (load) {
id = 39;
}
Instance of Symbol 993 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 17
onClipEvent (load) {
id = 40;
}
Instance of Symbol 995 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 19
onClipEvent (load) {
id = 41;
}
Instance of Symbol 997 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 19
onClipEvent (load) {
id = 42;
}
Instance of Symbol 999 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 19
onClipEvent (load) {
id = 43;
}
Instance of Symbol 1001 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 19
onClipEvent (load) {
id = 44;
}
Instance of Symbol 1003 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 19
onClipEvent (load) {
id = 45;
}
Instance of Symbol 1005 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 19
onClipEvent (load) {
id = 46;
}
Instance of Symbol 1008 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 21
onClipEvent (load) {
id = 47;
}
Instance of Symbol 1010 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 21
onClipEvent (load) {
id = 48;
}
Instance of Symbol 1012 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 21
onClipEvent (load) {
id = 49;
}
Instance of Symbol 1014 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 21
onClipEvent (load) {
id = 50;
}
Instance of Symbol 1016 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 23
onClipEvent (load) {
id = 51;
}
Instance of Symbol 1018 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 23
onClipEvent (load) {
id = 52;
}
Instance of Symbol 1020 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 23
onClipEvent (load) {
id = 53;
}
Instance of Symbol 1022 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 23
onClipEvent (load) {
id = 54;
}
Instance of Symbol 1024 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 23
onClipEvent (load) {
id = 55;
}
Instance of Symbol 1026 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 23
onClipEvent (load) {
id = 56;
}
Instance of Symbol 1029 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 25
onClipEvent (load) {
id = 57;
}
Instance of Symbol 1031 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 25
onClipEvent (load) {
id = 58;
}
Instance of Symbol 1033 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 25
onClipEvent (load) {
id = 59;
}
Instance of Symbol 1035 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 25
onClipEvent (load) {
id = 60;
}
Instance of Symbol 1037 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 27
onClipEvent (load) {
id = 61;
}
Instance of Symbol 1039 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 27
onClipEvent (load) {
id = 62;
}
Instance of Symbol 1041 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 27
onClipEvent (load) {
id = 63;
}
Instance of Symbol 1043 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 27
onClipEvent (load) {
id = 64;
}
Instance of Symbol 1045 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 27
onClipEvent (load) {
id = 65;
}
Instance of Symbol 1047 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 27
onClipEvent (load) {
id = 66;
}
Instance of Symbol 1050 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 29
onClipEvent (load) {
id = 67;
}
Instance of Symbol 1052 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 29
onClipEvent (load) {
id = 68;
}
Instance of Symbol 1054 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 29
onClipEvent (load) {
id = 69;
}
Instance of Symbol 1056 MovieClip in Symbol 1057 MovieClip [submenu_char] Frame 29
onClipEvent (load) {
id = 70;
}
Symbol 1074 MovieClip Frame 1
stop();
Symbol 1077 MovieClip Frame 1
page = _parent.picture;
if (_root.bubble1exist[page]) {
attachMovie("bubble" + _root.bubble1pic[page], "bubble1", _root.bubble1level);
if (_root.bubble1content[page] == "") {
bubble1.gotoAndStop(1);
} else {
bubble1.gotoAndStop(3);
}
bubble1.text = _root.bubble1content[page];
if (_root.bubble1x[page] != 0) {
bubble1._x = _root.bubble1x[page];
} else {
bubble1._x = _root.bubble1x[page - 1];
}
if (_root.bubble1y[page] != 0) {
bubble1._y = _root.bubble1y[page];
} else {
bubble1._y = _root.bubble1y[page - 1];
}
bubble1.bubble = 1;
} else {
removeMovieClip(bubble1);
}
if (_root.bubble2exist[page]) {
attachMovie("bubble" + _root.bubble2pic[page], "bubble2", _root.bubble2level);
if (_root.bubble2content[page] == "") {
bubble2.gotoAndStop(1);
} else {
bubble2.gotoAndStop(3);
}
bubble2.text = _root.bubble2content[page];
if (_root.bubble2x[page] != 0) {
bubble2._x = _root.bubble2x[page];
} else {
bubble2._x = _root.bubble2x[page - 1];
}
if (_root.bubble2y[page] != 0) {
bubble2._y = _root.bubble2y[page];
} else {
bubble2._y = _root.bubble2y[page - 1];
}
bubble2.bubble = 2;
} else {
removeMovieClip(bubble2);
}
if (_root.bubble3exist[page]) {
attachMovie("bubble" + _root.bubble3pic[page], "bubble3", _root.bubble3level);
if (_root.bubble3content[page] == "") {
bubble3.gotoAndStop(1);
} else {
bubble3.gotoAndStop(3);
}
bubble3.text = _root.bubble3content[page];
if (_root.bubble3x[page] != 0) {
bubble3._x = _root.bubble3x[page];
} else {
bubble3._x = _root.bubble3x[page - 1];
}
if (_root.bubble3y[page] != 0) {
bubble3._y = _root.bubble3y[page];
} else {
bubble3._y = _root.bubble3y[page - 1];
}
bubble3.bubble = 3;
} else {
removeMovieClip(bubble3);
}
if (_root.bubble4exist[page]) {
attachMovie("bubble" + _root.bubble4pic[page], "bubble4", _root.bubble4level);
if (_root.bubble4content[page] == "") {
bubble4.gotoAndStop(1);
} else {
bubble4.gotoAndStop(3);
}
bubble4.text = _root.bubble4content[page];
if (_root.bubble4x[page] != 0) {
bubble4._x = _root.bubble4x[page];
} else {
bubble4._x = _root.bubble4x[page - 1];
}
if (_root.bubble4y[page] != 0) {
bubble4._y = _root.bubble4y[page];
} else {
bubble4._y = _root.bubble4y[page - 1];
}
bubble4.bubble = 4;
} else {
removeMovieClip(bubble4);
}
if (_root.bubble5exist[page]) {
attachMovie("bubble" + _root.bubble5pic[page], "bubble5", _root.bubble5level);
if (_root.bubble5content[page] == "") {
bubble5.gotoAndStop(1);
} else {
bubble5.gotoAndStop(3);
}
bubble5.text = _root.bubble5content[page];
if (_root.bubble5x[page] != 0) {
bubble5._x = _root.bubble5x[page];
} else {
bubble5._x = _root.bubble5x[page - 1];
}
if (_root.bubble5y[page] != 0) {
bubble5._y = _root.bubble5y[page];
} else {
bubble5._y = _root.bubble5y[page - 1];
}
bubble5.bubble = 5;
} else {
removeMovieClip(bubble5);
}
if (_root.char1exist[page]) {
attachMovie("pic" + _root.char1pic[page], "char1", _root.char1level);
if (_root.char1x[page] != 0) {
char1._x = _root.char1x[page];
} else {
char1._x = _root._xmouse;
}
if (_root.char1y[page] != 0) {
char1._y = _root.char1y[page];
} else {
char1._y = _root._ymouse;
}
char1._xscale = _root.char1xscale[page];
char1._yscale = _root.char1yscale[page];
char1._rotation = _root.char1rot[page];
char1.flip = _root.char1flip[page];
} else {
removeMovieClip(char1);
}
if (_root.char2exist[page]) {
attachMovie("pic" + _root.char2pic[page], "char2", _root.char2level);
if (_root.char2x[page] != 0) {
char2._x = _root.char2x[page];
} else {
char2._x = _root._xmouse;
}
if (_root.char2y[page] != 0) {
char2._y = _root.char2y[page];
} else {
char2._y = _root._ymouse;
}
char2._xscale = _root.char2xscale[page];
char2._yscale = _root.char2yscale[page];
char2._rotation = _root.char2rot[page];
char2.flip = _root.char2flip[page];
} else {
removeMovieClip(char2);
}
if (_root.char3exist[page]) {
attachMovie("pic" + _root.char3pic[page], "char3", _root.char3level);
if (_root.char3x[page] != 0) {
char3._x = _root.char3x[page];
} else {
char3._x = _root._xmouse;
}
if (_root.char3y[page] != 0) {
char3._y = _root.char3y[page];
} else {
char3._y = _root._ymouse;
}
char3._xscale = _root.char3xscale[page];
char3._yscale = _root.char3yscale[page];
char3._rotation = _root.char3rot[page];
char3.flip = _root.char3flip[page];
} else {
removeMovieClip(char3);
}
if (_root.char4exist[page]) {
attachMovie("pic" + _root.char4pic[page], "char4", _root.char4level);
if (_root.char4x[page] != 0) {
char4._x = _root.char4x[page];
} else {
char4._x = _root._xmouse;
}
if (_root.char4y[page] != 0) {
char4._y = _root.char4y[page];
} else {
char4._y = _root._ymouse;
}
char4._xscale = _root.char4xscale[page];
char4._yscale = _root.char4yscale[page];
char4._rotation = _root.char4rot[page];
char4.flip = _root.char4flip[page];
} else {
removeMovieClip(char4);
}
if (_root.char5exist[page]) {
attachMovie("pic" + _root.char5pic[page], "char5", _root.char5level);
if (_root.char5x[page] != 0) {
char5._x = _root.char5x[page];
} else {
char5._x = _root._xmouse;
}
if (_root.char5y[page] != 0) {
char5._y = _root.char5y[page];
} else {
char5._y = _root._ymouse;
}
char5._xscale = _root.char5xscale[page];
char5._yscale = _root.char5yscale[page];
char5._rotation = _root.char5rot[page];
char5.flip = _root.char5flip[page];
} else {
removeMovieClip(char5);
}
if (_root.char6exist[page]) {
attachMovie("pic" + _root.char6pic[page], "char6", _root.char6level);
if (_root.char6x[page] != 0) {
char6._x = _root.char6x[page];
} else {
char6._x = _root._xmouse;
}
if (_root.char6y[page] != 0) {
char6._y = _root.char6y[page];
} else {
char6._y = _root._ymouse;
}
char6._xscale = _root.char6xscale[page];
char6._yscale = _root.char6yscale[page];
char6._rotation = _root.char6rot[page];
char6.flip = _root.char6flip[page];
} else {
removeMovieClip(char6);
}
if (_root.char7exist[page]) {
attachMovie("pic" + _root.char7pic[page], "char7", _root.char7level);
if (_root.char7x[page] != 0) {
char7._x = _root.char7x[page];
} else {
char7._x = _root._xmouse;
}
if (_root.char7y[page] != 0) {
char7._y = _root.char7y[page];
} else {
char7._y = _root._ymouse;
}
char7._xscale = _root.char7xscale[page];
char7._yscale = _root.char7yscale[page];
char7._rotation = _root.char7rot[page];
char7.flip = _root.char7flip[page];
} else {
removeMovieClip(char7);
}
if (_root.obj1exist[page]) {
attachMovie("obj" + _root.obj1pic[page], "obj1", _root.obj1level);
if (_root.obj1x[page] != 0) {
obj1._x = _root.obj1x[page];
} else {
obj1._x = _root.obj1x[page - 1];
_root.stuff[page]++;
}
if (_root.obj1y[page] != 0) {
obj1._y = _root.obj1y[page];
} else {
obj1._y = _root.obj1y[page - 1];
_root.stuff[page]++;
}
obj1._xscale = _root.obj1xscale[page];
obj1._yscale = _root.obj1yscale[page];
obj1._rotation = _root.obj1rot[page];
obj1.flip = _root.obj1flip[page];
} else {
removeMovieClip(_root.obj1);
}
if (_root.obj2exist[page]) {
attachMovie("obj" + _root.obj2pic[page], "obj2", _root.obj2level);
if (_root.obj2x[page] != 0) {
obj2._x = _root.obj2x[page];
} else {
obj2._x = _root.obj2x[page - 1];
_root.stuff[page]++;
}
if (_root.obj2y[page] != 0) {
obj2._y = _root.obj2y[page];
} else {
obj2._y = _root.obj2y[page - 1];
_root.stuff[page]++;
}
obj2._xscale = _root.obj2xscale[page];
obj2._yscale = _root.obj2yscale[page];
obj2._rotation = _root.obj2rot[page];
obj2.flip = _root.obj2flip[page];
} else {
removeMovieClip(_root.obj2);
}
if (_root.obj3exist[page]) {
attachMovie("obj" + _root.obj3pic[page], "obj3", _root.obj3level);
if (_root.obj3x[page] != 0) {
obj3._x = _root.obj3x[page];
} else {
obj3._x = _root.obj3x[page - 1];
_root.stuff[page]++;
}
if (_root.obj3y[page] != 0) {
obj3._y = _root.obj3y[page];
} else {
obj3._y = _root.obj3y[page - 1];
_root.stuff[page]++;
}
obj3._xscale = _root.obj3xscale[page];
obj3._yscale = _root.obj3yscale[page];
obj3._rotation = _root.obj3rot[page];
obj3.flip = _root.obj3flip[page];
} else {
removeMovieClip(_root.obj3);
}
stop();
Instance of Symbol 1074 MovieClip in Symbol 1078 MovieClip [box] Frame 1
onClipEvent (load) {
gotoAndStop(_root.background1[_parent.picture]);
}
Symbol 1078 MovieClip [box] Frame 2
_yscale = 50;
_xscale = 50;
stop();
Symbol 1080 MovieClip [box_frame] Frame 2
_yscale = 50;
_xscale = 50;
Symbol 1086 Button
on (release) {
_root.description = "";
_root.safeFrame();
if (_root.background1[_root.frame + 1] == 1) {
_root.background1[_root.frame + 1] = _root.background1[_root.frame];
}
_root.gotoAndPlay(_root._currentframe + 2);
}
Symbol 1087 MovieClip Frame 1
stop();
Symbol 1087 MovieClip Frame 3
stop();
Symbol 1088 Button
on (release) {
_root.description = "";
_root.safeFrame();
_root.gotoAndPlay(_root._currentframe - 2);
}
Symbol 1089 MovieClip Frame 1
stop();
Symbol 1089 MovieClip Frame 3
stop();
Symbol 1095 Button
on (release) {
removeMovieClip("submenu_bubbles");
_root.attachMovie("submenu_bubbles", "submenu_bubbles", _root.submenu_level);
_root.submenu_level++;
}
on (rollOver) {
_root.description = "Speech bubbles";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1112 Button
on (release) {
_root.del = true;
_root.move = false;
_root.rotate = false;
_root.scale = false;
_root.flip = false;
}
on (rollOver) {
_root.description = "Delete";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1113 Button
on (release) {
_root.move = true;
_root.del = false;
_root.rotate = false;
_root.scale = false;
_root.flip = false;
}
on (rollOver) {
_root.description = "Move";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1114 Button
on (release) {
_root.rotate = true;
_root.del = false;
_root.move = false;
_root.scale = false;
_root.flip = false;
}
on (rollOver) {
_root.description = "Rotate";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1115 Button
on (release) {
_root.scale = true;
_root.del = false;
_root.move = false;
_root.rotate = false;
_root.flip = false;
}
on (rollOver) {
_root.description = "Scale";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1116 Button
on (release) {
_root.flip = true;
_root.del = false;
_root.move = false;
_root.rotate = false;
_root.scale = false;
}
on (rollOver) {
_root.description = "Flip";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Instance of Symbol 708 MovieClip in Symbol 1117 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.del) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1099 MovieClip in Symbol 1117 MovieClip Frame 1
onClipEvent (load) {
_visible = true;
}
onClipEvent (enterFrame) {
if (_root.move) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1103 MovieClip in Symbol 1117 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.rotate) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1107 MovieClip in Symbol 1117 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.scale) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 1111 MovieClip in Symbol 1117 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if (_root.flip) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1120 Button
on (release) {
removeMovieClip("submenu_objects");
_root.attachMovie("submenu_objects", "submenu_objects", _root.submenu_level);
_root.submenu_level++;
}
on (rollOver) {
_root.description = "Stuff";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1128 Button
on (release) {
removeMovieClip("submenu_background");
_root.attachMovie("submenu_background", "submenu_background", _root.submenu_level);
_root.submenu_level++;
}
on (rollOver) {
_root.description = "Backgrounds";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1132 Button
on (release) {
removeMovieClip("submenu_char");
_root.attachMovie("submenu_char", "submenu_char", _root.submenu_level);
_root.submenu_level++;
}
on (rollOver) {
_root.description = "Cast";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1133 Button
on (release) {
removeMovieClip("credits");
_root.attachMovie("credits", "credits", _root.submenu_level);
_root.submenu_level++;
}
Symbol 1135 Button
on (release) {
_root.description = "";
i = 1;
while (i <= 6) {
removeMovieClip("char" + i);
removeMovieClip("bubble" + i);
i++;
}
_parent.gotoAndPlay(1);
}
on (rollOver) {
_root.description = "Reset / New Comic";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1136 Button
on (release) {
_root.description = "";
_root.safeFrame();
_root.select_scene = "save1";
_root.gotoAndPlay(22);
}
on (rollOver) {
_root.description = "Save Comic";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1137 Button
on (release) {
_root.description = "";
_root.safeFrame();
_root.select_scene = "print1";
_root.gotoAndPlay(22);
}
on (rollOver) {
_root.description = "Print your Comic";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1138 Button
on (release) {
_root.description = "";
_root.presentation = true;
_root._x = _root._x - 160;
_root._y = _root._y - 70;
_root._xscale = _root._xscale * 1.26;
_root._yscale = _root._yscale * 1.26;
}
on (rollOver) {
_root.description = "Show fullscreen";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1139 Button
on (release) {
_root.description = "";
_root.safeFrame();
_root.select_scene = "load1";
_root.gotoAndPlay(22);
}
on (rollOver) {
_root.description = "Load Comic";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1140 Button
on (release) {
_root.description = "";
_root.safeFrame();
_root.select_scene = "submit";
_root.finaltext.substring(i, q);
if ((_root.domain1 == "http://www.mindistortion.net") or (_root.domain2 == "http://mindistortion.freshgames.net")) {
_root.gotoAndPlay(22);
} else {
removeMovieClip("only");
_root.attachMovie("only", "only", _root.submenu_level);
_root.submenu_level++;
}
}
on (rollOver) {
_root.description = "Share your Comic!";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1141 Button
on (release) {
_root.description = "";
_root.safeFrame();
_root.select_scene = "portal";
if ((_root.domain1 == "http://www.mindistortion.net") or (_root.domain2 == "http://mindistortion.freshgames.net")) {
_root.gotoAndPlay(22);
} else {
removeMovieClip("only");
_root.attachMovie("only", "only", _root.submenu_level);
_root.submenu_level++;
}
}
on (rollOver) {
_root.description = "View other Comics";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1142 Button
on (release) {
getURL ("http://www.mindistortion.net/forum/", "_blank");
}
on (rollOver) {
_root.description = "The Community";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Symbol 1156 Button
on (release) {
getURL ("http://www.mindistortion.net", "_blank");
}
on (rollOver) {
_root.description = "Visit us!";
}
on (rollOut, releaseOutside) {
_root.description = "";
}
Instance of Symbol 1087 MovieClip in Symbol 1161 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.frame >= _root.totalframes) {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1089 MovieClip in Symbol 1161 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.frame <= 1) {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1158 MovieClip in Symbol 1161 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.presentation) {
_visible = false;
} else {
_visible = true;
}
}
Symbol 1165 MovieClip Frame 1
stop();
Symbol 1166 Button
on (release) {
_root.id = 0;
_root.description = "";
_root.presentation = false;
_root._xscale = _root._xscale / 1.26;
_root._yscale = _root._yscale / 1.26;
_root._x = _root._x + 160;
_root._y = _root._y + 70;
_root.cover.gotoAndStop(1);
if (_root.readonly) {
_root.readonly = false;
_root.gotoAndPlay(1);
}
}
Symbol 1167 Button
on (release) {
getURL ("tellafriend.php?id=" + _root.id, "_blank");
}
Symbol 1170 MovieClip Frame 1
stop();
Instance of Symbol 1087 MovieClip in Symbol 1170 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.frame >= _root.totalframes) {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1089 MovieClip in Symbol 1170 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.frame <= 1) {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1169 MovieClip in Symbol 1170 MovieClip Frame 3
onClipEvent (load) {
if (_root.id > 0) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 1170 MovieClip Frame 4
stop();
Symbol 1181 Button
on (release) {
_root.printdata.data.printscale = _root.printscale;
_root.printdata.flush();
_visible = false;
}
Symbol 1182 MovieClip Frame 1
_root.printdata = SharedObject.getLocal("print_data");
if (_root.printdata.data.printscale == null) {
_root.printscale = 100;
} else {
_root.printscale = _root.printdata.data.printscale;
}
stop();
Symbol 1183 Button
on (release) {
if (_root.myframes > 8) {
_root.myframes = 8;
}
play();
}
Symbol 1186 Button
on (release) {
gotoAndPlay (2);
}
Symbol 1187 Button
on (release) {
modul._visible = true;
}
Symbol 1193 Button
on (release) {
play();
}
Symbol 1194 Button
on (release) {
Mouse.hide();
i = 1;
while (i <= _root.myframes) {
removeMovieClip("box" + i);
removeMovieClip("box_frame" + i);
i++;
}
removeMovieClip("submenu_char");
removeMovieClip("submenu_bubbles");
removeMovieClip("submenu_background");
removeMovieClip("submenu_objects");
_root._xscale = _root._xscale * 2;
_root._yscale = _root._yscale * 2;
_root.mousecursor._xscale = _root.mousecursor._xscale / 2;
_root.mousecursor._yscale = _root.mousecursor._yscale / 2;
_root._x = _root._x - 200;
_root._y = _root._y - 150;
gotoAndPlay (2);
}
Symbol 1196 Button
on (release) {
_root.slot2data.data.char1pic = _root.char1pic;
_root.slot2data.data.char2pic = _root.char2pic;
_root.slot2data.data.char3pic = _root.char3pic;
_root.slot2data.data.char4pic = _root.char4pic;
_root.slot2data.data.char5pic = _root.char5pic;
_root.slot2data.data.char6pic = _root.char6pic;
_root.slot2data.data.char7pic = _root.char7pic;
_root.slot2data.data.obj1pic = _root.obj1pic;
_root.slot2data.data.obj2pic = _root.obj2pic;
_root.slot2data.data.obj3pic = _root.obj3pic;
_root.slot2data.data.char1x = _root.char1x;
_root.slot2data.data.char2x = _root.char2x;
_root.slot2data.data.char3x = _root.char3x;
_root.slot2data.data.char4x = _root.char4x;
_root.slot2data.data.char5x = _root.char5x;
_root.slot2data.data.char6x = _root.char6x;
_root.slot2data.data.char7x = _root.char7x;
_root.slot2data.data.obj1x = _root.obj1x;
_root.slot2data.data.obj2x = _root.obj2x;
_root.slot2data.data.obj3x = _root.obj3x;
_root.slot2data.data.char1y = _root.char1y;
_root.slot2data.data.char2y = _root.char2y;
_root.slot2data.data.char3y = _root.char3y;
_root.slot2data.data.char4y = _root.char4y;
_root.slot2data.data.char5y = _root.char5y;
_root.slot2data.data.char6y = _root.char6y;
_root.slot2data.data.char7y = _root.char7y;
_root.slot2data.data.obj1y = _root.obj1y;
_root.slot2data.data.obj2y = _root.obj2y;
_root.slot2data.data.obj3y = _root.obj3y;
_root.slot2data.data.char1xscale = _root.char1xscale;
_root.slot2data.data.char2xscale = _root.char2xscale;
_root.slot2data.data.char3xscale = _root.char3xscale;
_root.slot2data.data.char4xscale = _root.char4xscale;
_root.slot2data.data.char5xscale = _root.char5xscale;
_root.slot2data.data.char6xscale = _root.char6xscale;
_root.slot2data.data.char7xscale = _root.char7sxscale;
_root.slot2data.data.obj1xscale = _root.obj1xscale;
_root.slot2data.data.obj2xscale = _root.obj2xscale;
_root.slot2data.data.obj3xscale = _root.obj3xscale;
_root.slot2data.data.char1yscale = _root.char1yscale;
_root.slot2data.data.char2yscale = _root.char2yscale;
_root.slot2data.data.char3yscale = _root.char3yscale;
_root.slot2data.data.char4yscale = _root.char4yscale;
_root.slot2data.data.char5yscale = _root.char5yscale;
_root.slot2data.data.char6yscale = _root.char6yscale;
_root.slot2data.data.char7yscale = _root.char7yscale;
_root.slot2data.data.obj1yscale = _root.obj1yscale;
_root.slot2data.data.obj2yscale = _root.obj2yscale;
_root.slot2data.data.obj3yscale = _root.obj3yscale;
_root.slot2data.data.char1rot = _root.char1rot;
_root.slot2data.data.char2rot = _root.char2rot;
_root.slot2data.data.char3rot = _root.char3rot;
_root.slot2data.data.char4rot = _root.char4rot;
_root.slot2data.data.char5rot = _root.char5rot;
_root.slot2data.data.char6rot = _root.char6rot;
_root.slot2data.data.char7rot = _root.char7rot;
_root.slot2data.data.obj1rot = _root.obj1rot;
_root.slot2data.data.obj2rot = _root.obj2rot;
_root.slot2data.data.obj3rot = _root.obj3rot;
_root.slot2data.data.char1flip = _root.char1flip;
_root.slot2data.data.char2flip = _root.char2flip;
_root.slot2data.data.char3flip = _root.char3flip;
_root.slot2data.data.char4flip = _root.char4flip;
_root.slot2data.data.char5flip = _root.char5flip;
_root.slot2data.data.char6flip = _root.char6flip;
_root.slot2data.data.char7flip = _root.char7flip;
_root.slot2data.data.obj1flip = _root.obj1flip;
_root.slot2data.data.obj2flip = _root.obj2flip;
_root.slot2data.data.obj3flip = _root.obj3flip;
_root.slot2data.data.char1exist = _root.char1exist;
_root.slot2data.data.char2exist = _root.char2exist;
_root.slot2data.data.char3exist = _root.char3exist;
_root.slot2data.data.char4exist = _root.char4exist;
_root.slot2data.data.char5exist = _root.char5exist;
_root.slot2data.data.char6exist = _root.char6exist;
_root.slot2data.data.char7exist = _root.char7exist;
_root.slot2data.data.obj1exist = _root.obj1exist;
_root.slot2data.data.obj2exist = _root.obj2exist;
_root.slot2data.data.obj3exist = _root.obj3exist;
_root.slot2data.data.bubble1pic = _root.bubble1pic;
_root.slot2data.data.bubble2pic = _root.bubble2pic;
_root.slot2data.data.bubble3pic = _root.bubble3pic;
_root.slot2data.data.bubble4pic = _root.bubble4pic;
_root.slot2data.data.bubble5pic = _root.bubble5pic;
_root.slot2data.data.bubble1x = _root.bubble1x;
_root.slot2data.data.bubble2x = _root.bubble2x;
_root.slot2data.data.bubble3x = _root.bubble3x;
_root.slot2data.data.bubble4x = _root.bubble4x;
_root.slot2data.data.bubble5x = _root.bubble5x;
_root.slot2data.data.bubble1y = _root.bubble1y;
_root.slot2data.data.bubble2y = _root.bubble2y;
_root.slot2data.data.bubble3y = _root.bubble3y;
_root.slot2data.data.bubble4y = _root.bubble4y;
_root.slot2data.data.bubble5y = _root.bubble5y;
_root.slot2data.data.bubble1content = _root.bubble1content;
_root.slot2data.data.bubble2content = _root.bubble2content;
_root.slot2data.data.bubble3content = _root.bubble3content;
_root.slot2data.data.bubble4content = _root.bubble4content;
_root.slot2data.data.bubble5content = _root.bubble5content;
_root.slot2data.data.bubble1exist = _root.bubble1exist;
_root.slot2data.data.bubble2exist = _root.bubble2exist;
_root.slot2data.data.bubble3exist = _root.bubble3exist;
_root.slot2data.data.bubble4exist = _root.bubble4exist;
_root.slot2data.data.bubble5exist = _root.bubble5exist;
_root.slot2data.data.background = _root.background1;
_root.slot_names.data.slot2name = _root.comicname;
_root.slot2data.flush();
_root.slot_names.flush();
gotoAndPlay (2);
}
Symbol 1197 Button
on (release) {
_root.slot3data.data.char1pic = _root.char1pic;
_root.slot3data.data.char2pic = _root.char2pic;
_root.slot3data.data.char3pic = _root.char3pic;
_root.slot3data.data.char4pic = _root.char4pic;
_root.slot3data.data.char5pic = _root.char5pic;
_root.slot3data.data.char6pic = _root.char6pic;
_root.slot3data.data.char7pic = _root.char7pic;
_root.slot3data.data.obj1pic = _root.obj1pic;
_root.slot3data.data.obj2pic = _root.obj2pic;
_root.slot3data.data.obj3pic = _root.obj3pic;
_root.slot3data.data.char1x = _root.char1x;
_root.slot3data.data.char2x = _root.char2x;
_root.slot3data.data.char3x = _root.char3x;
_root.slot3data.data.char4x = _root.char4x;
_root.slot3data.data.char5x = _root.char5x;
_root.slot3data.data.char6x = _root.char6x;
_root.slot3data.data.char7x = _root.char7x;
_root.slot3data.data.obj1x = _root.obj1x;
_root.slot3data.data.obj2x = _root.obj2x;
_root.slot3data.data.obj3x = _root.obj3x;
_root.slot3data.data.char1y = _root.char1y;
_root.slot3data.data.char2y = _root.char2y;
_root.slot3data.data.char3y = _root.char3y;
_root.slot3data.data.char4y = _root.char4y;
_root.slot3data.data.char5y = _root.char5y;
_root.slot3data.data.char6y = _root.char6y;
_root.slot3data.data.char7y = _root.char7y;
_root.slot3data.data.obj1y = _root.obj1y;
_root.slot3data.data.obj2y = _root.obj2y;
_root.slot3data.data.obj3y = _root.obj3y;
_root.slot3data.data.char1xscale = _root.char1xscale;
_root.slot3data.data.char2xscale = _root.char2xscale;
_root.slot3data.data.char3xscale = _root.char3xscale;
_root.slot3data.data.char4xscale = _root.char4xscale;
_root.slot3data.data.char5xscale = _root.char5xscale;
_root.slot3data.data.char6xscale = _root.char6xscale;
_root.slot3data.data.char7xscale = _root.char7sxscale;
_root.slot3data.data.obj1xscale = _root.obj1xscale;
_root.slot3data.data.obj2xscale = _root.obj2xscale;
_root.slot3data.data.obj3xscale = _root.obj3xscale;
_root.slot3data.data.char1yscale = _root.char1yscale;
_root.slot3data.data.char2yscale = _root.char2yscale;
_root.slot3data.data.char3yscale = _root.char3yscale;
_root.slot3data.data.char4yscale = _root.char4yscale;
_root.slot3data.data.char5yscale = _root.char5yscale;
_root.slot3data.data.char6yscale = _root.char6yscale;
_root.slot3data.data.char7yscale = _root.char7yscale;
_root.slot3data.data.obj1yscale = _root.obj1yscale;
_root.slot3data.data.obj2yscale = _root.obj2yscale;
_root.slot3data.data.obj3yscale = _root.obj3yscale;
_root.slot3data.data.char1rot = _root.char1rot;
_root.slot3data.data.char2rot = _root.char2rot;
_root.slot3data.data.char3rot = _root.char3rot;
_root.slot3data.data.char4rot = _root.char4rot;
_root.slot3data.data.char5rot = _root.char5rot;
_root.slot3data.data.char6rot = _root.char6rot;
_root.slot3data.data.char7rot = _root.char7rot;
_root.slot3data.data.obj1rot = _root.obj1rot;
_root.slot3data.data.obj2rot = _root.obj2rot;
_root.slot3data.data.obj3rot = _root.obj3rot;
_root.slot3data.data.char1flip = _root.char1flip;
_root.slot3data.data.char2flip = _root.char2flip;
_root.slot3data.data.char3flip = _root.char3flip;
_root.slot3data.data.char4flip = _root.char4flip;
_root.slot3data.data.char5flip = _root.char5flip;
_root.slot3data.data.char6flip = _root.char6flip;
_root.slot3data.data.char7flip = _root.char7flip;
_root.slot3data.data.obj1flip = _root.obj1flip;
_root.slot3data.data.obj2flip = _root.obj2flip;
_root.slot3data.data.obj3flip = _root.obj3flip;
_root.slot3data.data.char1exist = _root.char1exist;
_root.slot3data.data.char2exist = _root.char2exist;
_root.slot3data.data.char3exist = _root.char3exist;
_root.slot3data.data.char4exist = _root.char4exist;
_root.slot3data.data.char5exist = _root.char5exist;
_root.slot3data.data.char6exist = _root.char6exist;
_root.slot3data.data.char7exist = _root.char7exist;
_root.slot3data.data.obj1exist = _root.obj1exist;
_root.slot3data.data.obj2exist = _root.obj2exist;
_root.slot3data.data.obj3exist = _root.obj3exist;
_root.slot3data.data.bubble1pic = _root.bubble1pic;
_root.slot3data.data.bubble2pic = _root.bubble2pic;
_root.slot3data.data.bubble3pic = _root.bubble3pic;
_root.slot3data.data.bubble4pic = _root.bubble4pic;
_root.slot3data.data.bubble5pic = _root.bubble5pic;
_root.slot3data.data.bubble1x = _root.bubble1x;
_root.slot3data.data.bubble2x = _root.bubble2x;
_root.slot3data.data.bubble3x = _root.bubble3x;
_root.slot3data.data.bubble4x = _root.bubble4x;
_root.slot3data.data.bubble5x = _root.bubble5x;
_root.slot3data.data.bubble1y = _root.bubble1y;
_root.slot3data.data.bubble2y = _root.bubble2y;
_root.slot3data.data.bubble3y = _root.bubble3y;
_root.slot3data.data.bubble4y = _root.bubble4y;
_root.slot3data.data.bubble5y = _root.bubble5y;
_root.slot3data.data.bubble1content = _root.bubble1content;
_root.slot3data.data.bubble2content = _root.bubble2content;
_root.slot3data.data.bubble3content = _root.bubble3content;
_root.slot3data.data.bubble4content = _root.bubble4content;
_root.slot3data.data.bubble5content = _root.bubble5content;
_root.slot3data.data.bubble1exist = _root.bubble1exist;
_root.slot3data.data.bubble2exist = _root.bubble2exist;
_root.slot3data.data.bubble3exist = _root.bubble3exist;
_root.slot3data.data.bubble4exist = _root.bubble4exist;
_root.slot3data.data.bubble5exist = _root.bubble5exist;
_root.slot3data.data.background = _root.background1;
_root.slot_names.data.slot3name = _root.comicname;
_root.slot3data.flush();
_root.slot_names.flush();
gotoAndPlay (2);
}
Symbol 1198 Button
on (release) {
_root.slot4data.data.char1pic = _root.char1pic;
_root.slot4data.data.char2pic = _root.char2pic;
_root.slot4data.data.char3pic = _root.char3pic;
_root.slot4data.data.char4pic = _root.char4pic;
_root.slot4data.data.char5pic = _root.char5pic;
_root.slot4data.data.char6pic = _root.char6pic;
_root.slot4data.data.char7pic = _root.char7pic;
_root.slot4data.data.obj1pic = _root.obj1pic;
_root.slot4data.data.obj2pic = _root.obj2pic;
_root.slot4data.data.obj3pic = _root.obj3pic;
_root.slot4data.data.char1x = _root.char1x;
_root.slot4data.data.char2x = _root.char2x;
_root.slot4data.data.char3x = _root.char3x;
_root.slot4data.data.char4x = _root.char4x;
_root.slot4data.data.char5x = _root.char5x;
_root.slot4data.data.char6x = _root.char6x;
_root.slot4data.data.char7x = _root.char7x;
_root.slot4data.data.obj1x = _root.obj1x;
_root.slot4data.data.obj2x = _root.obj2x;
_root.slot4data.data.obj3x = _root.obj3x;
_root.slot4data.data.char1y = _root.char1y;
_root.slot4data.data.char2y = _root.char2y;
_root.slot4data.data.char3y = _root.char3y;
_root.slot4data.data.char4y = _root.char4y;
_root.slot4data.data.char5y = _root.char5y;
_root.slot4data.data.char6y = _root.char6y;
_root.slot4data.data.char7y = _root.char7y;
_root.slot4data.data.obj1y = _root.obj1y;
_root.slot4data.data.obj2y = _root.obj2y;
_root.slot4data.data.obj3y = _root.obj3y;
_root.slot4data.data.char1xscale = _root.char1xscale;
_root.slot4data.data.char2xscale = _root.char2xscale;
_root.slot4data.data.char3xscale = _root.char3xscale;
_root.slot4data.data.char4xscale = _root.char4xscale;
_root.slot4data.data.char5xscale = _root.char5xscale;
_root.slot4data.data.char6xscale = _root.char6xscale;
_root.slot4data.data.char7xscale = _root.char7sxscale;
_root.slot4data.data.obj1xscale = _root.obj1xscale;
_root.slot4data.data.obj2xscale = _root.obj2xscale;
_root.slot4data.data.obj3xscale = _root.obj3xscale;
_root.slot4data.data.char1yscale = _root.char1yscale;
_root.slot4data.data.char2yscale = _root.char2yscale;
_root.slot4data.data.char3yscale = _root.char3yscale;
_root.slot4data.data.char4yscale = _root.char4yscale;
_root.slot4data.data.char5yscale = _root.char5yscale;
_root.slot4data.data.char6yscale = _root.char6yscale;
_root.slot4data.data.char7yscale = _root.char7yscale;
_root.slot4data.data.obj1yscale = _root.obj1yscale;
_root.slot4data.data.obj2yscale = _root.obj2yscale;
_root.slot4data.data.obj3yscale = _root.obj3yscale;
_root.slot4data.data.char1rot = _root.char1rot;
_root.slot4data.data.char2rot = _root.char2rot;
_root.slot4data.data.char3rot = _root.char3rot;
_root.slot4data.data.char4rot = _root.char4rot;
_root.slot4data.data.char5rot = _root.char5rot;
_root.slot4data.data.char6rot = _root.char6rot;
_root.slot4data.data.char7rot = _root.char7rot;
_root.slot4data.data.obj1rot = _root.obj1rot;
_root.slot4data.data.obj2rot = _root.obj2rot;
_root.slot4data.data.obj3rot = _root.obj3rot;
_root.slot4data.data.char1flip = _root.char1flip;
_root.slot4data.data.char2flip = _root.char2flip;
_root.slot4data.data.char3flip = _root.char3flip;
_root.slot4data.data.char4flip = _root.char4flip;
_root.slot4data.data.char5flip = _root.char5flip;
_root.slot4data.data.char6flip = _root.char6flip;
_root.slot4data.data.char7flip = _root.char7flip;
_root.slot4data.data.obj1flip = _root.obj1flip;
_root.slot4data.data.obj2flip = _root.obj2flip;
_root.slot4data.data.obj3flip = _root.obj3flip;
_root.slot4data.data.char1exist = _root.char1exist;
_root.slot4data.data.char2exist = _root.char2exist;
_root.slot4data.data.char3exist = _root.char3exist;
_root.slot4data.data.char4exist = _root.char4exist;
_root.slot4data.data.char5exist = _root.char5exist;
_root.slot4data.data.char6exist = _root.char6exist;
_root.slot4data.data.char7exist = _root.char7exist;
_root.slot4data.data.obj1exist = _root.obj1exist;
_root.slot4data.data.obj2exist = _root.obj2exist;
_root.slot4data.data.obj3exist = _root.obj3exist;
_root.slot4data.data.bubble1pic = _root.bubble1pic;
_root.slot4data.data.bubble2pic = _root.bubble2pic;
_root.slot4data.data.bubble3pic = _root.bubble3pic;
_root.slot4data.data.bubble4pic = _root.bubble4pic;
_root.slot4data.data.bubble5pic = _root.bubble5pic;
_root.slot4data.data.bubble1x = _root.bubble1x;
_root.slot4data.data.bubble2x = _root.bubble2x;
_root.slot4data.data.bubble3x = _root.bubble3x;
_root.slot4data.data.bubble4x = _root.bubble4x;
_root.slot4data.data.bubble5x = _root.bubble5x;
_root.slot4data.data.bubble1y = _root.bubble1y;
_root.slot4data.data.bubble2y = _root.bubble2y;
_root.slot4data.data.bubble3y = _root.bubble3y;
_root.slot4data.data.bubble4y = _root.bubble4y;
_root.slot4data.data.bubble5y = _root.bubble5y;
_root.slot4data.data.bubble1content = _root.bubble1content;
_root.slot4data.data.bubble2content = _root.bubble2content;
_root.slot4data.data.bubble3content = _root.bubble3content;
_root.slot4data.data.bubble4content = _root.bubble4content;
_root.slot4data.data.bubble5content = _root.bubble5content;
_root.slot4data.data.bubble1exist = _root.bubble1exist;
_root.slot4data.data.bubble2exist = _root.bubble2exist;
_root.slot4data.data.bubble3exist = _root.bubble3exist;
_root.slot4data.data.bubble4exist = _root.bubble4exist;
_root.slot4data.data.bubble5exist = _root.bubble5exist;
_root.slot4data.data.background = _root.background1;
_root.slot_names.data.slot4name = _root.comicname;
_root.slot4data.flush();
_root.slot_names.flush();
gotoAndPlay (2);
}
Symbol 1199 Button
on (release) {
_root.slot5data.data.char1pic = _root.char1pic;
_root.slot5data.data.char2pic = _root.char2pic;
_root.slot5data.data.char3pic = _root.char3pic;
_root.slot5data.data.char4pic = _root.char4pic;
_root.slot5data.data.char5pic = _root.char5pic;
_root.slot5data.data.char6pic = _root.char6pic;
_root.slot5data.data.char7pic = _root.char7pic;
_root.slot5data.data.obj1pic = _root.obj1pic;
_root.slot5data.data.obj2pic = _root.obj2pic;
_root.slot5data.data.obj3pic = _root.obj3pic;
_root.slot5data.data.char1x = _root.char1x;
_root.slot5data.data.char2x = _root.char2x;
_root.slot5data.data.char3x = _root.char3x;
_root.slot5data.data.char4x = _root.char4x;
_root.slot5data.data.char5x = _root.char5x;
_root.slot5data.data.char6x = _root.char6x;
_root.slot5data.data.char7x = _root.char7x;
_root.slot5data.data.obj1x = _root.obj1x;
_root.slot5data.data.obj2x = _root.obj2x;
_root.slot5data.data.obj3x = _root.obj3x;
_root.slot5data.data.char1y = _root.char1y;
_root.slot5data.data.char2y = _root.char2y;
_root.slot5data.data.char3y = _root.char3y;
_root.slot5data.data.char4y = _root.char4y;
_root.slot5data.data.char5y = _root.char5y;
_root.slot5data.data.char6y = _root.char6y;
_root.slot5data.data.char7y = _root.char7y;
_root.slot5data.data.obj1y = _root.obj1y;
_root.slot5data.data.obj2y = _root.obj2y;
_root.slot5data.data.obj3y = _root.obj3y;
_root.slot5data.data.char1xscale = _root.char1xscale;
_root.slot5data.data.char2xscale = _root.char2xscale;
_root.slot5data.data.char3xscale = _root.char3xscale;
_root.slot5data.data.char4xscale = _root.char4xscale;
_root.slot5data.data.char5xscale = _root.char5xscale;
_root.slot5data.data.char6xscale = _root.char6xscale;
_root.slot5data.data.char7xscale = _root.char7sxscale;
_root.slot5data.data.obj1xscale = _root.obj1xscale;
_root.slot5data.data.obj2xscale = _root.obj2xscale;
_root.slot5data.data.obj3xscale = _root.obj3xscale;
_root.slot5data.data.char1yscale = _root.char1yscale;
_root.slot5data.data.char2yscale = _root.char2yscale;
_root.slot5data.data.char3yscale = _root.char3yscale;
_root.slot5data.data.char4yscale = _root.char4yscale;
_root.slot5data.data.char5yscale = _root.char5yscale;
_root.slot5data.data.char6yscale = _root.char6yscale;
_root.slot5data.data.char7yscale = _root.char7yscale;
_root.slot5data.data.obj1yscale = _root.obj1yscale;
_root.slot5data.data.obj2yscale = _root.obj2yscale;
_root.slot5data.data.obj3yscale = _root.obj3yscale;
_root.slot5data.data.char1rot = _root.char1rot;
_root.slot5data.data.char2rot = _root.char2rot;
_root.slot5data.data.char3rot = _root.char3rot;
_root.slot5data.data.char4rot = _root.char4rot;
_root.slot5data.data.char5rot = _root.char5rot;
_root.slot5data.data.char6rot = _root.char6rot;
_root.slot5data.data.char7rot = _root.char7rot;
_root.slot5data.data.obj1rot = _root.obj1rot;
_root.slot5data.data.obj2rot = _root.obj2rot;
_root.slot5data.data.obj3rot = _root.obj3rot;
_root.slot5data.data.char1flip = _root.char1flip;
_root.slot5data.data.char2flip = _root.char2flip;
_root.slot5data.data.char3flip = _root.char3flip;
_root.slot5data.data.char4flip = _root.char4flip;
_root.slot5data.data.char5flip = _root.char5flip;
_root.slot5data.data.char6flip = _root.char6flip;
_root.slot5data.data.char7flip = _root.char7flip;
_root.slot5data.data.obj1flip = _root.obj1flip;
_root.slot5data.data.obj2flip = _root.obj2flip;
_root.slot5data.data.obj3flip = _root.obj3flip;
_root.slot5data.data.char1exist = _root.char1exist;
_root.slot5data.data.char2exist = _root.char2exist;
_root.slot5data.data.char3exist = _root.char3exist;
_root.slot5data.data.char4exist = _root.char4exist;
_root.slot5data.data.char5exist = _root.char5exist;
_root.slot5data.data.char6exist = _root.char6exist;
_root.slot5data.data.char7exist = _root.char7exist;
_root.slot5data.data.obj1exist = _root.obj1exist;
_root.slot5data.data.obj2exist = _root.obj2exist;
_root.slot5data.data.obj3exist = _root.obj3exist;
_root.slot5data.data.bubble1pic = _root.bubble1pic;
_root.slot5data.data.bubble2pic = _root.bubble2pic;
_root.slot5data.data.bubble3pic = _root.bubble3pic;
_root.slot5data.data.bubble4pic = _root.bubble4pic;
_root.slot5data.data.bubble5pic = _root.bubble5pic;
_root.slot5data.data.bubble1x = _root.bubble1x;
_root.slot5data.data.bubble2x = _root.bubble2x;
_root.slot5data.data.bubble3x = _root.bubble3x;
_root.slot5data.data.bubble4x = _root.bubble4x;
_root.slot5data.data.bubble5x = _root.bubble5x;
_root.slot5data.data.bubble1y = _root.bubble1y;
_root.slot5data.data.bubble2y = _root.bubble2y;
_root.slot5data.data.bubble3y = _root.bubble3y;
_root.slot5data.data.bubble4y = _root.bubble4y;
_root.slot5data.data.bubble5y = _root.bubble5y;
_root.slot5data.data.bubble1content = _root.bubble1content;
_root.slot5data.data.bubble2content = _root.bubble2content;
_root.slot5data.data.bubble3content = _root.bubble3content;
_root.slot5data.data.bubble4content = _root.bubble4content;
_root.slot5data.data.bubble5content = _root.bubble5content;
_root.slot5data.data.bubble1exist = _root.bubble1exist;
_root.slot5data.data.bubble2exist = _root.bubble2exist;
_root.slot5data.data.bubble3exist = _root.bubble3exist;
_root.slot5data.data.bubble4exist = _root.bubble4exist;
_root.slot5data.data.bubble5exist = _root.bubble5exist;
_root.slot5data.data.background = _root.background1;
_root.slot_names.data.slot5name = _root.comicname;
_root.slot5data.flush();
_root.slot_names.flush();
gotoAndPlay (2);
}
Symbol 1200 Button
on (release) {
_root.slot6data.data.char1pic = _root.char1pic;
_root.slot6data.data.char2pic = _root.char2pic;
_root.slot6data.data.char3pic = _root.char3pic;
_root.slot6data.data.char4pic = _root.char4pic;
_root.slot6data.data.char5pic = _root.char5pic;
_root.slot6data.data.char6pic = _root.char6pic;
_root.slot6data.data.char7pic = _root.char7pic;
_root.slot6data.data.obj1pic = _root.obj1pic;
_root.slot6data.data.obj2pic = _root.obj2pic;
_root.slot6data.data.obj3pic = _root.obj3pic;
_root.slot6data.data.char1x = _root.char1x;
_root.slot6data.data.char2x = _root.char2x;
_root.slot6data.data.char3x = _root.char3x;
_root.slot6data.data.char4x = _root.char4x;
_root.slot6data.data.char5x = _root.char5x;
_root.slot6data.data.char6x = _root.char6x;
_root.slot6data.data.char7x = _root.char7x;
_root.slot6data.data.obj1x = _root.obj1x;
_root.slot6data.data.obj2x = _root.obj2x;
_root.slot6data.data.obj3x = _root.obj3x;
_root.slot6data.data.char1y = _root.char1y;
_root.slot6data.data.char2y = _root.char2y;
_root.slot6data.data.char3y = _root.char3y;
_root.slot6data.data.char4y = _root.char4y;
_root.slot6data.data.char5y = _root.char5y;
_root.slot6data.data.char6y = _root.char6y;
_root.slot6data.data.char7y = _root.char7y;
_root.slot6data.data.obj1y = _root.obj1y;
_root.slot6data.data.obj2y = _root.obj2y;
_root.slot6data.data.obj3y = _root.obj3y;
_root.slot6data.data.char1xscale = _root.char1xscale;
_root.slot6data.data.char2xscale = _root.char2xscale;
_root.slot6data.data.char3xscale = _root.char3xscale;
_root.slot6data.data.char4xscale = _root.char4xscale;
_root.slot6data.data.char5xscale = _root.char5xscale;
_root.slot6data.data.char6xscale = _root.char6xscale;
_root.slot6data.data.char7xscale = _root.char7sxscale;
_root.slot6data.data.obj1xscale = _root.obj1xscale;
_root.slot6data.data.obj2xscale = _root.obj2xscale;
_root.slot6data.data.obj3xscale = _root.obj3xscale;
_root.slot6data.data.char1yscale = _root.char1yscale;
_root.slot6data.data.char2yscale = _root.char2yscale;
_root.slot6data.data.char3yscale = _root.char3yscale;
_root.slot6data.data.char4yscale = _root.char4yscale;
_root.slot6data.data.char5yscale = _root.char5yscale;
_root.slot6data.data.char6yscale = _root.char6yscale;
_root.slot6data.data.char7yscale = _root.char7yscale;
_root.slot6data.data.obj1yscale = _root.obj1yscale;
_root.slot6data.data.obj2yscale = _root.obj2yscale;
_root.slot6data.data.obj3yscale = _root.obj3yscale;
_root.slot6data.data.char1rot = _root.char1rot;
_root.slot6data.data.char2rot = _root.char2rot;
_root.slot6data.data.char3rot = _root.char3rot;
_root.slot6data.data.char4rot = _root.char4rot;
_root.slot6data.data.char5rot = _root.char5rot;
_root.slot6data.data.char6rot = _root.char6rot;
_root.slot6data.data.char7rot = _root.char7rot;
_root.slot6data.data.obj1rot = _root.obj1rot;
_root.slot6data.data.obj2rot = _root.obj2rot;
_root.slot6data.data.obj3rot = _root.obj3rot;
_root.slot6data.data.char1flip = _root.char1flip;
_root.slot6data.data.char2flip = _root.char2flip;
_root.slot6data.data.char3flip = _root.char3flip;
_root.slot6data.data.char4flip = _root.char4flip;
_root.slot6data.data.char5flip = _root.char5flip;
_root.slot6data.data.char6flip = _root.char6flip;
_root.slot6data.data.char7flip = _root.char7flip;
_root.slot6data.data.obj1flip = _root.obj1flip;
_root.slot6data.data.obj2flip = _root.obj2flip;
_root.slot6data.data.obj3flip = _root.obj3flip;
_root.slot6data.data.char1exist = _root.char1exist;
_root.slot6data.data.char2exist = _root.char2exist;
_root.slot6data.data.char3exist = _root.char3exist;
_root.slot6data.data.char4exist = _root.char4exist;
_root.slot6data.data.char5exist = _root.char5exist;
_root.slot6data.data.char6exist = _root.char6exist;
_root.slot6data.data.char7exist = _root.char7exist;
_root.slot6data.data.obj1exist = _root.obj1exist;
_root.slot6data.data.obj2exist = _root.obj2exist;
_root.slot6data.data.obj3exist = _root.obj3exist;
_root.slot6data.data.bubble1pic = _root.bubble1pic;
_root.slot6data.data.bubble2pic = _root.bubble2pic;
_root.slot6data.data.bubble3pic = _root.bubble3pic;
_root.slot6data.data.bubble4pic = _root.bubble4pic;
_root.slot6data.data.bubble5pic = _root.bubble5pic;
_root.slot6data.data.bubble1x = _root.bubble1x;
_root.slot6data.data.bubble2x = _root.bubble2x;
_root.slot6data.data.bubble3x = _root.bubble3x;
_root.slot6data.data.bubble4x = _root.bubble4x;
_root.slot6data.data.bubble5x = _root.bubble5x;
_root.slot6data.data.bubble1y = _root.bubble1y;
_root.slot6data.data.bubble2y = _root.bubble2y;
_root.slot6data.data.bubble3y = _root.bubble3y;
_root.slot6data.data.bubble4y = _root.bubble4y;
_root.slot6data.data.bubble5y = _root.bubble5y;
_root.slot6data.data.bubble1content = _root.bubble1content;
_root.slot6data.data.bubble2content = _root.bubble2content;
_root.slot6data.data.bubble3content = _root.bubble3content;
_root.slot6data.data.bubble4content = _root.bubble4content;
_root.slot6data.data.bubble5content = _root.bubble5content;
_root.slot6data.data.bubble1exist = _root.bubble1exist;
_root.slot6data.data.bubble2exist = _root.bubble2exist;
_root.slot6data.data.bubble3exist = _root.bubble3exist;
_root.slot6data.data.bubble4exist = _root.bubble4exist;
_root.slot6data.data.bubble5exist = _root.bubble5exist;
_root.slot6data.data.background = _root.background1;
_root.slot_names.data.slot6name = _root.comicname;
_root.slot6data.flush();
_root.slot_names.flush();
gotoAndPlay (2);
}
Symbol 1201 Button
on (release) {
_root.slot1data.data.char1pic = _root.char1pic;
_root.slot1data.data.char2pic = _root.char2pic;
_root.slot1data.data.char3pic = _root.char3pic;
_root.slot1data.data.char4pic = _root.char4pic;
_root.slot1data.data.char5pic = _root.char5pic;
_root.slot1data.data.char6pic = _root.char6pic;
_root.slot1data.data.char7pic = _root.char7pic;
_root.slot1data.data.obj1pic = _root.obj1pic;
_root.slot1data.data.obj2pic = _root.obj2pic;
_root.slot1data.data.obj3pic = _root.obj3pic;
_root.slot1data.data.char1x = _root.char1x;
_root.slot1data.data.char2x = _root.char2x;
_root.slot1data.data.char3x = _root.char3x;
_root.slot1data.data.char4x = _root.char4x;
_root.slot1data.data.char5x = _root.char5x;
_root.slot1data.data.char6x = _root.char6x;
_root.slot1data.data.char7x = _root.char7x;
_root.slot1data.data.obj1x = _root.obj1x;
_root.slot1data.data.obj2x = _root.obj2x;
_root.slot1data.data.obj3x = _root.obj3x;
_root.slot1data.data.char1y = _root.char1y;
_root.slot1data.data.char2y = _root.char2y;
_root.slot1data.data.char3y = _root.char3y;
_root.slot1data.data.char4y = _root.char4y;
_root.slot1data.data.char5y = _root.char5y;
_root.slot1data.data.char6y = _root.char6y;
_root.slot1data.data.char7y = _root.char7y;
_root.slot1data.data.obj1y = _root.obj1y;
_root.slot1data.data.obj2y = _root.obj2y;
_root.slot1data.data.obj3y = _root.obj3y;
_root.slot1data.data.char1xscale = _root.char1xscale;
_root.slot1data.data.char2xscale = _root.char2xscale;
_root.slot1data.data.char3xscale = _root.char3xscale;
_root.slot1data.data.char4xscale = _root.char4xscale;
_root.slot1data.data.char5xscale = _root.char5xscale;
_root.slot1data.data.char6xscale = _root.char6xscale;
_root.slot1data.data.char7xscale = _root.char7sxscale;
_root.slot1data.data.obj1xscale = _root.obj1xscale;
_root.slot1data.data.obj2xscale = _root.obj2xscale;
_root.slot1data.data.obj3xscale = _root.obj3xscale;
_root.slot1data.data.char1yscale = _root.char1yscale;
_root.slot1data.data.char2yscale = _root.char2yscale;
_root.slot1data.data.char3yscale = _root.char3yscale;
_root.slot1data.data.char4yscale = _root.char4yscale;
_root.slot1data.data.char5yscale = _root.char5yscale;
_root.slot1data.data.char6yscale = _root.char6yscale;
_root.slot1data.data.char7yscale = _root.char7yscale;
_root.slot1data.data.obj1yscale = _root.obj1yscale;
_root.slot1data.data.obj2yscale = _root.obj2yscale;
_root.slot1data.data.obj3yscale = _root.obj3yscale;
_root.slot1data.data.char1rot = _root.char1rot;
_root.slot1data.data.char2rot = _root.char2rot;
_root.slot1data.data.char3rot = _root.char3rot;
_root.slot1data.data.char4rot = _root.char4rot;
_root.slot1data.data.char5rot = _root.char5rot;
_root.slot1data.data.char6rot = _root.char6rot;
_root.slot1data.data.char7rot = _root.char7rot;
_root.slot1data.data.obj1rot = _root.obj1rot;
_root.slot1data.data.obj2rot = _root.obj2rot;
_root.slot1data.data.obj3rot = _root.obj3rot;
_root.slot1data.data.char1flip = _root.char1flip;
_root.slot1data.data.char2flip = _root.char2flip;
_root.slot1data.data.char3flip = _root.char3flip;
_root.slot1data.data.char4flip = _root.char4flip;
_root.slot1data.data.char5flip = _root.char5flip;
_root.slot1data.data.char6flip = _root.char6flip;
_root.slot1data.data.char7flip = _root.char7flip;
_root.slot1data.data.obj1flip = _root.obj1flip;
_root.slot1data.data.obj2flip = _root.obj2flip;
_root.slot1data.data.obj3flip = _root.obj3flip;
_root.slot1data.data.char1exist = _root.char1exist;
_root.slot1data.data.char2exist = _root.char2exist;
_root.slot1data.data.char3exist = _root.char3exist;
_root.slot1data.data.char4exist = _root.char4exist;
_root.slot1data.data.char5exist = _root.char5exist;
_root.slot1data.data.char6exist = _root.char6exist;
_root.slot1data.data.char7exist = _root.char7exist;
_root.slot1data.data.obj1exist = _root.obj1exist;
_root.slot1data.data.obj2exist = _root.obj2exist;
_root.slot1data.data.obj3exist = _root.obj3exist;
_root.slot1data.data.bubble1pic = _root.bubble1pic;
_root.slot1data.data.bubble2pic = _root.bubble2pic;
_root.slot1data.data.bubble3pic = _root.bubble3pic;
_root.slot1data.data.bubble4pic = _root.bubble4pic;
_root.slot1data.data.bubble5pic = _root.bubble5pic;
_root.slot1data.data.bubble1x = _root.bubble1x;
_root.slot1data.data.bubble2x = _root.bubble2x;
_root.slot1data.data.bubble3x = _root.bubble3x;
_root.slot1data.data.bubble4x = _root.bubble4x;
_root.slot1data.data.bubble5x = _root.bubble5x;
_root.slot1data.data.bubble1y = _root.bubble1y;
_root.slot1data.data.bubble2y = _root.bubble2y;
_root.slot1data.data.bubble3y = _root.bubble3y;
_root.slot1data.data.bubble4y = _root.bubble4y;
_root.slot1data.data.bubble5y = _root.bubble5y;
_root.slot1data.data.bubble1content = _root.bubble1content;
_root.slot1data.data.bubble2content = _root.bubble2content;
_root.slot1data.data.bubble3content = _root.bubble3content;
_root.slot1data.data.bubble4content = _root.bubble4content;
_root.slot1data.data.bubble5content = _root.bubble5content;
_root.slot1data.data.bubble1exist = _root.bubble1exist;
_root.slot1data.data.bubble2exist = _root.bubble2exist;
_root.slot1data.data.bubble3exist = _root.bubble3exist;
_root.slot1data.data.bubble4exist = _root.bubble4exist;
_root.slot1data.data.bubble5exist = _root.bubble5exist;
_root.slot1data.data.background = _root.background1;
_root.slot_names.data.slot1name = _root.comicname;
_root.slot1data.flush();
_root.slot_names.flush();
gotoAndPlay (2);
}
Symbol 1209 Button
on (release) {
_root.char1pic = _root.slot2data.data.char1pic;
_root.char2pic = _root.slot2data.data.char2pic;
_root.char3pic = _root.slot2data.data.char3pic;
_root.char4pic = _root.slot2data.data.char4pic;
_root.char5pic = _root.slot2data.data.char5pic;
_root.char6pic = _root.slot2data.data.char6pic;
_root.char7pic = _root.slot2data.data.char7pic;
_root.obj1pic = _root.slot2data.data.obj1pic;
_root.obj2pic = _root.slot2data.data.obj2pic;
_root.obj3pic = _root.slot2data.data.obj3pic;
_root.char1x = _root.slot2data.data.char1x;
_root.char2x = _root.slot2data.data.char2x;
_root.char3x = _root.slot2data.data.char3x;
_root.char4x = _root.slot2data.data.char4x;
_root.char5x = _root.slot2data.data.char5x;
_root.char6x = _root.slot2data.data.char6x;
_root.char7x = _root.slot2data.data.char7x;
_root.obj1x = _root.slot2data.data.obj1x;
_root.obj2x = _root.slot2data.data.obj2x;
_root.obj3x = _root.slot2data.data.obj3x;
_root.char1y = _root.slot2data.data.char1y;
_root.char2y = _root.slot2data.data.char2y;
_root.char3y = _root.slot2data.data.char3y;
_root.char4y = _root.slot2data.data.char4y;
_root.char5y = _root.slot2data.data.char5y;
_root.char6y = _root.slot2data.data.char6y;
_root.char7y = _root.slot2data.data.char7y;
_root.obj1y = _root.slot2data.data.obj1y;
_root.obj2y = _root.slot2data.data.obj2y;
_root.obj3y = _root.slot2data.data.obj3y;
_root.char1xscale = _root.slot2data.data.char1xscale;
_root.char2xscale = _root.slot2data.data.char2xscale;
_root.char3xscale = _root.slot2data.data.char3xscale;
_root.char4xscale = _root.slot2data.data.char4xscale;
_root.char5xscale = _root.slot2data.data.char5xscale;
_root.char6xscale = _root.slot2data.data.char6xscale;
_root.char7xscale = _root.slot2data.data.char7xscale;
_root.obj1xscale = _root.slot2data.data.obj1xscale;
_root.obj2xscale = _root.slot2data.data.obj2xscale;
_root.obj3xscale = _root.slot2data.data.obj3xscale;
_root.char1yscale = _root.slot2data.data.char1yscale;
_root.char2yscale = _root.slot2data.data.char2yscale;
_root.char3yscale = _root.slot2data.data.char3yscale;
_root.char4yscale = _root.slot2data.data.char4yscale;
_root.char5yscale = _root.slot2data.data.char5yscale;
_root.char6yscale = _root.slot2data.data.char6yscale;
_root.char7yscale = _root.slot2data.data.char7yscale;
_root.obj1yscale = _root.slot2data.data.obj1yscale;
_root.obj2yscale = _root.slot2data.data.obj2yscale;
_root.obj3yscale = _root.slot2data.data.obj3yscale;
_root.char1rot = _root.slot2data.data.char1rot;
_root.char2rot = _root.slot2data.data.char2rot;
_root.char3rot = _root.slot2data.data.char3rot;
_root.char4rot = _root.slot2data.data.char4rot;
_root.char5rot = _root.slot2data.data.char5rot;
_root.char6rot = _root.slot2data.data.char6rot;
_root.char7rot = _root.slot2data.data.char7rot;
_root.obj1rot = _root.slot2data.data.obj1rot;
_root.obj2rot = _root.slot2data.data.obj2rot;
_root.obj3rot = _root.slot2data.data.obj3rot;
_root.char1flip = _root.slot2data.data.char1flip;
_root.char2flip = _root.slot2data.data.char2flip;
_root.char3flip = _root.slot2data.data.char3flip;
_root.char4flip = _root.slot2data.data.char4flip;
_root.char5flip = _root.slot2data.data.char5flip;
_root.char6flip = _root.slot2data.data.char6flip;
_root.char7flip = _root.slot2data.data.char7flip;
_root.obj1flip = _root.slot2data.data.obj1flip;
_root.obj2flip = _root.slot2data.data.obj2flip;
_root.obj3flip = _root.slot2data.data.obj3flip;
_root.char1exist = _root.slot2data.data.char1exist;
_root.char2exist = _root.slot2data.data.char2exist;
_root.char3exist = _root.slot2data.data.char3exist;
_root.char4exist = _root.slot2data.data.char4exist;
_root.char5exist = _root.slot2data.data.char5exist;
_root.char6exist = _root.slot2data.data.char6exist;
_root.char7exist = _root.slot2data.data.char7exist;
_root.obj1exist = _root.slot2data.data.obj1exist;
_root.obj2exist = _root.slot2data.data.obj2exist;
_root.obj3exist = _root.slot2data.data.obj3exist;
_root.bubble1pic = _root.slot2data.data.bubble1pic;
_root.bubble2pic = _root.slot2data.data.bubble2pic;
_root.bubble3pic = _root.slot2data.data.bubble3pic;
_root.bubble4pic = _root.slot2data.data.bubble4pic;
_root.bubble5pic = _root.slot2data.data.bubble5pic;
_root.bubble1x = _root.slot2data.data.bubble1x;
_root.bubble2x = _root.slot2data.data.bubble2x;
_root.bubble3x = _root.slot2data.data.bubble3x;
_root.bubble4x = _root.slot2data.data.bubble4x;
_root.bubble5x = _root.slot2data.data.bubble5x;
_root.bubble1y = _root.slot2data.data.bubble1y;
_root.bubble2y = _root.slot2data.data.bubble2y;
_root.bubble3y = _root.slot2data.data.bubble3y;
_root.bubble4y = _root.slot2data.data.bubble4y;
_root.bubble5y = _root.slot2data.data.bubble5y;
_root.bubble1content = _root.slot2data.data.bubble1content;
_root.bubble2content = _root.slot2data.data.bubble2content;
_root.bubble3content = _root.slot2data.data.bubble3content;
_root.bubble4content = _root.slot2data.data.bubble4content;
_root.bubble5content = _root.slot2data.data.bubble5content;
_root.bubble1exist = _root.slot2data.data.bubble1exist;
_root.bubble2exist = _root.slot2data.data.bubble2exist;
_root.bubble3exist = _root.slot2data.data.bubble3exist;
_root.bubble4exist = _root.slot2data.data.bubble4exist;
_root.bubble5exist = _root.slot2data.data.bubble5exist;
_root.background1 = _root.slot2data.data.background;
_root.comicname = _root.slot_names.data.slot2name;
gotoAndPlay (2);
}
Symbol 1210 Button
on (release) {
_root.char1pic = _root.slot3data.data.char1pic;
_root.char2pic = _root.slot3data.data.char2pic;
_root.char3pic = _root.slot3data.data.char3pic;
_root.char4pic = _root.slot3data.data.char4pic;
_root.char5pic = _root.slot3data.data.char5pic;
_root.char6pic = _root.slot3data.data.char6pic;
_root.char7pic = _root.slot3data.data.char7pic;
_root.obj1pic = _root.slot3data.data.obj1pic;
_root.obj2pic = _root.slot3data.data.obj2pic;
_root.obj3pic = _root.slot3data.data.obj3pic;
_root.char1x = _root.slot3data.data.char1x;
_root.char2x = _root.slot3data.data.char2x;
_root.char3x = _root.slot3data.data.char3x;
_root.char4x = _root.slot3data.data.char4x;
_root.char5x = _root.slot3data.data.char5x;
_root.char6x = _root.slot3data.data.char6x;
_root.char7x = _root.slot3data.data.char7x;
_root.obj1x = _root.slot3data.data.obj1x;
_root.obj2x = _root.slot3data.data.obj2x;
_root.obj3x = _root.slot3data.data.obj3x;
_root.char1y = _root.slot3data.data.char1y;
_root.char2y = _root.slot3data.data.char2y;
_root.char3y = _root.slot3data.data.char3y;
_root.char4y = _root.slot3data.data.char4y;
_root.char5y = _root.slot3data.data.char5y;
_root.char6y = _root.slot3data.data.char6y;
_root.char7y = _root.slot3data.data.char7y;
_root.obj1y = _root.slot3data.data.obj1y;
_root.obj2y = _root.slot3data.data.obj2y;
_root.obj3y = _root.slot3data.data.obj3y;
_root.char1xscale = _root.slot3data.data.char1xscale;
_root.char2xscale = _root.slot3data.data.char2xscale;
_root.char3xscale = _root.slot3data.data.char3xscale;
_root.char4xscale = _root.slot3data.data.char4xscale;
_root.char5xscale = _root.slot3data.data.char5xscale;
_root.char6xscale = _root.slot3data.data.char6xscale;
_root.char7xscale = _root.slot3data.data.char7xscale;
_root.obj1xscale = _root.slot3data.data.obj1xscale;
_root.obj2xscale = _root.slot3data.data.obj2xscale;
_root.obj3xscale = _root.slot3data.data.obj3xscale;
_root.char1yscale = _root.slot3data.data.char1yscale;
_root.char2yscale = _root.slot3data.data.char2yscale;
_root.char3yscale = _root.slot3data.data.char3yscale;
_root.char4yscale = _root.slot3data.data.char4yscale;
_root.char5yscale = _root.slot3data.data.char5yscale;
_root.char6yscale = _root.slot3data.data.char6yscale;
_root.char7yscale = _root.slot3data.data.char7yscale;
_root.obj1yscale = _root.slot3data.data.obj1yscale;
_root.obj2yscale = _root.slot3data.data.obj2yscale;
_root.obj3yscale = _root.slot3data.data.obj3yscale;
_root.char1rot = _root.slot3data.data.char1rot;
_root.char2rot = _root.slot3data.data.char2rot;
_root.char3rot = _root.slot3data.data.char3rot;
_root.char4rot = _root.slot3data.data.char4rot;
_root.char5rot = _root.slot3data.data.char5rot;
_root.char6rot = _root.slot3data.data.char6rot;
_root.char7rot = _root.slot3data.data.char7rot;
_root.obj1rot = _root.slot3data.data.obj1rot;
_root.obj2rot = _root.slot3data.data.obj2rot;
_root.obj3rot = _root.slot3data.data.obj3rot;
_root.char1flip = _root.slot3data.data.char1flip;
_root.char2flip = _root.slot3data.data.char2flip;
_root.char3flip = _root.slot3data.data.char3flip;
_root.char4flip = _root.slot3data.data.char4flip;
_root.char5flip = _root.slot3data.data.char5flip;
_root.char6flip = _root.slot3data.data.char6flip;
_root.char7flip = _root.slot3data.data.char7flip;
_root.obj1flip = _root.slot3data.data.obj1flip;
_root.obj2flip = _root.slot3data.data.obj2flip;
_root.obj3flip = _root.slot3data.data.obj3flip;
_root.char1exist = _root.slot3data.data.char1exist;
_root.char2exist = _root.slot3data.data.char2exist;
_root.char3exist = _root.slot3data.data.char3exist;
_root.char4exist = _root.slot3data.data.char4exist;
_root.char5exist = _root.slot3data.data.char5exist;
_root.char6exist = _root.slot3data.data.char6exist;
_root.char7exist = _root.slot3data.data.char7exist;
_root.obj1exist = _root.slot3data.data.obj1exist;
_root.obj2exist = _root.slot3data.data.obj2exist;
_root.obj3exist = _root.slot3data.data.obj3exist;
_root.bubble1pic = _root.slot3data.data.bubble1pic;
_root.bubble2pic = _root.slot3data.data.bubble2pic;
_root.bubble3pic = _root.slot3data.data.bubble3pic;
_root.bubble4pic = _root.slot3data.data.bubble4pic;
_root.bubble5pic = _root.slot3data.data.bubble5pic;
_root.bubble1x = _root.slot3data.data.bubble1x;
_root.bubble2x = _root.slot3data.data.bubble2x;
_root.bubble3x = _root.slot3data.data.bubble3x;
_root.bubble4x = _root.slot3data.data.bubble4x;
_root.bubble5x = _root.slot3data.data.bubble5x;
_root.bubble1y = _root.slot3data.data.bubble1y;
_root.bubble2y = _root.slot3data.data.bubble2y;
_root.bubble3y = _root.slot3data.data.bubble3y;
_root.bubble4y = _root.slot3data.data.bubble4y;
_root.bubble5y = _root.slot3data.data.bubble5y;
_root.bubble1content = _root.slot3data.data.bubble1content;
_root.bubble2content = _root.slot3data.data.bubble2content;
_root.bubble3content = _root.slot3data.data.bubble3content;
_root.bubble4content = _root.slot3data.data.bubble4content;
_root.bubble5content = _root.slot3data.data.bubble5content;
_root.bubble1exist = _root.slot3data.data.bubble1exist;
_root.bubble2exist = _root.slot3data.data.bubble2exist;
_root.bubble3exist = _root.slot3data.data.bubble3exist;
_root.bubble4exist = _root.slot3data.data.bubble4exist;
_root.bubble5exist = _root.slot3data.data.bubble5exist;
_root.background1 = _root.slot3data.data.background;
_root.comicname = _root.slot_names.data.slot3name;
gotoAndPlay (2);
}
Symbol 1211 Button
on (release) {
_root.char1pic = _root.slot4data.data.char1pic;
_root.char2pic = _root.slot4data.data.char2pic;
_root.char3pic = _root.slot4data.data.char3pic;
_root.char4pic = _root.slot4data.data.char4pic;
_root.char5pic = _root.slot4data.data.char5pic;
_root.char6pic = _root.slot4data.data.char6pic;
_root.char7pic = _root.slot4data.data.char7pic;
_root.obj1pic = _root.slot4data.data.obj1pic;
_root.obj2pic = _root.slot4data.data.obj2pic;
_root.obj3pic = _root.slot4data.data.obj3pic;
_root.char1x = _root.slot4data.data.char1x;
_root.char2x = _root.slot4data.data.char2x;
_root.char3x = _root.slot4data.data.char3x;
_root.char4x = _root.slot4data.data.char4x;
_root.char5x = _root.slot4data.data.char5x;
_root.char6x = _root.slot4data.data.char6x;
_root.char7x = _root.slot4data.data.char7x;
_root.obj1x = _root.slot4data.data.obj1x;
_root.obj2x = _root.slot4data.data.obj2x;
_root.obj3x = _root.slot4data.data.obj3x;
_root.char1y = _root.slot4data.data.char1y;
_root.char2y = _root.slot4data.data.char2y;
_root.char3y = _root.slot4data.data.char3y;
_root.char4y = _root.slot4data.data.char4y;
_root.char5y = _root.slot4data.data.char5y;
_root.char6y = _root.slot4data.data.char6y;
_root.char7y = _root.slot4data.data.char7y;
_root.obj1y = _root.slot4data.data.obj1y;
_root.obj2y = _root.slot4data.data.obj2y;
_root.obj3y = _root.slot4data.data.obj3y;
_root.char1xscale = _root.slot4data.data.char1xscale;
_root.char2xscale = _root.slot4data.data.char2xscale;
_root.char3xscale = _root.slot4data.data.char3xscale;
_root.char4xscale = _root.slot4data.data.char4xscale;
_root.char5xscale = _root.slot4data.data.char5xscale;
_root.char6xscale = _root.slot4data.data.char6xscale;
_root.char7xscale = _root.slot4data.data.char7xscale;
_root.obj1xscale = _root.slot4data.data.obj1xscale;
_root.obj2xscale = _root.slot4data.data.obj2xscale;
_root.obj3xscale = _root.slot4data.data.obj3xscale;
_root.char1yscale = _root.slot4data.data.char1yscale;
_root.char2yscale = _root.slot4data.data.char2yscale;
_root.char3yscale = _root.slot4data.data.char3yscale;
_root.char4yscale = _root.slot4data.data.char4yscale;
_root.char5yscale = _root.slot4data.data.char5yscale;
_root.char6yscale = _root.slot4data.data.char6yscale;
_root.char7yscale = _root.slot4data.data.char7yscale;
_root.obj1yscale = _root.slot4data.data.obj1yscale;
_root.obj2yscale = _root.slot4data.data.obj2yscale;
_root.obj3yscale = _root.slot4data.data.obj3yscale;
_root.char1rot = _root.slot4data.data.char1rot;
_root.char2rot = _root.slot4data.data.char2rot;
_root.char3rot = _root.slot4data.data.char3rot;
_root.char4rot = _root.slot4data.data.char4rot;
_root.char5rot = _root.slot4data.data.char5rot;
_root.char6rot = _root.slot4data.data.char6rot;
_root.char7rot = _root.slot4data.data.char7rot;
_root.obj1rot = _root.slot4data.data.obj1rot;
_root.obj2rot = _root.slot4data.data.obj2rot;
_root.obj3rot = _root.slot4data.data.obj3rot;
_root.char1flip = _root.slot4data.data.char1flip;
_root.char2flip = _root.slot4data.data.char2flip;
_root.char3flip = _root.slot4data.data.char3flip;
_root.char4flip = _root.slot4data.data.char4flip;
_root.char5flip = _root.slot4data.data.char5flip;
_root.char6flip = _root.slot4data.data.char6flip;
_root.char7flip = _root.slot4data.data.char7flip;
_root.obj1flip = _root.slot4data.data.obj1flip;
_root.obj2flip = _root.slot4data.data.obj2flip;
_root.obj3flip = _root.slot4data.data.obj3flip;
_root.char1exist = _root.slot4data.data.char1exist;
_root.char2exist = _root.slot4data.data.char2exist;
_root.char3exist = _root.slot4data.data.char3exist;
_root.char4exist = _root.slot4data.data.char4exist;
_root.char5exist = _root.slot4data.data.char5exist;
_root.char6exist = _root.slot4data.data.char6exist;
_root.char7exist = _root.slot4data.data.char7exist;
_root.obj1exist = _root.slot4data.data.obj1exist;
_root.obj2exist = _root.slot4data.data.obj2exist;
_root.obj3exist = _root.slot4data.data.obj3exist;
_root.bubble1pic = _root.slot4data.data.bubble1pic;
_root.bubble2pic = _root.slot4data.data.bubble2pic;
_root.bubble3pic = _root.slot4data.data.bubble3pic;
_root.bubble4pic = _root.slot4data.data.bubble4pic;
_root.bubble5pic = _root.slot4data.data.bubble5pic;
_root.bubble1x = _root.slot4data.data.bubble1x;
_root.bubble2x = _root.slot4data.data.bubble2x;
_root.bubble3x = _root.slot4data.data.bubble3x;
_root.bubble4x = _root.slot4data.data.bubble4x;
_root.bubble5x = _root.slot4data.data.bubble5x;
_root.bubble1y = _root.slot4data.data.bubble1y;
_root.bubble2y = _root.slot4data.data.bubble2y;
_root.bubble3y = _root.slot4data.data.bubble3y;
_root.bubble4y = _root.slot4data.data.bubble4y;
_root.bubble5y = _root.slot4data.data.bubble5y;
_root.bubble1content = _root.slot4data.data.bubble1content;
_root.bubble2content = _root.slot4data.data.bubble2content;
_root.bubble3content = _root.slot4data.data.bubble3content;
_root.bubble4content = _root.slot4data.data.bubble4content;
_root.bubble5content = _root.slot4data.data.bubble5content;
_root.bubble1exist = _root.slot4data.data.bubble1exist;
_root.bubble2exist = _root.slot4data.data.bubble2exist;
_root.bubble3exist = _root.slot4data.data.bubble3exist;
_root.bubble4exist = _root.slot4data.data.bubble4exist;
_root.bubble5exist = _root.slot4data.data.bubble5exist;
_root.background1 = _root.slot4data.data.background;
_root.comicname = _root.slot_names.data.slot4name;
gotoAndPlay (2);
}
Symbol 1212 Button
on (release) {
_root.char1pic = _root.slot5data.data.char1pic;
_root.char2pic = _root.slot5data.data.char2pic;
_root.char3pic = _root.slot5data.data.char3pic;
_root.char4pic = _root.slot5data.data.char4pic;
_root.char5pic = _root.slot5data.data.char5pic;
_root.char6pic = _root.slot5data.data.char6pic;
_root.char7pic = _root.slot5data.data.char7pic;
_root.obj1pic = _root.slot5data.data.obj1pic;
_root.obj2pic = _root.slot5data.data.obj2pic;
_root.obj3pic = _root.slot5data.data.obj3pic;
_root.char1x = _root.slot5data.data.char1x;
_root.char2x = _root.slot5data.data.char2x;
_root.char3x = _root.slot5data.data.char3x;
_root.char4x = _root.slot5data.data.char4x;
_root.char5x = _root.slot5data.data.char5x;
_root.char6x = _root.slot5data.data.char6x;
_root.char7x = _root.slot5data.data.char7x;
_root.obj1x = _root.slot5data.data.obj1x;
_root.obj2x = _root.slot5data.data.obj2x;
_root.obj3x = _root.slot5data.data.obj3x;
_root.char1y = _root.slot5data.data.char1y;
_root.char2y = _root.slot5data.data.char2y;
_root.char3y = _root.slot5data.data.char3y;
_root.char4y = _root.slot5data.data.char4y;
_root.char5y = _root.slot5data.data.char5y;
_root.char6y = _root.slot5data.data.char6y;
_root.char7y = _root.slot5data.data.char7y;
_root.obj1y = _root.slot5data.data.obj1y;
_root.obj2y = _root.slot5data.data.obj2y;
_root.obj3y = _root.slot5data.data.obj3y;
_root.char1xscale = _root.slot5data.data.char1xscale;
_root.char2xscale = _root.slot5data.data.char2xscale;
_root.char3xscale = _root.slot5data.data.char3xscale;
_root.char4xscale = _root.slot5data.data.char4xscale;
_root.char5xscale = _root.slot5data.data.char5xscale;
_root.char6xscale = _root.slot5data.data.char6xscale;
_root.char7xscale = _root.slot5data.data.char7xscale;
_root.obj1xscale = _root.slot5data.data.obj1xscale;
_root.obj2xscale = _root.slot5data.data.obj2xscale;
_root.obj3xscale = _root.slot5data.data.obj3xscale;
_root.char1yscale = _root.slot5data.data.char1yscale;
_root.char2yscale = _root.slot5data.data.char2yscale;
_root.char3yscale = _root.slot5data.data.char3yscale;
_root.char4yscale = _root.slot5data.data.char4yscale;
_root.char5yscale = _root.slot5data.data.char5yscale;
_root.char6yscale = _root.slot5data.data.char6yscale;
_root.char7yscale = _root.slot5data.data.char7yscale;
_root.obj1yscale = _root.slot5data.data.obj1yscale;
_root.obj2yscale = _root.slot5data.data.obj2yscale;
_root.obj3yscale = _root.slot5data.data.obj3yscale;
_root.char1rot = _root.slot5data.data.char1rot;
_root.char2rot = _root.slot5data.data.char2rot;
_root.char3rot = _root.slot5data.data.char3rot;
_root.char4rot = _root.slot5data.data.char4rot;
_root.char5rot = _root.slot5data.data.char5rot;
_root.char6rot = _root.slot5data.data.char6rot;
_root.char7rot = _root.slot5data.data.char7rot;
_root.obj1rot = _root.slot5data.data.obj1rot;
_root.obj2rot = _root.slot5data.data.obj2rot;
_root.obj3rot = _root.slot5data.data.obj3rot;
_root.char1flip = _root.slot5data.data.char1flip;
_root.char2flip = _root.slot5data.data.char2flip;
_root.char3flip = _root.slot5data.data.char3flip;
_root.char4flip = _root.slot5data.data.char4flip;
_root.char5flip = _root.slot5data.data.char5flip;
_root.char6flip = _root.slot5data.data.char6flip;
_root.char7flip = _root.slot5data.data.char7flip;
_root.obj1flip = _root.slot5data.data.obj1flip;
_root.obj2flip = _root.slot5data.data.obj2flip;
_root.obj3flip = _root.slot5data.data.obj3flip;
_root.char1exist = _root.slot5data.data.char1exist;
_root.char2exist = _root.slot5data.data.char2exist;
_root.char3exist = _root.slot5data.data.char3exist;
_root.char4exist = _root.slot5data.data.char4exist;
_root.char5exist = _root.slot5data.data.char5exist;
_root.char6exist = _root.slot5data.data.char6exist;
_root.char7exist = _root.slot5data.data.char7exist;
_root.obj1exist = _root.slot5data.data.obj1exist;
_root.obj2exist = _root.slot5data.data.obj2exist;
_root.obj3exist = _root.slot5data.data.obj3exist;
_root.bubble1pic = _root.slot5data.data.bubble1pic;
_root.bubble2pic = _root.slot5data.data.bubble2pic;
_root.bubble3pic = _root.slot5data.data.bubble3pic;
_root.bubble4pic = _root.slot5data.data.bubble4pic;
_root.bubble5pic = _root.slot5data.data.bubble5pic;
_root.bubble1x = _root.slot5data.data.bubble1x;
_root.bubble2x = _root.slot5data.data.bubble2x;
_root.bubble3x = _root.slot5data.data.bubble3x;
_root.bubble4x = _root.slot5data.data.bubble4x;
_root.bubble5x = _root.slot5data.data.bubble5x;
_root.bubble1y = _root.slot5data.data.bubble1y;
_root.bubble2y = _root.slot5data.data.bubble2y;
_root.bubble3y = _root.slot5data.data.bubble3y;
_root.bubble4y = _root.slot5data.data.bubble4y;
_root.bubble5y = _root.slot5data.data.bubble5y;
_root.bubble1content = _root.slot5data.data.bubble1content;
_root.bubble2content = _root.slot5data.data.bubble2content;
_root.bubble3content = _root.slot5data.data.bubble3content;
_root.bubble4content = _root.slot5data.data.bubble4content;
_root.bubble5content = _root.slot5data.data.bubble5content;
_root.bubble1exist = _root.slot5data.data.bubble1exist;
_root.bubble2exist = _root.slot5data.data.bubble2exist;
_root.bubble3exist = _root.slot5data.data.bubble3exist;
_root.bubble4exist = _root.slot5data.data.bubble4exist;
_root.bubble5exist = _root.slot5data.data.bubble5exist;
_root.background1 = _root.slot5data.data.background;
_root.comicname = _root.slot_names.data.slot5name;
gotoAndPlay (2);
}
Symbol 1213 Button
on (release) {
_root.char1pic = _root.slot6data.data.char1pic;
_root.char2pic = _root.slot6data.data.char2pic;
_root.char3pic = _root.slot6data.data.char3pic;
_root.char4pic = _root.slot6data.data.char4pic;
_root.char5pic = _root.slot6data.data.char5pic;
_root.char6pic = _root.slot6data.data.char6pic;
_root.char7pic = _root.slot6data.data.char7pic;
_root.obj1pic = _root.slot6data.data.obj1pic;
_root.obj2pic = _root.slot6data.data.obj2pic;
_root.obj3pic = _root.slot6data.data.obj3pic;
_root.char1x = _root.slot6data.data.char1x;
_root.char2x = _root.slot6data.data.char2x;
_root.char3x = _root.slot6data.data.char3x;
_root.char4x = _root.slot6data.data.char4x;
_root.char5x = _root.slot6data.data.char5x;
_root.char6x = _root.slot6data.data.char6x;
_root.char7x = _root.slot6data.data.char7x;
_root.obj1x = _root.slot6data.data.obj1x;
_root.obj2x = _root.slot6data.data.obj2x;
_root.obj3x = _root.slot6data.data.obj3x;
_root.char1y = _root.slot6data.data.char1y;
_root.char2y = _root.slot6data.data.char2y;
_root.char3y = _root.slot6data.data.char3y;
_root.char4y = _root.slot6data.data.char4y;
_root.char5y = _root.slot6data.data.char5y;
_root.char6y = _root.slot6data.data.char6y;
_root.char7y = _root.slot6data.data.char7y;
_root.obj1y = _root.slot6data.data.obj1y;
_root.obj2y = _root.slot6data.data.obj2y;
_root.obj3y = _root.slot6data.data.obj3y;
_root.char1xscale = _root.slot6data.data.char1xscale;
_root.char2xscale = _root.slot6data.data.char2xscale;
_root.char3xscale = _root.slot6data.data.char3xscale;
_root.char4xscale = _root.slot6data.data.char4xscale;
_root.char5xscale = _root.slot6data.data.char5xscale;
_root.char6xscale = _root.slot6data.data.char6xscale;
_root.char7xscale = _root.slot6data.data.char7xscale;
_root.obj1xscale = _root.slot6data.data.obj1xscale;
_root.obj2xscale = _root.slot6data.data.obj2xscale;
_root.obj3xscale = _root.slot6data.data.obj3xscale;
_root.char1yscale = _root.slot6data.data.char1yscale;
_root.char2yscale = _root.slot6data.data.char2yscale;
_root.char3yscale = _root.slot6data.data.char3yscale;
_root.char4yscale = _root.slot6data.data.char4yscale;
_root.char5yscale = _root.slot6data.data.char5yscale;
_root.char6yscale = _root.slot6data.data.char6yscale;
_root.char7yscale = _root.slot6data.data.char7yscale;
_root.obj1yscale = _root.slot6data.data.obj1yscale;
_root.obj2yscale = _root.slot6data.data.obj2yscale;
_root.obj3yscale = _root.slot6data.data.obj3yscale;
_root.char1rot = _root.slot6data.data.char1rot;
_root.char2rot = _root.slot6data.data.char2rot;
_root.char3rot = _root.slot6data.data.char3rot;
_root.char4rot = _root.slot6data.data.char4rot;
_root.char5rot = _root.slot6data.data.char5rot;
_root.char6rot = _root.slot6data.data.char6rot;
_root.char7rot = _root.slot6data.data.char7rot;
_root.obj1rot = _root.slot6data.data.obj1rot;
_root.obj2rot = _root.slot6data.data.obj2rot;
_root.obj3rot = _root.slot6data.data.obj3rot;
_root.char1flip = _root.slot6data.data.char1flip;
_root.char2flip = _root.slot6data.data.char2flip;
_root.char3flip = _root.slot6data.data.char3flip;
_root.char4flip = _root.slot6data.data.char4flip;
_root.char5flip = _root.slot6data.data.char5flip;
_root.char6flip = _root.slot6data.data.char6flip;
_root.char7flip = _root.slot6data.data.char7flip;
_root.obj1flip = _root.slot6data.data.obj1flip;
_root.obj2flip = _root.slot6data.data.obj2flip;
_root.obj3flip = _root.slot6data.data.obj3flip;
_root.char1exist = _root.slot6data.data.char1exist;
_root.char2exist = _root.slot6data.data.char2exist;
_root.char3exist = _root.slot6data.data.char3exist;
_root.char4exist = _root.slot6data.data.char4exist;
_root.char5exist = _root.slot6data.data.char5exist;
_root.char6exist = _root.slot6data.data.char6exist;
_root.char7exist = _root.slot6data.data.char7exist;
_root.obj1exist = _root.slot6data.data.obj1exist;
_root.obj2exist = _root.slot6data.data.obj2exist;
_root.obj3exist = _root.slot6data.data.obj3exist;
_root.bubble1pic = _root.slot6data.data.bubble1pic;
_root.bubble2pic = _root.slot6data.data.bubble2pic;
_root.bubble3pic = _root.slot6data.data.bubble3pic;
_root.bubble4pic = _root.slot6data.data.bubble4pic;
_root.bubble5pic = _root.slot6data.data.bubble5pic;
_root.bubble1x = _root.slot6data.data.bubble1x;
_root.bubble2x = _root.slot6data.data.bubble2x;
_root.bubble3x = _root.slot6data.data.bubble3x;
_root.bubble4x = _root.slot6data.data.bubble4x;
_root.bubble5x = _root.slot6data.data.bubble5x;
_root.bubble1y = _root.slot6data.data.bubble1y;
_root.bubble2y = _root.slot6data.data.bubble2y;
_root.bubble3y = _root.slot6data.data.bubble3y;
_root.bubble4y = _root.slot6data.data.bubble4y;
_root.bubble5y = _root.slot6data.data.bubble5y;
_root.bubble1content = _root.slot6data.data.bubble1content;
_root.bubble2content = _root.slot6data.data.bubble2content;
_root.bubble3content = _root.slot6data.data.bubble3content;
_root.bubble4content = _root.slot6data.data.bubble4content;
_root.bubble5content = _root.slot6data.data.bubble5content;
_root.bubble1exist = _root.slot6data.data.bubble1exist;
_root.bubble2exist = _root.slot6data.data.bubble2exist;
_root.bubble3exist = _root.slot6data.data.bubble3exist;
_root.bubble4exist = _root.slot6data.data.bubble4exist;
_root.bubble5exist = _root.slot6data.data.bubble5exist;
_root.background1 = _root.slot6data.data.background;
_root.comicname = _root.slot_names.data.slot6name;
gotoAndPlay (2);
}
Symbol 1214 Button
on (release) {
_root.char1pic = _root.slot1data.data.char1pic;
_root.char2pic = _root.slot1data.data.char2pic;
_root.char3pic = _root.slot1data.data.char3pic;
_root.char4pic = _root.slot1data.data.char4pic;
_root.char5pic = _root.slot1data.data.char5pic;
_root.char6pic = _root.slot1data.data.char6pic;
_root.char7pic = _root.slot1data.data.char7pic;
_root.obj1pic = _root.slot1data.data.obj1pic;
_root.obj2pic = _root.slot1data.data.obj2pic;
_root.obj3pic = _root.slot1data.data.obj3pic;
_root.char1x = _root.slot1data.data.char1x;
_root.char2x = _root.slot1data.data.char2x;
_root.char3x = _root.slot1data.data.char3x;
_root.char4x = _root.slot1data.data.char4x;
_root.char5x = _root.slot1data.data.char5x;
_root.char6x = _root.slot1data.data.char6x;
_root.char7x = _root.slot1data.data.char7x;
_root.obj1x = _root.slot1data.data.obj1x;
_root.obj2x = _root.slot1data.data.obj2x;
_root.obj3x = _root.slot1data.data.obj3x;
_root.char1y = _root.slot1data.data.char1y;
_root.char2y = _root.slot1data.data.char2y;
_root.char3y = _root.slot1data.data.char3y;
_root.char4y = _root.slot1data.data.char4y;
_root.char5y = _root.slot1data.data.char5y;
_root.char6y = _root.slot1data.data.char6y;
_root.char7y = _root.slot1data.data.char7y;
_root.obj1y = _root.slot1data.data.obj1y;
_root.obj2y = _root.slot1data.data.obj2y;
_root.obj3y = _root.slot1data.data.obj3y;
_root.char1xscale = _root.slot1data.data.char1xscale;
_root.char2xscale = _root.slot1data.data.char2xscale;
_root.char3xscale = _root.slot1data.data.char3xscale;
_root.char4xscale = _root.slot1data.data.char4xscale;
_root.char5xscale = _root.slot1data.data.char5xscale;
_root.char6xscale = _root.slot1data.data.char6xscale;
_root.char7xscale = _root.slot1data.data.char7xscale;
_root.obj1xscale = _root.slot1data.data.obj1xscale;
_root.obj2xscale = _root.slot1data.data.obj2xscale;
_root.obj3xscale = _root.slot1data.data.obj3xscale;
_root.char1yscale = _root.slot1data.data.char1yscale;
_root.char2yscale = _root.slot1data.data.char2yscale;
_root.char3yscale = _root.slot1data.data.char3yscale;
_root.char4yscale = _root.slot1data.data.char4yscale;
_root.char5yscale = _root.slot1data.data.char5yscale;
_root.char6yscale = _root.slot1data.data.char6yscale;
_root.char7yscale = _root.slot1data.data.char7yscale;
_root.obj1yscale = _root.slot1data.data.obj1yscale;
_root.obj2yscale = _root.slot1data.data.obj2yscale;
_root.obj3yscale = _root.slot1data.data.obj3yscale;
_root.char1rot = _root.slot1data.data.char1rot;
_root.char2rot = _root.slot1data.data.char2rot;
_root.char3rot = _root.slot1data.data.char3rot;
_root.char4rot = _root.slot1data.data.char4rot;
_root.char5rot = _root.slot1data.data.char5rot;
_root.char6rot = _root.slot1data.data.char6rot;
_root.char7rot = _root.slot1data.data.char7rot;
_root.obj1rot = _root.slot1data.data.obj1rot;
_root.obj2rot = _root.slot1data.data.obj2rot;
_root.obj3rot = _root.slot1data.data.obj3rot;
_root.char1flip = _root.slot1data.data.char1flip;
_root.char2flip = _root.slot1data.data.char2flip;
_root.char3flip = _root.slot1data.data.char3flip;
_root.char4flip = _root.slot1data.data.char4flip;
_root.char5flip = _root.slot1data.data.char5flip;
_root.char6flip = _root.slot1data.data.char6flip;
_root.char7flip = _root.slot1data.data.char7flip;
_root.obj1flip = _root.slot1data.data.obj1flip;
_root.obj2flip = _root.slot1data.data.obj2flip;
_root.obj3flip = _root.slot1data.data.obj3flip;
_root.char1exist = _root.slot1data.data.char1exist;
_root.char2exist = _root.slot1data.data.char2exist;
_root.char3exist = _root.slot1data.data.char3exist;
_root.char4exist = _root.slot1data.data.char4exist;
_root.char5exist = _root.slot1data.data.char5exist;
_root.char6exist = _root.slot1data.data.char6exist;
_root.char7exist = _root.slot1data.data.char7exist;
_root.obj1exist = _root.slot1data.data.obj1exist;
_root.obj2exist = _root.slot1data.data.obj2exist;
_root.obj3exist = _root.slot1data.data.obj3exist;
_root.bubble1pic = _root.slot1data.data.bubble1pic;
_root.bubble2pic = _root.slot1data.data.bubble2pic;
_root.bubble3pic = _root.slot1data.data.bubble3pic;
_root.bubble4pic = _root.slot1data.data.bubble4pic;
_root.bubble5pic = _root.slot1data.data.bubble5pic;
_root.bubble1x = _root.slot1data.data.bubble1x;
_root.bubble2x = _root.slot1data.data.bubble2x;
_root.bubble3x = _root.slot1data.data.bubble3x;
_root.bubble4x = _root.slot1data.data.bubble4x;
_root.bubble5x = _root.slot1data.data.bubble5x;
_root.bubble1y = _root.slot1data.data.bubble1y;
_root.bubble2y = _root.slot1data.data.bubble2y;
_root.bubble3y = _root.slot1data.data.bubble3y;
_root.bubble4y = _root.slot1data.data.bubble4y;
_root.bubble5y = _root.slot1data.data.bubble5y;
_root.bubble1content = _root.slot1data.data.bubble1content;
_root.bubble2content = _root.slot1data.data.bubble2content;
_root.bubble3content = _root.slot1data.data.bubble3content;
_root.bubble4content = _root.slot1data.data.bubble4content;
_root.bubble5content = _root.slot1data.data.bubble5content;
_root.bubble1exist = _root.slot1data.data.bubble1exist;
_root.bubble2exist = _root.slot1data.data.bubble2exist;
_root.bubble3exist = _root.slot1data.data.bubble3exist;
_root.bubble4exist = _root.slot1data.data.bubble4exist;
_root.bubble5exist = _root.slot1data.data.bubble5exist;
_root.background1 = _root.slot1data.data.background;
_root.comicname = _root.slot_names.data.slot1name;
gotoAndPlay (2);
}
Symbol 1223 Button
on (release) {
if (_root.email == "") {
_root.error = "";
} else if (_root.vorname == "") {
_root.error = "Please enter your name!";
} else if (_root.nachname == "") {
_root.error = "";
} else if (_root.comicname == "") {
_root.error = "Please enter the title of your comic!";
} else {
_root.submit = 1;
gotoAndPlay (60);
}
}
Symbol 1224 Button
on (release) {
gotoAndPlay (2);
}
Symbol 1230 Button
on (release) {
gotoAndPlay (173);
}
Symbol 1241 Button
on (release) {
gotoAndPlay (2);
}
Symbol 1244 Button
on (release) {
gotoAndPlay (2);
}
Symbol 1246 Button
on (release) {
_root.id = _root.comic1;
gotoAndPlay ("load_remote");
}
Symbol 1247 Button
on (release) {
_root.id = _root.comic2;
gotoAndPlay ("load_remote");
}
Symbol 1248 Button
on (release) {
_root.id = _root.comic3;
gotoAndPlay ("load_remote");
}
Symbol 1249 Button
on (release) {
_root.id = _root.comic4;
gotoAndPlay ("load_remote");
}
Symbol 1250 Button
on (release) {
_root.id = _root.comic5;
gotoAndPlay ("load_remote");
}
Symbol 1256 Button
on (release) {
loaded = "";
if (_root.offset < _root.limit) {
_root.offset = _root.offset + 5;
gotoAndPlay (180);
}
}
Symbol 1257 Button
on (release) {
gotoAndPlay (2);
}
Symbol 1258 Button
on (release) {
loaded = "";
if (_root.offset >= 5) {
_root.offset = _root.offset - 5;
gotoAndPlay (180);
}
}
Symbol 1261 Button
on (release) {
loaded = "";
lastpage = (_root.maxpage - 1) * 5;
if (_root.offset < lastpage) {
_root.offset = lastpage;
gotoAndPlay (180);
}
}
Symbol 1262 Button
on (release) {
loaded = "";
if (_root.offset > 0) {
_root.offset = 0;
gotoAndPlay (180);
}
}
Symbol 1268 Button
on (release) {
loaded = "";
_root.offset = 0;
gotoAndPlay (180);
}
Symbol 1269 Button
on (release) {
gotoAndPlay (533);
}
Symbol 1272 Button
on (release) {
_root.presentation = true;
_root.readonly = true;
_root._x = _root._x - 160;
_root._y = _root._y - 70;
_root._xscale = _root._xscale * 1.26;
_root._yscale = _root._yscale * 1.26;
gotoAndPlay (2);
}