Combined Code
frame 1 {
stop();
}
movieClip 2 {
}
movieClip 4 {
}
instance of movieClip 4 {
onClipEvent (load) {
scrlDwn = false;
scrlUp = false;
}
onClipEvent (enterFrame) {
if (_root.MainMenu._y != -1000) {
if (Key.isDown(40) || scrlDwn == true) {
this._rotation += 5;
_root.MainMenu._y -= 5;
}
}
if (_root.MainMenu._Y != 0) {
if (Key.isDown(38) || scrlUp == true) {
this._rotation -= 5;
_root.MainMenu._y += 5;
}
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root._ymouse >= 240 && _root.MainMenu._y != -1000) {
scrlDwn = true;
}
if (_root._ymouse <= 241 && _root.MainMenu._y != 0) {
scrlUp = true;
}
}
}
onClipEvent (mouseUp) {
scrlDwn = false;
scrlUp = false;
}
}
movieClip 6 {
}
movieClip 9 {
}
// unknown tag 88 length 41
movieClip 15 {
frame 1 {
stop();
}
}
movieClip 19 {
frame 1 {
stop();
}
}
movieClip 23 {
frame 1 {
stop();
}
}
movieClip 27 {
frame 1 {
stop();
}
}
movieClip 31 {
frame 1 {
stop();
}
}
movieClip 35 {
frame 1 {
stop();
}
}
movieClip 39 {
frame 1 {
stop();
}
}
movieClip 43 {
frame 1 {
stop();
}
}
movieClip 47 {
frame 1 {
stop();
}
}
movieClip 51 {
frame 1 {
stop();
}
}
movieClip 55 {
frame 1 {
stop();
}
}
movieClip 59 {
frame 1 {
stop();
}
}
movieClip 63 {
frame 1 {
stop();
}
}
movieClip 67 {
frame 1 {
stop();
}
}
movieClip 71 {
frame 1 {
stop();
}
}
movieClip 75 {
frame 1 {
stop();
}
}
movieClip 79 {
frame 1 {
stop();
}
}
movieClip 83 {
frame 1 {
stop();
}
}
movieClip 87 {
frame 1 {
stop();
}
}
movieClip 91 {
frame 1 {
stop();
}
}
movieClip 95 {
frame 1 {
stop();
}
}
movieClip 99 {
frame 1 {
stop();
}
}
movieClip 103 {
frame 1 {
stop();
}
}
movieClip 107 {
frame 1 {
stop();
}
}
movieClip 111 {
frame 1 {
stop();
}
}
movieClip 115 {
frame 1 {
stop();
}
}
movieClip 119 {
frame 1 {
stop();
}
}
movieClip 123 {
frame 1 {
stop();
}
}
movieClip 127 {
frame 1 {
stop();
}
}
movieClip 131 {
frame 1 {
stop();
}
}
movieClip 135 {
frame 1 {
stop();
}
}
movieClip 139 {
frame 1 {
stop();
}
}
movieClip 143 {
frame 1 {
stop();
}
}
movieClip 147 {
frame 1 {
stop();
}
}
movieClip 151 {
frame 1 {
stop();
}
}
movieClip 155 {
frame 1 {
stop();
}
}
movieClip 156 {
instance of movieClip 15 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseUp) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop('Bulbasaur');
}
}
}
instance of movieClip 19 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop('Ivysaur');
}
}
}
instance of movieClip 23 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop('Venasaur');
}
}
}
instance of movieClip 27 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop('Charmander');
}
}
}
instance of movieClip 31 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop('Charmeleon');
}
}
}
instance of movieClip 35 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop('Charizard');
}
}
}
instance of movieClip 39 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop('Squirtle');
}
}
}
instance of movieClip 43 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop('Wartortle');
}
}
}
instance of movieClip 47 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop('Blastoise');
}
}
}
instance of movieClip 51 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 55 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 59 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 63 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 67 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 71 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 75 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 79 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 83 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 87 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 91 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 95 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 99 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 103 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 107 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 111 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 115 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 119 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 123 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 127 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 131 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 135 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 139 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 143 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 147 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 151 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
instance of movieClip 155 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndStop(2);
}
}
}
}
instance MainMenu of movieClip 156 {
onClipEvent (enterFrame) {
if (this._y >= 0) {
this._y = 0;
}
}
}
button 159 {
on (release) {
gotoAndStop('ElementType');
}
}
frame 10 {
stop();
}
instance of movieClip 4 {
onClipEvent (load) {
scrlDwn = false;
scrlUp = false;
}
onClipEvent (enterFrame) {
if (_root.MainMenu._y != -200) {
if (Key.isDown(40) || scrlDwn == true) {
this._rotation += 5;
_root.MainMenu._y -= 5;
}
}
if (_root.MainMenu._Y != 0) {
if (Key.isDown(38) || scrlUp == true) {
this._rotation -= 5;
_root.MainMenu._y += 5;
}
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root._ymouse >= 240 && _root.MainMenu._y != 200) {
scrlDwn = true;
}
if (_root._ymouse <= 241 && _root.MainMenu._y != 0) {
scrlUp = true;
}
}
}
onClipEvent (mouseUp) {
scrlDwn = false;
scrlUp = false;
}
}
button 165 {
on (release) {
gotoAndStop('MainMenu');
}
}
button 166 {
on (release) {
gotoAndStop('BrdrType');
}
}
// unknown tag 88 length 92
movieClip 207 {
frame 1 {
stop();
}
}
movieClip 209 {
frame 1 {
stop();
}
}
movieClip 211 {
frame 1 {
stop();
}
}
movieClip 213 {
frame 1 {
stop();
}
}
movieClip 215 {
frame 1 {
stop();
}
}
movieClip 217 {
frame 1 {
stop();
}
}
movieClip 219 {
frame 1 {
stop();
}
}
movieClip 221 {
frame 1 {
stop();
}
}
movieClip 223 {
frame 1 {
stop();
}
}
movieClip 225 {
frame 1 {
stop();
}
}
movieClip 227 {
frame 1 {
stop();
}
}
movieClip 229 {
frame 1 {
stop();
}
}
movieClip 231 {
frame 1 {
stop();
}
}
movieClip 233 {
frame 1 {
stop();
}
}
movieClip 235 {
frame 1 {
stop();
}
}
movieClip 237 {
frame 1 {
stop();
}
}
movieClip 239 {
frame 1 {
stop();
}
}
movieClip 241 {
frame 1 {
stop();
}
}
movieClip 242 {
instance of movieClip 209 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Bug');
}
}
}
instance of movieClip 211 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Dark');
}
}
}
instance of movieClip 213 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Dragon');
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Electric');
}
}
}
instance of movieClip 217 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Fighting');
}
}
}
instance of movieClip 219 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Fire');
}
}
}
instance of movieClip 221 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Flying');
}
}
}
instance of movieClip 223 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Ghost');
}
}
}
instance of movieClip 225 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Grass');
}
}
}
instance of movieClip 227 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Ground');
}
}
}
instance of movieClip 229 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Ice');
}
}
}
instance of movieClip 231 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Normal');
}
}
}
instance of movieClip 233 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Poison');
}
}
}
instance of movieClip 235 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Psychic');
}
}
}
instance of movieClip 237 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Rock');
}
}
}
instance of movieClip 239 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Steel');
}
}
}
instance of movieClip 241 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Water');
}
}
}
}
movieClip 272 {
frame 1 {
stop();
}
}
movieClip 274 {
frame 1 {
stop();
}
}
movieClip 276 {
frame 1 {
stop();
}
}
movieClip 277 {
frame 1 {
stop();
}
}
movieClip 278 {
frame 1 {
stop();
}
}
movieClip 279 {
frame 1 {
stop();
}
}
movieClip 281 {
frame 1 {
stop();
}
}
movieClip 283 {
frame 1 {
stop();
}
}
movieClip 285 {
frame 1 {
stop();
}
}
movieClip 287 {
frame 1 {
stop();
}
}
movieClip 289 {
frame 1 {
stop();
}
}
movieClip 291 {
frame 1 {
stop();
}
}
movieClip 293 {
frame 1 {
stop();
}
}
movieClip 294 {
frame 1 {
stop();
}
}
movieClip 296 {
frame 1 {
stop();
}
}
movieClip 297 {
instance of movieClip 274 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Monster');
}
}
}
instance of movieClip 276 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Water1');
}
}
}
instance of movieClip 277 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Bug');
}
}
}
instance of movieClip 278 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Flying');
}
}
}
instance of movieClip 279 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Ground');
}
}
}
instance of movieClip 281 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Fairy');
}
}
}
instance of movieClip 283 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Plant');
}
}
}
instance of movieClip 285 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Water3');
}
}
}
instance of movieClip 287 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Humanshape');
}
}
}
instance of movieClip 289 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Mineral');
}
}
}
instance of movieClip 291 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Indeterminate');
}
}
}
instance of movieClip 293 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Ditto');
}
}
}
instance of movieClip 294 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('Dragon');
}
}
}
instance of movieClip 296 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.TypeInfo.gotoAndStop('NoEgg');
}
}
}
}
movieClip 310 {
frame 16 {
stop();
}
}
button 311 {
on (release) {
_root.gotoAndStop('Bulbasaur');
}
}
button 312 {
on (release) {
_root.gotoAndStop('Ivysaur');
}
}
button 313 {
on (release) {
_root.gotoAndStop('Venasaur');
}
}
movieClip 314 {
}
movieClip 325 {
}
movieClip 330 {
}
button 337 {
on (release) {
_root.gotoAndStop('Charmander');
}
}
button 338 {
on (release) {
_root.gotoAndStop('Charmeleon');
}
}
button 339 {
on (release) {
_root.gotoAndStop('Charizard');
}
}
movieClip 341 {
}
movieClip 346 {
}
movieClip 352 {
}
button 356 {
on (release) {
_root.gotoAndStop('Squirtle');
}
}
button 357 {
on (release) {
_root.gotoAndStop('Wartortle');
}
}
button 358 {
on (release) {
_root.gotoAndStop('Blastoise');
}
}
movieClip 361 {
}
movieClip 366 {
}
movieClip 371 {
}