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

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

Cellar Door - spooky adventure point click game.swf

This is the info page for
Flash #130139

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


ActionScript [AS1/AS2]
Combined Code
frame 1 { stop(); var pc = 0; this.onEnterFrame = function () { pc = Math.floor((this.getBytesLoaded() / this.getBytesTotal()) * 100); this.bar._xscale = pc; if (pc == 100) { delete this.onEnterFrame; this.play(); } }; } movieClip 12 { } movieClip 14 { } movieClip 16 { } movieClip 17 { } frame 2 { function (swfid, mc, lv, trk) { var v6; var v2; var v11; var v10; var v8; var v12; var v4; var v3; var v7; var v9; v2 = _global ? _global : _level0._root; if (v2[v3 + swfid]) { return v2[v3 + swfid]; } return v4; }; goLive = true; Mouse.hide(); startDrag('newCursor', true); gameName = 'The Secratery Game'; Stage.scaleMode = 'noScale'; Stage.showMenu = false; fscommand('showmenu', 'false'); Button.prototype.tabEnabled = false; MovieClip.prototype.tabEnabled = false; _global.root = this; _quality = 'BEST'; var soundList = new Array('szepty', 'amb', 'warnSnd', 'winSnd', 'looseSnd', 'moveSound', 'findSound', 'btnSnd', 'Phonesound', 'Growl'); gameWidth = 960; gameHeight = 640; mygame = false; musicOn = true; sfxOn = true; go = true; _global.sfx = function (co) { if (sfxOn) { root[co].start(); } }; _global.rem = function (what, nr) { whatMC = (String(what)).substring(8); if (nr == undefined) { if (s[what + '_stage'] != undefined) { (eval(whatMC)).gotoAndStop(s[what + '_stage']); } } else { s[what + '_stage'] = nr; } }; ataczSounds = function () { i = 0; while (i < soundList.length) { this[soundList[i]] = new Sound(this); this[soundList[i]].attachSound(soundList[i]); ++i; } }; deadClick = function () { createCustomMenu(); }; toggleMusic = function () { if (musicOn) { stopAllSounds(); musicOn = false; } else { whatAmbient.start(); musicOn = true; } createCustomMenu(); }; toggleCursor = function () { if (cursorOn) { cursorOn = false; } else { cursorOn = true; } }; MovieClip.prototype.drawRectangle = function (w, h, alfa) { var v2 = this.createEmptyMovieClip('s1', 1); v2.beginFill(0, alfa); v2.moveTo(0, 0); v2.lineTo(w, 0); v2.lineTo(w, h); v2.lineTo(0, h); v2.endFill(); }; link = function (jakiLink) { if (goLive) { getURL(jakiLink, '_blank'); } }; przejscie = function (gdzie) { przejscieDest = gdzie; if (!przechodzimy) { przechodzimy = true; this.createEmptyMovieClip('przejscieMC', 1000002); przejscieMC.drawRectangle(gameWidth, gameHeight, 100); przejscieMC._alpha = 1; przejscieMC.dissolve = false; przejscieMC.onEnterFrame = przejscieEF; } }; przejscieEF = function () { if (!this.dissolve) { this._alpha += 15; } else { this._alpha -= 15; } if (this._alpha >= 140) { if (pauseMC._visible) { removeMovieClip(pauseMC); pauseActive = false; } root.gotoAndStop(root.przejscieDest); this.dissolve = true; } if (this._alpha <= 0) { root.przechodzimy = false; delete this.onEnterFrame; removeMovieClip(this); } }; ataczSounds = function () { i = 0; while (i < soundList.length) { this[soundList[i]] = new Sound(this); this[soundList[i]].attachSound(soundList[i]); ++i; } }; } movieClip 20 { } movieClip 23 { } movieClip 26 { } movieClip 29 { } movieClip 32 { } movieClip 35 { } movieClip 38 { } movieClip 39 { frame 1 { stop(); } frame 10 { stop(); } frame 21 { stop(); } frame 31 { stop(); } frame 41 { stop(); } frame 51 { stop(); } frame 61 { stop(); } } frame 4 { stop(); if (goLive) { przejscie('logo'); } else { przejscie('menu'); } } movieClip 46 { } movieClip 49 { frame 74 { stop(); root.przejscie('menu'); } } frame 21 { stop(); createFooter(); ataczSounds(); amb.onSoundComplete = function () { amb.start(); }; reset = function () { score = 0; mSec = 0; sec = 0; minutes = 10; minDisplay = ''; secDisplay = '0'; init = true; initInt = true; go = true; playWinSound = true; playLostSound = true; trollFound = false; btnDesc = ''; gnomesFound = 0; saveFile = SharedObject.getLocal('saveMyGnomes'); saveFile.clear(); _global.s = saveFile.data; }; reset(); _global.rem = function (ktory, nr) { ktoryMC = (String(ktory)).substring(8); if (nr == undefined) { if (s[ktory + '_stage'] != undefined) { (eval(ktoryMC)).gotoAndStop(s[ktory + '_stage']); } } else { s[ktory + '_stage'] = nr; } }; } movieClip 335 { } movieClip 336 { frame 142 { stop(); } } // unknown tag 88 length 139 movieClip 340 { } button 343 { on (press) { sfx('btnSnd'); przejscie('gra'); } on (release) { stopAllSounds(); } } frame 22 { stop(); } // unknown tag 88 length 63 frame 48 { stop(); sfx('btnSnd'); overgang('menu'); } frame 52 { stopAllSounds(); Mouse.hide(); startDrag('newCursor', true); score = gnomesFound * 1000 + minutes * 100 + sec; if (trollFound) { trollTXT = ' And a troll!!'; } else { trollTXT = ''; } napis = '<p align=\'center\'>Congratulations!!\r\rYou have found all Marbels!!' + trollTXT + '\n' + '\n' + 'You scored ' + score + ' points.</p>'; if (playWinSound) { sfx('winSnd'); playWinSound = false; } } button 349 { on (release) { getURL('http://www.facebook.com/dialog/feed?app_id=192889180808075&link=http://apps.facebook.com/cellar_door&picture=https://fbcdn-photos-a.akamaihd.net/photos-ak-snc1/v85006/227/192889180808075/app_1_192889180808075_6773.gif&redirect_uri=http://www.facebook.com/progressivegames&caption=We%20hope%20you%20will%20come%20play%20again%20soon...&description=%20Thanks%20&name=Congratulations%20You%20got%20a%20score%20of%20' + score + '%20points%20playing%20Cellar%20Door', '_blank'); } } // unknown tag 88 length 139 movieClip 354 { frame 1 { stop(); gotoAndStop(root.gnomesFound + 1); } } frame 57 { stopAllSounds(); Mouse.hide(); startDrag('newCursor', true); score = gnomesFound * 1000; if (gnomesFound == 1) { singular = ''; } else { singular = 's'; } if (overgang) { trollTXT = ' But you did find a troll!'; } else { trollTXT = ''; } napis = '<p align=\'center\'>Ooops! Maybe next time...\r\rYou have found ' + gnomesFound + ' Marbel' + singular + '.' + trollTXT + '\n' + '\n' + 'You scored ' + score + ' points.</p>'; if (playLostSound) { sfx('looseSnd'); playLostSound = false; } } button 356 { on (press) { sfx('btnSnd'); przejscie('menu'); } } button 357 { on (release) { getURL('http://www.facebook.com/dialog/feed?app_id=192889180808075&link=http://apps.facebook.com/cellar_door&picture=https://fbcdn-photos-a.akamaihd.net/photos-ak-snc1/v85006/227/192889180808075/app_1_192889180808075_6773.gif&redirect_uri=http://www.facebook.com/progressivegames&caption=We%20hope%20you%20will%20come%20play%20again%20soon...&description=%20Thanks%20&name=Congratulations%20You%20got%20a%20score%20of%20' + score + '%20points%20playing%20Cellar%20Door', '_blank'); } } // unknown tag 88 length 144 movieClip 365 { } button 367 { on (release) { getURL('http://www.facebook.com/progressivegames', '_blank'); } } frame 75 { onEF = function () { A = 480 - (_xmouse - 480) / 3.2; B = 320 - (_ymouse - 320) / 3.2; mc._x += (A - mc._x) * 0.2; mc._y += (B - mc._y) * 0.2; }; if (init && sfxOn) { sfx('amb'); init = false; } findGnome = function () { sfx('findSound'); ++gnomesFound; gnomesMC.nextFrame(); }; checkGnome = function () { if (gnomesFound == 10) { go = false; clearInterval(gameInterval); przejscie('win'); } }; warp = function (num) { if (go) { sfx('moveSound'); gotoAndStop(_currentframe + num); } }; countGame = function () { if (sec == 0) { if (minutes != 0) { --minutes; } else { hc(); go = false; clearInterval(gameInterval); przejscie('loose'); } if (go) { sec = 59; } } else { --sec; } if (sec >= 10) { secDisplay = ''; } else { secDisplay = '0'; } if (minutes >= 10) { minDisplay = ''; } else { minDisplay = '0'; } if (minutes == 0 && sec <= 30) { sfx('warnSnd'); } timeNapis = minDisplay + minutes + ':' + secDisplay + sec; }; timeNapis = minDisplay + minutes + ':' + secDisplay + sec; setInt = function () { onEnterFrame = onEF; gameInterval = setInterval(countGame, 1000); }; if (initInt) { setInt(); initInt = false; } } button 372 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(44); } } button 374 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(2); } } button 375 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 471 { frame 106 { stop(); rem(this); play(); delete onPress; } frame 107 { rem(this, _totalframes); } frame 152 { stop(); delete onPress; } } button 472 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(98); } } movieClip 614 { frame 1 { stop(); rem(this); play(); delete onPress; } frame 2 { rem(this, _totalframes); } frame 106 { stop(); delete onPress; } } movieClip 615 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } movieClip 619 { frame 30 { stop(); root.checkGnome(); } } movieClip 620 { frame 1 { stop(); } } movieClip 622 { } button 624 { on (press) { root.btnDesc = ''; sfx('btnSnd'); go = false; clearInterval(gameInterval); delete onEnterFrame; attachMovie('pauseMC', 'pauseMC', root.getNextHighestDepth()); } on (rollOver) { btnDesc = 'pause'; } on (rollOut) { btnDesc = ''; } } movieClip 625 { frame 1 { stop(); toggleSnd = function () { if (_currentframe == 1) { root.sfxOn = false; gotoAndStop(2); root.amb.stop('amb'); } else { root.sfxOn = true; sfx('btnSnd'); sfx('amb'); gotoAndStop(1); } }; if (!root.sfxOn) { gotoAndStop(2); } } } movieClip 627 { } button 628 { on (press) { root.btnDesc = ''; sfx('btnSnd'); go = false; clearInterval(gameInterval); przejscie('loose'); } on (rollOver) { btnDesc = 'quit'; } on (rollOut) { btnDesc = ''; } } button 633 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } movieClip 634 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 637 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(29); } } button 638 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 639 { on (rollOver) { with (newCursor) { gotoAndStop('Right'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(3); } } button 640 { on (rollOver) { with (newCursor) { gotoAndStop('Left'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(2); } } button 641 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(6); } } movieClip 642 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 645 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(28); } } button 646 { on (rollOver) { with (newCursor) { gotoAndStop('Left'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(15); } } button 647 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(21); } } movieClip 648 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 651 { on (rollOver) { with (newCursor) { gotoAndStop('Left'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(4); } } button 652 { on (rollOver) { with (newCursor) { gotoAndStop('Right'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } button 653 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-3); } } movieClip 654 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 657 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 658 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(2); } } movieClip 659 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 662 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(56); } } button 663 { on (rollOver) { with (newCursor) { gotoAndStop('Left'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(19); } } button 664 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 665 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 668 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } button 669 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 670 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 673 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 674 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-6); } } movieClip 675 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } movieClip 681 { frame 1 { stop(); rem(this); onPress = function () { play(); delete onPress; }; } frame 2 { rem(this, _totalframes); root.findGnome(); } frame 31 { stop(); delete onPress; } } button 682 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 683 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(24); } } button 684 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(30); } } button 685 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(8); } } movieClip 686 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } instance Marbel5 of movieClip 681 { onClipEvent (rollOver) { with (newCursor) { gotoAndStop('Over'); } } onClipEvent (rollOut) { with (newCursor) { gotoAndStop('normal'); } } } } button 689 { on (rollOver) { with (newCursor) { gotoAndStop('Left'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 690 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(30); } } button 691 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(5); } } movieClip 692 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 695 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(3); } } button 696 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 697 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 700 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(40); } } button 701 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 702 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 705 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 706 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } movieClip 707 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 710 { on (rollOver) { with (newCursor) { gotoAndStop('Right'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 711 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-3); } } movieClip 712 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 715 { on (rollOver) { with (newCursor) { gotoAndStop('Right'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-4); } } button 716 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-5); } } button 717 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 718 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 721 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-6); } } button 722 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(17); } } button 723 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 724 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 727 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-8); } } button 728 { on (rollOver) { with (newCursor) { gotoAndStop('Left'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-13); } } button 729 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-15); } } movieClip 730 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 733 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(6); } } button 734 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 735 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(4); } } movieClip 736 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 739 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(9); } } button 740 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(5); } } movieClip 768 { frame 1 { stop(); rem(this); play(); delete onPress; } frame 2 { rem(this, _totalframes); } frame 18 { stop(); delete onPress; } } movieClip 769 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 772 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } button 773 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(4); } } movieClip 774 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 777 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(2); } } button 778 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(3); } } movieClip 779 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 782 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 783 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(2); } } movieClip 784 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } movieClip 787 { frame 1 { stop(); rem(this); onPress = function () { play(); delete onPress; }; } frame 2 { rem(this, _totalframes); root.findGnome(); } frame 31 { stop(); delete onPress; } } button 788 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(6); } } button 789 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-2); } } button 790 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(7); } } movieClip 791 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } instance Marbel1 of movieClip 787 { onClipEvent (rollOver) { with (newCursor) { gotoAndStop('Move'); } } onClipEvent (rollOut) { with (newCursor) { gotoAndStop('normal'); } } } } button 794 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-21); } } button 795 { on (rollOver) { with (newCursor) { gotoAndStop('Right'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-6); } } button 796 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-16); } } button 797 { on (rollOver) { with (newCursor) { gotoAndStop('Left'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-19); } } button 798 { on (rollOver) { with (newCursor) { gotoAndStop('Right'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-20); } } movieClip 799 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 802 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 803 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(11); } } button 804 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-19); } } movieClip 805 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 808 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 809 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } movieClip 814 { frame 1 { stop(); rem(this); onPress = function () { play(); delete onPress; }; } frame 2 { rem(this, _totalframes); root.findGnome(); } frame 31 { stop(); delete onPress; } } button 815 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(11); } } button 816 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-21); } } movieClip 817 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 820 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-8); } } movieClip 821 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 824 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-6); } } movieClip 826 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } instance Marbel1 of movieClip 787 { onClipEvent (rollOver) { with (newCursor) { gotoAndStop('Move'); } } onClipEvent (rollOut) { with (newCursor) { gotoAndStop('normal'); } } } } button 829 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(15); } } button 830 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-7); } } movieClip 831 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 834 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 835 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-28); } } movieClip 836 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 839 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } movieClip 840 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } movieClip 846 { frame 1 { stop(); rem(this); onPress = function () { play(); delete onPress; }; } frame 2 { rem(this, _totalframes); root.findGnome(); } frame 31 { stop(); delete onPress; } } button 847 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(2); } } button 848 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 849 { on (rollOver) { with (newCursor) { gotoAndStop('Left'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-23); } } button 850 { on (rollOver) { with (newCursor) { gotoAndStop('Right'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-17); } } movieClip 851 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 854 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } movieClip 855 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 858 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-2); } } movieClip 860 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 863 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 864 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-11); } } movieClip 865 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 868 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } movieClip 871 { frame 1 { stop(); rem(this); onPress = function () { play(); delete onPress; }; } frame 2 { rem(this, _totalframes); root.findGnome(); } frame 31 { stop(); delete onPress; } } movieClip 872 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 875 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-11); } } movieClip 877 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 880 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-30); } } movieClip 882 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } instance Marbel5 of movieClip 681 { onClipEvent (rollOver) { with (newCursor) { gotoAndStop('Over'); } } onClipEvent (rollOut) { with (newCursor) { gotoAndStop('normal'); } } } } button 885 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-30); } } button 886 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 887 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 890 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } button 891 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 892 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 895 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } movieClip 1018 { frame 1 { stop(); rem(this); play(); delete onPress; } frame 2 { rem(this, _totalframes); } frame 62 { stop(); delete onPress; } } movieClip 1022 { frame 1 { stop(); rem(this); onPress = function () { play(); delete onPress; }; } frame 2 { rem(this, _totalframes); root.findGnome(); } frame 31 { stop(); delete onPress; } } movieClip 1023 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1026 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-43); } } movieClip 1030 { frame 1 { stop(); rem(this); onPress = function () { play(); delete onPress; }; } frame 2 { rem(this, _totalframes); root.findGnome(); } frame 31 { stop(); delete onPress; } } movieClip 1031 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1034 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } button 1035 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-44); } } movieClip 1036 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1040 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-15); } } button 1041 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1042 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1045 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } movieClip 1047 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1050 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1051 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(9); } } movieClip 1052 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1055 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1056 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(7); } } movieClip 1057 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1060 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(5); } } button 1061 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1062 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1065 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(3); } } button 1066 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1067 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1070 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-38); } } button 1071 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1173 { frame 1 { stop(); rem(this); play(); delete onPress; } frame 2 { rem(this, _totalframes); } frame 51 { stop(); delete onPress; } } movieClip 1174 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1177 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1178 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } movieClip 1179 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1182 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1183 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-3); } } movieClip 1184 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1187 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-5); } } button 1188 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1189 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1192 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1193 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(12); } } button 1194 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-7); } } movieClip 1195 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1198 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-9); } } button 1199 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(14); } } movieClip 1330 { frame 1 { stop(); rem(this); play(); delete onPress; } frame 2 { rem(this, _totalframes); } frame 65 { stop(); delete onPress; } } movieClip 1331 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1334 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1335 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(9); } } movieClip 1336 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1339 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(7); } } button 1340 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1341 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1344 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(5); } } button 1345 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1346 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1349 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1350 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(3); } } movieClip 1351 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1354 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-54); } } button 1355 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1356 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1359 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } button 1360 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1361 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1364 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-3); } } button 1365 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1366 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1369 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-5); } } button 1370 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(5); } } button 1371 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1372 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1375 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1376 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-7); } } movieClip 1377 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1380 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(20); } } button 1381 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-9); } } movieClip 1382 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1385 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-12); } } button 1386 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1387 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1390 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } movieClip 1394 { frame 1 { stop(); rem(this); onPress = function () { play(); delete onPress; }; } frame 2 { rem(this, _totalframes); root.findGnome(); } frame 31 { stop(); delete onPress; } } movieClip 1395 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1398 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-5); } } movieClip 1399 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1403 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(5); } } button 1404 { on (rollOver) { with (newCursor) { gotoAndStop('Right'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1405 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(2); } } movieClip 1406 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1409 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(22); } } button 1410 { on (rollOver) { with (newCursor) { gotoAndStop('Left'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(2); } } button 1411 { on (rollOver) { with (newCursor) { gotoAndStop('Right'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1412 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1416 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-25); } } button 1417 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-2); } } button 1418 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(22); } } movieClip 1419 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1422 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1423 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(2); } } movieClip 1424 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1427 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-2); } } button 1428 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1429 { on (rollOver) { with (newCursor) { gotoAndStop('Left'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-3); } } movieClip 1430 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1433 { on (rollOver) { with (newCursor) { gotoAndStop('Right'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(2); } } button 1434 { on (rollOver) { with (newCursor) { gotoAndStop('Left'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1435 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } movieClip 1436 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1439 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1440 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1443 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1444 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } button 1445 { on (rollOver) { with (newCursor) { gotoAndStop('Right'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-3); } } movieClip 1446 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1449 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1450 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(11); } } movieClip 1451 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1454 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(9); } } button 1455 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1456 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1459 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1460 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(7); } } movieClip 1461 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1464 { on (rollOver) { with (newCursor) { gotoAndStop('Right'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1465 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(2); } } button 1466 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(6); } } movieClip 1467 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1470 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(3); } } button 1471 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1472 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1475 { on (rollOver) { with (newCursor) { gotoAndStop('Left'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(7); } } button 1476 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } movieClip 1477 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1480 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(3); } } button 1481 { on (rollOver) { with (newCursor) { gotoAndStop('Right'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(6); } } button 1482 { on (rollOver) { with (newCursor) { gotoAndStop('Left'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-2); } } movieClip 1483 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1486 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-28); } } button 1487 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1488 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(11); } } movieClip 1489 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1492 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1493 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } movieClip 1494 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1497 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1498 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-6); } } movieClip 1499 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1502 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(1); } } button 1503 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-9); } } movieClip 1504 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1508 { on (rollOver) { with (newCursor) { gotoAndStop('Left'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-15); } } button 1509 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(6); } } button 1510 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-11); } } movieClip 1511 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } instance Marbel10 of movieClip 1394 { onClipEvent (rollOver) { with (newCursor) { gotoAndStop('Over'); } } onClipEvent (rollOut) { with (newCursor) { gotoAndStop('normal'); } } } } button 1514 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(2); } } button 1515 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-6); } } movieClip 1579 { frame 1 { stop(); rem(this); play(); delete onPress; } frame 2 { rem(this, _totalframes); } frame 47 { stop(); delete onPress; } } movieClip 1580 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1583 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-7); } } button 1584 { on (rollOver) { with (newCursor) { gotoAndStop('Move'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(8); } } button 1585 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } movieClip 1586 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1589 { on (rollOver) { with (newCursor) { gotoAndStop('Turn'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-1); } } button 1590 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(5); } } movieClip 1591 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } movieClip 1596 { frame 1 { stop(); rem(this); var mySound = new Sound(); mySound.attachSound('Ring'); mySound.start(0, 6); onPress = function () { play(); delete onPress; delete Sound; }; } frame 2 { rem(this, _totalframes); mySound.stop('Ring'); } frame 31 { stop(); delete onPress; } } button 1599 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-22); } } // unknown tag 88 length 62 button 1606 { on (release) { stop(); rem(this); if (subject eq '') { stop(); } else { lineAdapt(); loadVariablesNum('mail.php3', 0, 'POST'); delete subject; } } } movieClip 1607 { frame 1 { function lineAdapt() { message_send = message; while (msg_count < length(message)) { message = message_send; } delete msg_count; delete message_send; } Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; stop(); } } button 1610 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-22); } } movieClip 1611 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1614 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-6); } } movieClip 1615 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } instance Marbel10 of movieClip 1394 { onClipEvent (rollOver) { with (newCursor) { gotoAndStop('Over'); } } onClipEvent (rollOut) { with (newCursor) { gotoAndStop('normal'); } } } } button 1618 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-11); } } movieClip 1619 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1622 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-5); } } movieClip 1627 { frame 1 { stop(); rem(this); onPress = function () { play(); delete onPress; }; } frame 2 { rem(this, _totalframes); root.findGnome(); } frame 31 { stop(); delete onPress; } } movieClip 1628 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } instance Marbel11 of movieClip 1627 { onClipEvent (rollOver) { with (newCursor) { gotoAndStop('Over'); } } onClipEvent (rollOut) { with (newCursor) { gotoAndStop('normal'); } } } } movieClip 1631 { } movieClip 1634 { frame 1 { function getNewTime() { return getTimer() + Math.random() * (maxTB - minTB) + minTB; } maxTB = 4000; minTB = 1000; flickerDuration = 2000; flickerTime = getNewTime(); this.onEnterFrame = function () { curTime = getTimer(); if (curTime >= flickerTime) { if (curTime <= flickerTime + flickerDuration) { if (cnt >= 2) { this._alpha = 90; cnt = 0; } else { this._alpha = 100; ++cnt; } } else { this._alpha = 100; flickerTime = getNewTime(); } } }; } } button 1636 { on (rollOver) { with (newCursor) { gotoAndStop('Over'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-98); } } movieClip 1637 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } } button 1640 { on (rollOver) { with (newCursor) { gotoAndStop('Back'); } } on (rollOut) { with (newCursor) { gotoAndStop('normal'); } } on (press) { root.warp(-8); } } movieClip 1641 { frame 1 { Mouse.hide(); startDrag('newCursor', true); A = 480 - (root._xmouse - 480) / 3.2; B = 320 - (root._ymouse - 320) / 3.2; _x = A; _y = B; } instance Marbel14 of movieClip 1394 { onClipEvent (rollOver) { with (newCursor) { gotoAndStop('Over'); } } onClipEvent (rollOut) { with (newCursor) { gotoAndStop('normal'); } } } }




http://swfchan.com/27/130139/info.shtml
Created: 22/2 -2019 13:06:00 Last modified: 22/2 -2019 13:06:00 Server time: 28/04 -2024 09:59:45