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

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

RoDL - Demo.swf

This is the info page for
Flash #71142

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


Text
0% - 0/0

X: 0  Y: 0

<p align="left"><font face="Tahoma" size="15" color="#ffffff" letterSpacing="0.000000" kerning="1">000</font></p>

<p align="left"><font face="Impact" size="8" color="#ffffff" letterSpacing="0.000000" kerning="0"> &nbsp;&nbsp;&nbsp;Sword &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Shield &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tunic</font></p>

FIRE ROD

FAIRY BOW

BOMBS

SWORD

SHOVEL

CATCHING NET

ENERGY SHIELD

SHIELD

PEGASUS

BOOTS

BOOMERANG

HOOKSHOT

OCARINA

BOTTLE

FISHING ROD

L

C

s
h
i
f
t

Gerudo Valley

ActionScript [AS1/AS2]

Frame 1
_global.InMenu = 0; _global.InItemMenu = 0; _global.InWorldMapMenu = 0; _global.DayNight = 0; _global.Weather = 0; _global.TimeChange = 20000; _global.Change = 0; _global.WorldTime = 1400; _global.TypeNone = 0; _global.TypeHouse = 1; _global.TypeShop = 2; _global.TypeGame = 3; _global.TypeDungeon = 4; _global.TypeBoss = 5; _global.RollingL = 0; _global.RollingL3 = 0; _global.LinkDeathCrap = 0; _global.WarpedAlready = 0; _global.WeedHP = 1; _global.AttackTimer = 250; _global.Rupees = 0; _global.DeathX = -100; _global.BRA = 0; _global.CW = 0; _global.CA = 0; _global.RX = -100; _global.RY = 100; _global.WRCG = 10; _global.WRCB = 50; _global.WRCR = 200; _global.WRCP = 500; _global.WRCH = 15; _global.LinkDamage = 1; _global.WalkSpeed = 7; _global.WalkSpeed2 = 5; _global.Hearts = 3; _global.LinkHP = _global.Hearts * 2; _global.LinkMP = 36; _global.WeedCutTimer = 350; _global.PotCutTimer = 250; _global.GellyHP = 2; _global.GellyMoveSpeed = 1.5; _global.GellyMoveTimer = 50; _global.GellySight = 150; _global.GellyMovingOdds = 15; _global.GellyDirectionOdds = 6; _global.ItemUsing1 = 1; _global.ItemUsing2 = 3; _global.EmptyItem = 17; _global.Item1Have = 1; _global.Item2Have = 1; _global.Item3Have = 1; _global.Item4Have = 1; _global.Item5Have = 1; _global.Item6Have = 1; _global.Item7Have = 1; _global.Item8Have = 1; _global.Item9Have = 1; _global.Item10Have = 1; _global.Item11Have = 1; _global.Item12Have = 1; _global.Item13Have = 1; _global.Item14Have = 1; _global.Item15Have = 1; _global.Item16Have = 1; myTextFormat = new TextFormat(); myTextFormat.font = "RupeeFont"; _root.PLT.embedFonts = true; _root.PLT.setNewTextFormat(myTextFormat); _root.PLT.setTextFormat(myTextFormat);
Instance of Symbol 68 MovieClip in Frame 1
onClipEvent (load) { Pressed = 0; } onClipEvent (enterFrame) { if (Pressed == 0) { if (Key.isDown(81)) { if (_quality == "LOW") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "HIGH"; } else if (_quality == "HIGH") { _quality = "LOW"; } Pressed = 1; } } if (!Key.isDown(81)) { Pressed = 0; } }
Frame 2
_global.ItemSelected = 0; _global.HaveItem = function (Item, Type) { Items = Item; if (Item > 16) { if (Type == 1) { Items = Item - 16; } else { Items = 1; } } else if (Item < 1) { if (Type == 0) { Items = 16 + Item; } else { Items = 16; } } if (Items == 1) { if (_global.Item1Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 2) { if (_global.Item2Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 3) { if (_global.Item3Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 4) { if (_global.Item4Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 5) { if (_global.Item5Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 6) { if (_global.Item6Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 7) { if (_global.Item7Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 8) { if (_global.Item8Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 9) { if (_global.Item9Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 10) { if (_global.Item10Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 11) { if (_global.Item11Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 12) { if (_global.Item12Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 13) { if (_global.Item13Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 14) { if (_global.Item14Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 15) { if (_global.Item15Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } else if (Items == 16) { if (_global.Item16Have == 1) { _global.ItemSelected = Items; } else if (Type == 0) { _global.HaveItem(Items - 4, 0); } else if (Type == 1) { _global.HaveItem(Items + 4, 1); } else if (Type == 2) { _global.HaveItem(Items - 1, 2); } else if (Type == 3) { _global.HaveItem(Items + 1, 3); } } }; _global.InventorySelection = function () { if (_global.Item16Have == 1) { _global.ItemSelected = 16; _root.MItems.Item16._visible = true; } else { _root.MItems.Item16._visible = false; } if (_global.Item15Have == 1) { _global.ItemSelected = 15; _root.MItems.Item15._visible = true; } else { _root.MItems.Item15._visible = false; } if (_global.Item14Have == 1) { _global.ItemSelected = 14; _root.MItems.Item14._visible = true; } else { _root.MItems.Item14._visible = false; } if (_global.Item13Have == 1) { _global.ItemSelected = 13; _root.MItems.Item13._visible = true; } else { _root.MItems.Item13._visible = false; } if (_global.Item12Have == 1) { _global.ItemSelected = 12; _root.MItems.Item12._visible = true; } else { _root.MItems.Item12._visible = false; } if (_global.Item11Have == 1) { _global.ItemSelected = 11; _root.MItems.Item11._visible = true; } else { _root.MItems.Item11._visible = false; } if (_global.Item10Have == 1) { _global.ItemSelected = 10; _root.MItems.Item10._visible = true; } else { _root.MItems.Item10._visible = false; } if (_global.Item9Have == 1) { _global.ItemSelected = 9; _root.MItems.Item9._visible = true; } else { _root.MItems.Item9._visible = false; } if (_global.Item8Have == 1) { _global.ItemSelected = 8; _root.MItems.Item8._visible = true; } else { _root.MItems.Item8._visible = false; } if (_global.Item7Have == 1) { _global.ItemSelected = 7; _root.MItems.Item7._visible = true; } else { _root.MItems.Item7._visible = false; } if (_global.Item6Have == 1) { _global.ItemSelected = 6; _root.MItems.Item6._visible = true; } else { _root.MItems.Item6._visible = false; } if (_global.Item5Have == 1) { _global.ItemSelected = 5; _root.MItems.Item5._visible = true; } else { _root.MItems.Item5._visible = false; } if (_global.Item4Have == 1) { _global.ItemSelected = 4; _root.MItems.Item4._visible = true; } else { _root.MItems.Item4._visible = false; } if (_global.Item3Have == 1) { _global.ItemSelected = 3; _root.MItems.Item3._visible = true; } else { _root.MItems.Item3._visible = false; } if (_global.Item2Have == 1) { _global.ItemSelected = 2; _root.MItems.Item2._visible = true; } else { _root.MItems.Item2._visible = false; } if (_global.Item1Have == 1) { _global.ItemSelected = 1; _root.MItems.Item1._visible = true; } else { _root.MItems.Item1._visible = false; } }; _global.CheckSelected = function () { myColor1 = new Color(_root.MItems.Item1); myColor2 = new Color(_root.MItems.Item2); myColor3 = new Color(_root.MItems.Item3); myColor4 = new Color(_root.MItems.Item4); myColor5 = new Color(_root.MItems.Item5); myColor6 = new Color(_root.MItems.Item6); myColor7 = new Color(_root.MItems.Item7); myColor8 = new Color(_root.MItems.Item8); myColor9 = new Color(_root.MItems.Item9); myColor10 = new Color(_root.MItems.Item10); myColor11 = new Color(_root.MItems.Item11); myColor12 = new Color(_root.MItems.Item12); myColor13 = new Color(_root.MItems.Item13); myColor14 = new Color(_root.MItems.Item14); myColor15 = new Color(_root.MItems.Item15); myColor16 = new Color(_root.MItems.Item16); currentColor = {rb:0, gb:0, bb:0}; myColor1.setTransform(currentColor); myColor2.setTransform(currentColor); myColor3.setTransform(currentColor); myColor4.setTransform(currentColor); myColor5.setTransform(currentColor); myColor6.setTransform(currentColor); myColor7.setTransform(currentColor); myColor8.setTransform(currentColor); myColor9.setTransform(currentColor); myColor10.setTransform(currentColor); myColor11.setTransform(currentColor); myColor12.setTransform(currentColor); myColor13.setTransform(currentColor); myColor14.setTransform(currentColor); myColor15.setTransform(currentColor); myColor16.setTransform(currentColor); currentColor = {rb:0, gb:99, bb:9999}; if (_global.ItemSelected == 0) { _root.MItems.Selected._x = -100; } else if (_global.ItemSelected == 1) { myColor1.setTransform(currentColor); } else if (_global.ItemSelected == 2) { myColor2.setTransform(currentColor); } else if (_global.ItemSelected == 3) { myColor3.setTransform(currentColor); } else if (_global.ItemSelected == 4) { myColor4.setTransform(currentColor); } else if (_global.ItemSelected == 5) { myColor5.setTransform(currentColor); } else if (_global.ItemSelected == 6) { myColor6.setTransform(currentColor); } else if (_global.ItemSelected == 7) { myColor7.setTransform(currentColor); } else if (_global.ItemSelected == 8) { myColor8.setTransform(currentColor); } else if (_global.ItemSelected == 9) { myColor9.setTransform(currentColor); } else if (_global.ItemSelected == 10) { myColor10.setTransform(currentColor); } else if (_global.ItemSelected == 11) { myColor11.setTransform(currentColor); } else if (_global.ItemSelected == 12) { myColor12.setTransform(currentColor); } else if (_global.ItemSelected == 13) { myColor13.setTransform(currentColor); } else if (_global.ItemSelected == 14) { myColor14.setTransform(currentColor); } else if (_global.ItemSelected == 15) { myColor15.setTransform(currentColor); } else if (_global.ItemSelected == 16) { myColor16.setTransform(currentColor); } }; _global.InventorySelection(); _global.CurrentMap = 1; _global.WorldMapNum = 1; _global.MapNight = 0; _global.MapType = _global.TypeNone; if (_global.DayNight == 0) { _root.Night._alpha = 0; } else if ((_global.DayNight == 1) or (_global.DayNight == 2)) { _root.Night._alpha = 60; } if (_global.MapType != _global.TypeNone) { _root.ZHUD._alpha == 50; _root.XHUD._alpha == 50; } else { _root.ZHUD._alpha == 100; _root.XHUD._alpha == 100; } if (_global.InMenu == 1) { if (_global.InItemMenu == 1) { _root.MItems._visible = true; _root.Selected2._visible = true; _root.MMap._visible = false; } else if (_global.InWorldMapMenu == 1) { _root.MItems._visible = false; _root.Selected2._visible = true; _root.MMap._visible = true; } } else if (_global.InMenu == 0) { _root.MItems._visible = false; _root.Selected2._visible = false; _root.MMap._visible = false; } if (_global.ItemUsing2 == 0) { _root.XHUD.gotoAndStop(_global.EmptyItem); } else { _root.XHUD.gotoAndStop(_global.ItemUsing2); } if (_global.ItemUsing1 == 0) { _root.ZHUD.gotoAndStop(_global.EmptyItem); } else { _root.ZHUD.gotoAndStop(_global.ItemUsing1); } if (_global.CurrentMap == _global.FrameWarp) { if (_global.WarpedAlready == 1) { _global.MapText = 1; _root.Link._x = _global.WarpedX; _root.Link._y = _global.WarpedY; _global.WarpedAlready = 0; } } if (_global.Rupees < 10) { _root.RCount.text = "00" + _global.Rupees; } else if (_global.Rupees < 100) { _root.RCount.text = "0" + _global.Rupees; } else if (_global.Rupees > 99) { _root.RCount.text = _global.Rupees; } if (_global.LinkHP <= 0) { _root.HPMeter.gotoAndStop(7); } else { _root.HPMeter.gotoAndStop(_global.LinkHP); } _root.Magic.MMeter._xscale = _global.LinkMP; _root.stop(); _global.CurrentSong = "OoTLostWoods"; _global.SongStarted = 0; _global.AllSound = new Sound(this);
Instance of Symbol 72 MovieClip in Frame 2
/* no clip actions */
Instance of Symbol 76 MovieClip in Frame 2
onClipEvent (load) { Splashes = 0; } onClipEvent (enterFrame) { if (_global.Moving == 1) { if ((Splashes + 150) < getTimer()) { if (this.hitTest(_root.Link._x, _root.Link._y, true)) { _global.CW = _global.CW + 1; MCX = _root.Link._x + random(_root.Link._width); MCY = _root.Link._y + random(_root.Link._height / 2); _root.Splash.duplicateMovieClip("Splash" + _global.CW, _global.CW, {_x:MCX, _y:MCY}); } Splashes = getTimer(); } } }
Instance of Symbol 79 MovieClip in Frame 2
onClipEvent (load) { Splashes = 0; } onClipEvent (enterFrame) { if (_global.Moving == 1) { if ((Splashes + 150) < getTimer()) { if (this.hitTest(_root.Link._x, _root.Link._y, true)) { _global.CW = _global.CW + 1; MCX = _root.Link._x + random(_root.Link._width); MCY = _root.Link._y + random(_root.Link._height / 2); _root.Splash.duplicateMovieClip("Splash" + _global.CW, _global.CW, {_x:MCX, _y:MCY}); } Splashes = getTimer(); } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 89 MovieClip in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; thisSound = new Sound(this); thisSound.attachSound("Grass"); thisSound.start(0, 1); } if ((CutTimer + _global.WeedCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } }
Instance of Symbol 95 MovieClip "Pot" in Frame 2
onClipEvent (load) { HP = _global.WeedHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Cut = 0; CutTimer = 0; } onClipEvent (enterFrame) { LoseHp = function () { if (_global.LinkAttack2 == 1) { HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); } } } if (HP <= 0) { if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(2); Cut = 1; } if ((CutTimer + _global.PotCutTimer) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 3), _y:this._y + (this._height / 2)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 3), _y:this._y + (this._height / 2)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 3), _y:this._y + (this._height / 2)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 3), _y:this._y + (this._height / 2)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; } } if (_global.LinkAttack2 == 2) { if (this.hitTest(_root.Link)) { if (_global.Direction == 0) { _root.Link._y = _root.Link._y + _global.WalkSpeed; } else if (_global.Direction == 1) { _root.Link._y = _root.Link._y - _global.WalkSpeed; } else if (_global.Direction == 2) { _root.Link._x = _root.Link._x + _global.WalkSpeed; } else if (_global.Direction == 3) { _root.Link._x = _root.Link._x - _global.WalkSpeed; } } } if (_global.LinkAttack2 == 2) { if (this.hitTest(_root.Link)) { if (_global.Direction == 0) { _root.Link._y = _root.Link._y + _global.WalkSpeed; } else if (_global.Direction == 1) { _root.Link._y = _root.Link._y - _global.WalkSpeed; } else if (_global.Direction == 2) { _root.Link._x = _root.Link._x + _global.WalkSpeed; } else if (_global.Direction == 3) { _root.Link._x = _root.Link._x - _global.WalkSpeed; } } } }
Instance of Symbol 97 MovieClip "BR" in Frame 2
onClipEvent (load) { if (_global.InMenu == 1) { this._visible = false; } else { this._visible = true; } RedTimer = getTimer(); RedTimer2 = 0; this._alpha = 100; Gone = 0; GoneTimer = 0; Worth = 5; } onClipEvent (enterFrame) { if ((RedTimer + 10000) < getTimer()) { if ((RedTimer2 + 200) < getTimer()) { this._alpha = 100; RedTimer2 = getTimer(); } else { this._alpha = 0; } if ((RedTimer + 13000) < getTimer()) { this.removeMovieClip(); } } if (_global.InMenu == 1) { this._visible = false; } else { this._visible = true; } if (_global.WarpedAlready == 1) { this.removeMovieClip(); } if (this.hitTest(_root.Link)) { if (_global.Moving == 1) { this._x = _global.DeathX; if (Gone == 0) { _global.Rupees = _global.Rupees + Worth; thisSound = new Sound(this); thisSound.attachSound("RupeeSound"); thisSound.start(0, 1); } Gone = 1; GoneTimer = getTimer(); } } if (Gone == 1) { this._alpha = 100; this._x = _root.Link._x - (this._width / 2); this._y = (_root.Link._y - _root.Link._height) + 10; if ((GoneTimer + 500) < getTimer()) { this.removeMovieClip(); } } if (this.hitTest(_root.Bombs.Explode)) { this.removeMovieClip(); } }
Instance of Symbol 99 MovieClip "RR" in Frame 2
onClipEvent (load) { if (_global.InMenu == 1) { this._visible = false; } else { this._visible = true; } RedTimer = getTimer(); RedTimer2 = 0; this._alpha = 100; Gone = 0; GoneTimer = 0; Worth = 20; } onClipEvent (enterFrame) { if ((RedTimer + 10000) < getTimer()) { if ((RedTimer2 + 200) < getTimer()) { this._alpha = 100; RedTimer2 = getTimer(); } else { this._alpha = 0; } if ((RedTimer + 13000) < getTimer()) { this.removeMovieClip(); } } if (_global.InMenu == 1) { this._visible = false; } else { this._visible = true; } if (_global.WarpedAlready == 1) { this.removeMovieClip(); } if (this.hitTest(_root.Link)) { if (_global.Moving == 1) { this._x = _global.DeathX; if (Gone == 0) { _global.Rupees = _global.Rupees + Worth; thisSound = new Sound(this); thisSound.attachSound("RupeeSound"); thisSound.start(0, 1); } Gone = 1; GoneTimer = getTimer(); } } if (Gone == 1) { this._alpha = 100; this._x = _root.Link._x - (this._width / 2); this._y = (_root.Link._y - _root.Link._height) + 10; if ((GoneTimer + 500) < getTimer()) { this.removeMovieClip(); } } if (this.hitTest(_root.Bombs.Explode)) { this.removeMovieClip(); } }
Instance of Symbol 101 MovieClip "GR" in Frame 2
onClipEvent (load) { if (_global.InMenu == 1) { this._visible = false; } else { this._visible = true; } RedTimer = getTimer(); RedTimer2 = 0; this._alpha = 100; Gone = 0; GoneTimer = 0; Worth = 1; } onClipEvent (enterFrame) { if ((RedTimer + 10000) < getTimer()) { if ((RedTimer2 + 200) < getTimer()) { this._alpha = 100; RedTimer2 = getTimer(); } else { this._alpha = 0; } if ((RedTimer + 13000) < getTimer()) { this.removeMovieClip(); } } if (_global.InMenu == 1) { this._visible = false; } else { this._visible = true; } if (_global.WarpedAlready == 1) { this.removeMovieClip(); } if (this.hitTest(_root.Link)) { if (_global.Moving == 1) { this._x = _global.DeathX; if (Gone == 0) { _global.Rupees = _global.Rupees + Worth; thisSound = new Sound(this); thisSound.attachSound("RupeeSound"); thisSound.start(0, 1); } Gone = 1; GoneTimer = getTimer(); } } if (Gone == 1) { this._alpha = 100; this._x = _root.Link._x - (this._width / 2); this._y = (_root.Link._y - _root.Link._height) + 10; if ((GoneTimer + 500) < getTimer()) { this.removeMovieClip(); } } if (this.hitTest(_root.Bombs.Explode)) { this.removeMovieClip(); } }
Instance of Symbol 103 MovieClip "PR" in Frame 2
onClipEvent (load) { if (_global.InMenu == 1) { this._visible = false; } else { this._visible = true; } RedTimer = getTimer(); RedTimer2 = 0; this._alpha = 100; Gone = 0; GoneTimer = 0; Worth = 50; } onClipEvent (enterFrame) { if ((RedTimer + 10000) < getTimer()) { if ((RedTimer2 + 200) < getTimer()) { this._alpha = 100; RedTimer2 = getTimer(); } else { this._alpha = 0; } if ((RedTimer + 15000) < getTimer()) { this.removeMovieClip(); } } if (_global.InMenu == 1) { this._visible = false; } else { this._visible = true; } if (_global.WarpedAlready == 1) { this.removeMovieClip(); } if (this.hitTest(_root.Link)) { if (_global.Moving == 1) { this._x = _global.DeathX; if (Gone == 0) { _global.Rupees = _global.Rupees + Worth; thisSound = new Sound(this); thisSound.attachSound("RupeeSound"); thisSound.start(0, 1); } Gone = 1; GoneTimer = getTimer(); } } if (Gone == 1) { this._alpha = 100; this._x = _root.Link._x - (this._width / 2); this._y = (_root.Link._y - _root.Link._height) + 10; if ((GoneTimer + 500) < getTimer()) { this.removeMovieClip(); } } if (this.hitTest(_root.Bombs.Explode)) { this.removeMovieClip(); } }
Instance of Symbol 105 MovieClip "Splash" in Frame 2
onClipEvent (load) { ST = 100; } onClipEvent (enterFrame) { ST = ST - 5; this._alpha = random(ST); if (ST < 0) { this.removeMovieClip(); } }
Instance of Symbol 107 MovieClip "HeartUp" in Frame 2
onClipEvent (load) { if (_global.InMenu == 1) { this._visible = false; } else { this._visible = true; } RedTimer = getTimer(); RedTimer2 = 0; this._alpha = 100; Gone = 0; GoneTimer = 0; } onClipEvent (enterFrame) { if ((RedTimer + 10000) < getTimer()) { if ((RedTimer2 + 200) < getTimer()) { this._alpha = 100; RedTimer2 = getTimer(); } else { this._alpha = 0; } if ((RedTimer + 13000) < getTimer()) { this.removeMovieClip(); } } if (_global.InMenu == 1) { this._visible = false; } else { this._visible = true; } if (_global.WarpedAlready == 1) { this.removeMovieClip(); } if (this.hitTest(_root.Link)) { if (_global.Moving == 1) { if (Gone == 0) { if (_global.LinkHP < (_global.Hearts * 2)) { this._x = _global.DeathX; if ((_global.LinkHP + 2) > (_global.Hearts * 2)) { _global.LinkHP = _global.Hearts * 2; } else { _global.LinkHP = _global.LinkHP + 2; } } thisSound = new Sound(this); thisSound.attachSound("Healing"); thisSound.start(0, 1); } Gone = 1; GoneTimer = getTimer(); } } if (Gone == 1) { this._alpha = 100; this._x = _root.Link._x - (this._width / 2); this._y = (_root.Link._y - _root.Link._height) + 10; if ((GoneTimer + 500) < getTimer()) { this.removeMovieClip(); } } if (this.hitTest(_root.Bombs.Explode)) { this.removeMovieClip(); } }
Instance of Symbol 128 MovieClip "Bomb" in Frame 2
onClipEvent (load) { if (_global.InMenu == 1) { this._visible = false; } else { this._visible = true; } Freeze = 0; LinkBounce = 0; BombDamage = 2; AT = 0; if (_name == "Bomb") { this.stop(); } else { this.play(); } HitLink = 0; } onClipEvent (enterFrame) { if (_name != "Bomb") { if (_global.InMenu == 1) { this._visible = false; this.stop(); } else { this._visible = true; this.play(); } if (_global.WarpedAlready == 1) { this.removeMovieClip(); } if (_global.InMenu == 1) { Freeze = 1; } else { Freeze = 0; } if (Freeze == 0) { if (_root.Link.hitTest(this.Explode)) { if (HitLink == 0) { HitLink = 1; _global.LinkHP = _global.LinkHP - BombDamage; thisSound = new Sound(this); thisSound.attachSound("LinkHurt1"); thisSound.start(0, 1); if (_global.LinkAttack == 0) { if (_global.Direction == 0) { _root.Link._y = _root.Link._y + LinkBounce; } else if (_global.Direction == 1) { _root.Link._y = _root.Link._y - LinkBounce; } else if (_global.Direction == 2) { _root.Link._x = _root.Link._x + LinkBounce; } else if (_global.Direction == 3) { _root.Link._x = _root.Link._x - LinkBounce; } } } } } } }
Instance of Symbol 138 MovieClip in Frame 2
onClipEvent (load) { HP = _global.GellyHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Freeze = 0; Cut = 0; CutTimer = 0; MAT = 0; Movement = 0; Direction = 0; Bounce = 10; LinkBounce = 35; BombDamage = 2; myColor = new Color(this); RedTimer = 0; LinkColor = new Color(_root.Link); LinkRedTimer = 0; SPlay = 0; } onClipEvent (enterFrame) { if (_global.InMenu == 1) { Freeze = 1; } else { Freeze = 0; } if (Freeze == 0) { if ((RedTimer + 100) < getTimer()) { currentColor = {rb:0, gb:0, bb:0}; myColor.setTransform(currentColor); } if ((LinkRedTimer + 100) < getTimer()) { currentColor = {rb:0, gb:0, bb:0}; LinkColor.setTransform(currentColor); } MoveUp = function () { this._y = this._y - _global.GellyMoveSpeed; if (_root.Wall.hitTest(this._x, this._y, true)) { this._y = this._y + _global.GellyMoveSpeed; } if (_root.Pot.hitTest(this._x, this._y, true)) { this._y = this._y + _global.GellyMoveSpeed; } }; MoveDown = function () { this._y = this._y + _global.GellyMoveSpeed; if (_root.Wall.hitTest(this._x, this._y, true)) { this._y = this._y - _global.GellyMoveSpeed; } if (_root.Pot.hitTest(this._x, this._y, true)) { this._y = this._y - _global.GellyMoveSpeed; } }; MoveLeft = function () { this._x = this._x - _global.GellyMoveSpeed; if (_root.Wall.hitTest(this._x, this._y, true)) { this._x = this._x + _global.GellyMoveSpeed; } if (_root.Pot.hitTest(this._x, this._y, true)) { this._x = this._x + _global.GellyMoveSpeed; } }; MoveRight = function () { this._x = this._x + _global.GellyMoveSpeed; if (_root.Wall.hitTest(this._x, this._y, true)) { this._x = this._x - _global.GellyMoveSpeed; } if (_root.Pot.hitTest(this._x, this._y, true)) { this._x = this._x - _global.GellyMoveSpeed; } }; if (HP > 0) { if ((MAT + _global.GellyMoveTimer) < getTimer()) { if (_root.Link._y < (this._y + _global.GellySight)) { if (_root.Link._x > (this._x - _global.GellySight)) { if (_root.Link._x < (this._x + _global.GellySight)) { if (_root.Link._y > (this._y - _global.GellySight)) { Movement = 1; } else if (_root.Link._y < (this._y - _global.GellySight)) { Movement = 0; } } else if (_root.Link._x > (this._x + _global.GellySight)) { Movement = 0; } } else if (_root.Link._x < (this._x - _global.GellySight)) { Movement = 0; } } else if (_root.Link._y > (this._y + _global.GellySight)) { Movement = 0; } if (Movement == 0) { Rand5 = Math.floor(Math.random() * _global.GellyMovingOdds); Rand6 = Math.floor(Math.random() * _global.GellyDirectionOdds); if (Rand5 == 1) { Direction = Rand6 - 1; } if (Direction == 0) { MoveUp(); } else if (Direction == 1) { MoveDown(); } else if (Direction == 2) { MoveLeft(); } else if (Direction == 3) { MoveRight(); } } else if (Movement == 1) { if (_root.Link._x < this._x) { if ((_root.Link._x + 8) < this._x) { MoveLeft(); } } else if (_root.Link._x > this._x) { if ((_root.Link._x - 5) > this._x) { MoveRight(); } } if (_root.Link._y < this._y) { if ((_root.Link._y + 10) < this._y) { MoveUp(); } } else if (_root.Link._y > this._y) { if ((_root.Link._y - 5) > this._y) { MoveDown(); } } } MAT = getTimer(); } } LinkTouched = function () { if (_global.LinkAttack2 == 0) { LinkRedTimer = getTimer(); currentColor = {rb:255, gb:0, bb:0}; LinkColor.setTransform(currentColor); thisSound = new Sound(this); thisSound.attachSound("LinkHurt1"); thisSound.start(0, 1); _global.LinkHP = _global.LinkHP - 1; if (_global.LinkAttack == 0) { if (_global.Direction == 0) { _root.Link._y = _root.Link._y + LinkBounce; } else if (_global.Direction == 1) { _root.Link._y = _root.Link._y - LinkBounce; } else if (_global.Direction == 2) { _root.Link._x = _root.Link._x + LinkBounce; } else if (_global.Direction == 3) { _root.Link._x = _root.Link._x - LinkBounce; } } } }; if (HP > 0) { if (_global.RollingL == 1) { if (this.hitTest(_root.Link)) { _global.RollingL = 0; LinkTouched(); } } else if (this.hitTest(_root.Link.LinkU.Body)) { LinkTouched(); } else if (this.hitTest(_root.Link.LinkD.Body)) { LinkTouched(); } else if (this.hitTest(_root.Link.LinkL.Body)) { LinkTouched(); } else if (this.hitTest(_root.Link.LinkR.Body)) { LinkTouched(); } else if (this.hitTest(_root.Link.LinkI.Body)) { LinkTouched(); } } LoseHp = function () { if (_global.LinkAttack2 == 1) { thisSound = new Sound(this); thisSound.attachSound("HitEnemy"); thisSound.start(0, 1); HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; RedTimer = getTimer(); currentColor = {rb:255, gb:0, bb:0}; myColor.setTransform(currentColor); } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); this._y = this._y - Bounce; } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); this._y = this._y + Bounce; } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); this._x = this._x - Bounce; } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); this._x = this._x + Bounce; } } } if (HP <= 0) { if (SPlay == 0) { thisSound = new Sound(this); thisSound.attachSound("Destroy"); thisSound.start(0, 1); SPlay = 1; } if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(41); Cut = 1; } if ((CutTimer + 750) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 10), _y:this._y + (this._height / 10)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 10), _y:this._y + (this._height / 10)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 10), _y:this._y + (this._height / 10)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 10), _y:this._y + (this._height / 10)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; Freeze = 1; } } } }
Instance of Symbol 138 MovieClip in Frame 2
onClipEvent (load) { HP = _global.GellyHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Freeze = 0; Cut = 0; CutTimer = 0; MAT = 0; Movement = 0; Direction = 0; Bounce = 10; LinkBounce = 35; BombDamage = 2; myColor = new Color(this); RedTimer = 0; LinkColor = new Color(_root.Link); LinkRedTimer = 0; SPlay = 0; } onClipEvent (enterFrame) { if (_global.InMenu == 1) { Freeze = 1; } else { Freeze = 0; } if (Freeze == 0) { if ((RedTimer + 100) < getTimer()) { currentColor = {rb:0, gb:0, bb:0}; myColor.setTransform(currentColor); } if ((LinkRedTimer + 100) < getTimer()) { currentColor = {rb:0, gb:0, bb:0}; LinkColor.setTransform(currentColor); } MoveUp = function () { this._y = this._y - _global.GellyMoveSpeed; if (_root.Wall.hitTest(this._x, this._y, true)) { this._y = this._y + _global.GellyMoveSpeed; } if (_root.Pot.hitTest(this._x, this._y, true)) { this._y = this._y + _global.GellyMoveSpeed; } }; MoveDown = function () { this._y = this._y + _global.GellyMoveSpeed; if (_root.Wall.hitTest(this._x, this._y, true)) { this._y = this._y - _global.GellyMoveSpeed; } if (_root.Pot.hitTest(this._x, this._y, true)) { this._y = this._y - _global.GellyMoveSpeed; } }; MoveLeft = function () { this._x = this._x - _global.GellyMoveSpeed; if (_root.Wall.hitTest(this._x, this._y, true)) { this._x = this._x + _global.GellyMoveSpeed; } if (_root.Pot.hitTest(this._x, this._y, true)) { this._x = this._x + _global.GellyMoveSpeed; } }; MoveRight = function () { this._x = this._x + _global.GellyMoveSpeed; if (_root.Wall.hitTest(this._x, this._y, true)) { this._x = this._x - _global.GellyMoveSpeed; } if (_root.Pot.hitTest(this._x, this._y, true)) { this._x = this._x - _global.GellyMoveSpeed; } }; if (HP > 0) { if ((MAT + _global.GellyMoveTimer) < getTimer()) { if (_root.Link._y < (this._y + _global.GellySight)) { if (_root.Link._x > (this._x - _global.GellySight)) { if (_root.Link._x < (this._x + _global.GellySight)) { if (_root.Link._y > (this._y - _global.GellySight)) { Movement = 1; } else if (_root.Link._y < (this._y - _global.GellySight)) { Movement = 0; } } else if (_root.Link._x > (this._x + _global.GellySight)) { Movement = 0; } } else if (_root.Link._x < (this._x - _global.GellySight)) { Movement = 0; } } else if (_root.Link._y > (this._y + _global.GellySight)) { Movement = 0; } if (Movement == 0) { Rand5 = Math.floor(Math.random() * _global.GellyMovingOdds); Rand6 = Math.floor(Math.random() * _global.GellyDirectionOdds); if (Rand5 == 1) { Direction = Rand6 - 1; } if (Direction == 0) { MoveUp(); } else if (Direction == 1) { MoveDown(); } else if (Direction == 2) { MoveLeft(); } else if (Direction == 3) { MoveRight(); } } else if (Movement == 1) { if (_root.Link._x < this._x) { if ((_root.Link._x + 8) < this._x) { MoveLeft(); } } else if (_root.Link._x > this._x) { if ((_root.Link._x - 5) > this._x) { MoveRight(); } } if (_root.Link._y < this._y) { if ((_root.Link._y + 10) < this._y) { MoveUp(); } } else if (_root.Link._y > this._y) { if ((_root.Link._y - 5) > this._y) { MoveDown(); } } } MAT = getTimer(); } } LinkTouched = function () { if (_global.LinkAttack2 == 0) { LinkRedTimer = getTimer(); currentColor = {rb:255, gb:0, bb:0}; LinkColor.setTransform(currentColor); thisSound = new Sound(this); thisSound.attachSound("LinkHurt1"); thisSound.start(0, 1); _global.LinkHP = _global.LinkHP - 1; if (_global.LinkAttack == 0) { if (_global.Direction == 0) { _root.Link._y = _root.Link._y + LinkBounce; } else if (_global.Direction == 1) { _root.Link._y = _root.Link._y - LinkBounce; } else if (_global.Direction == 2) { _root.Link._x = _root.Link._x + LinkBounce; } else if (_global.Direction == 3) { _root.Link._x = _root.Link._x - LinkBounce; } } } }; if (HP > 0) { if (_global.RollingL == 1) { if (this.hitTest(_root.Link)) { _global.RollingL = 0; LinkTouched(); } } else if (this.hitTest(_root.Link.LinkU.Body)) { LinkTouched(); } else if (this.hitTest(_root.Link.LinkD.Body)) { LinkTouched(); } else if (this.hitTest(_root.Link.LinkL.Body)) { LinkTouched(); } else if (this.hitTest(_root.Link.LinkR.Body)) { LinkTouched(); } else if (this.hitTest(_root.Link.LinkI.Body)) { LinkTouched(); } } LoseHp = function () { if (_global.LinkAttack2 == 1) { thisSound = new Sound(this); thisSound.attachSound("HitEnemy"); thisSound.start(0, 1); HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; RedTimer = getTimer(); currentColor = {rb:255, gb:0, bb:0}; myColor.setTransform(currentColor); } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); this._y = this._y - Bounce; } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); this._y = this._y + Bounce; } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); this._x = this._x - Bounce; } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); this._x = this._x + Bounce; } } } if (HP <= 0) { if (SPlay == 0) { thisSound = new Sound(this); thisSound.attachSound("Destroy"); thisSound.start(0, 1); SPlay = 1; } if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(41); Cut = 1; } if ((CutTimer + 750) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 10), _y:this._y + (this._height / 10)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 10), _y:this._y + (this._height / 10)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 10), _y:this._y + (this._height / 10)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 10), _y:this._y + (this._height / 10)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; Freeze = 1; } } } }
Instance of Symbol 138 MovieClip in Frame 2
onClipEvent (load) { HP = _global.GellyHP; Rand = Math.floor(Math.random() * _global.WRCG); Rand2 = Math.floor(Math.random() * _global.WRCB); Rand3 = Math.floor(Math.random() * _global.WRCR); Rand4 = Math.floor(Math.random() * _global.WRCP); RandHeart = Math.floor(Math.random() * _global.WRCH); AT = 0; Freeze = 0; Cut = 0; CutTimer = 0; MAT = 0; Movement = 0; Direction = 0; Bounce = 10; LinkBounce = 35; BombDamage = 2; myColor = new Color(this); RedTimer = 0; LinkColor = new Color(_root.Link); LinkRedTimer = 0; SPlay = 0; } onClipEvent (enterFrame) { if (_global.InMenu == 1) { Freeze = 1; } else { Freeze = 0; } if (Freeze == 0) { if ((RedTimer + 100) < getTimer()) { currentColor = {rb:0, gb:0, bb:0}; myColor.setTransform(currentColor); } if ((LinkRedTimer + 100) < getTimer()) { currentColor = {rb:0, gb:0, bb:0}; LinkColor.setTransform(currentColor); } MoveUp = function () { this._y = this._y - _global.GellyMoveSpeed; if (_root.Wall.hitTest(this._x, this._y, true)) { this._y = this._y + _global.GellyMoveSpeed; } if (_root.Pot.hitTest(this._x, this._y, true)) { this._y = this._y + _global.GellyMoveSpeed; } }; MoveDown = function () { this._y = this._y + _global.GellyMoveSpeed; if (_root.Wall.hitTest(this._x, this._y, true)) { this._y = this._y - _global.GellyMoveSpeed; } if (_root.Pot.hitTest(this._x, this._y, true)) { this._y = this._y - _global.GellyMoveSpeed; } }; MoveLeft = function () { this._x = this._x - _global.GellyMoveSpeed; if (_root.Wall.hitTest(this._x, this._y, true)) { this._x = this._x + _global.GellyMoveSpeed; } if (_root.Pot.hitTest(this._x, this._y, true)) { this._x = this._x + _global.GellyMoveSpeed; } }; MoveRight = function () { this._x = this._x + _global.GellyMoveSpeed; if (_root.Wall.hitTest(this._x, this._y, true)) { this._x = this._x - _global.GellyMoveSpeed; } if (_root.Pot.hitTest(this._x, this._y, true)) { this._x = this._x - _global.GellyMoveSpeed; } }; if (HP > 0) { if ((MAT + _global.GellyMoveTimer) < getTimer()) { if (_root.Link._y < (this._y + _global.GellySight)) { if (_root.Link._x > (this._x - _global.GellySight)) { if (_root.Link._x < (this._x + _global.GellySight)) { if (_root.Link._y > (this._y - _global.GellySight)) { Movement = 1; } else if (_root.Link._y < (this._y - _global.GellySight)) { Movement = 0; } } else if (_root.Link._x > (this._x + _global.GellySight)) { Movement = 0; } } else if (_root.Link._x < (this._x - _global.GellySight)) { Movement = 0; } } else if (_root.Link._y > (this._y + _global.GellySight)) { Movement = 0; } if (Movement == 0) { Rand5 = Math.floor(Math.random() * _global.GellyMovingOdds); Rand6 = Math.floor(Math.random() * _global.GellyDirectionOdds); if (Rand5 == 1) { Direction = Rand6 - 1; } if (Direction == 0) { MoveUp(); } else if (Direction == 1) { MoveDown(); } else if (Direction == 2) { MoveLeft(); } else if (Direction == 3) { MoveRight(); } } else if (Movement == 1) { if (_root.Link._x < this._x) { if ((_root.Link._x + 8) < this._x) { MoveLeft(); } } else if (_root.Link._x > this._x) { if ((_root.Link._x - 5) > this._x) { MoveRight(); } } if (_root.Link._y < this._y) { if ((_root.Link._y + 10) < this._y) { MoveUp(); } } else if (_root.Link._y > this._y) { if ((_root.Link._y - 5) > this._y) { MoveDown(); } } } MAT = getTimer(); } } LinkTouched = function () { if (_global.LinkAttack2 == 0) { LinkRedTimer = getTimer(); currentColor = {rb:255, gb:0, bb:0}; LinkColor.setTransform(currentColor); thisSound = new Sound(this); thisSound.attachSound("LinkHurt1"); thisSound.start(0, 1); _global.LinkHP = _global.LinkHP - 1; if (_global.LinkAttack == 0) { if (_global.Direction == 0) { _root.Link._y = _root.Link._y + LinkBounce; } else if (_global.Direction == 1) { _root.Link._y = _root.Link._y - LinkBounce; } else if (_global.Direction == 2) { _root.Link._x = _root.Link._x + LinkBounce; } else if (_global.Direction == 3) { _root.Link._x = _root.Link._x - LinkBounce; } } } }; if (HP > 0) { if (_global.RollingL == 1) { if (this.hitTest(_root.Link)) { _global.RollingL = 0; LinkTouched(); } } else if (this.hitTest(_root.Link.LinkU.Body)) { LinkTouched(); } else if (this.hitTest(_root.Link.LinkD.Body)) { LinkTouched(); } else if (this.hitTest(_root.Link.LinkL.Body)) { LinkTouched(); } else if (this.hitTest(_root.Link.LinkR.Body)) { LinkTouched(); } else if (this.hitTest(_root.Link.LinkI.Body)) { LinkTouched(); } } LoseHp = function () { if (_global.LinkAttack2 == 1) { thisSound = new Sound(this); thisSound.attachSound("HitEnemy"); thisSound.start(0, 1); HP = HP - _global.LinkDamage; AT = getTimer() + _global.AttackTimer; RedTimer = getTimer(); currentColor = {rb:255, gb:0, bb:0}; myColor.setTransform(currentColor); } }; if ((AT + _global.AttackTimer) < getTimer()) { if (this.hitTest(_root.Bombs.Explode)) { HP = HP - BombDamage; AT = getTimer() + _global.AttackTimer; } if (_global.Direction == 0) { if (this.hitTest(_root.Link.LinkUAttack.Sword)) { LoseHp(); this._y = this._y - Bounce; } } else if (_global.Direction == 1) { if (this.hitTest(_root.Link.LinkDAttack.Sword)) { LoseHp(); this._y = this._y + Bounce; } } else if (_global.Direction == 2) { if (this.hitTest(_root.Link.LinkLAttack.Sword)) { LoseHp(); this._x = this._x - Bounce; } } else if (_global.Direction == 3) { if (this.hitTest(_root.Link.LinkRAttack.Sword)) { LoseHp(); this._x = this._x + Bounce; } } } if (HP <= 0) { if (SPlay == 0) { thisSound = new Sound(this); thisSound.attachSound("Destroy"); thisSound.start(0, 1); SPlay = 1; } if (Cut == 0) { CutTimer = getTimer(); this.gotoAndPlay(41); Cut = 1; } if ((CutTimer + 750) < getTimer()) { HP = 9999; if (Rand == 1) { _global.BRA = _global.BRA + 1; _root.GR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 10), _y:this._y + (this._height / 10)}); } else if (Rand2 == 1) { _global.BRA = _global.BRA + 1; _root.BR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 10), _y:this._y + (this._height / 10)}); } else if (Rand3 == 1) { _global.BRA = _global.BRA + 1; _root.RR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 10), _y:this._y + (this._height / 10)}); } else if (Rand4 == 1) { _global.BRA = _global.BRA + 1; _root.PR.duplicateMovieClip("BR" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 10), _y:this._y + (this._height / 10)}); } else if (RandHeart == 1) { _global.BRA = _global.BRA + 1; _root.HeartUp.duplicateMovieClip("HeartUp" + _global.BRA, _global.BRA, {_x:this._x + (this._width / 2), _y:this._y + (this._height / 2)}); } this._x = _global.DeathX; Freeze = 1; } } } }
Instance of Symbol 364 MovieClip "Link" in Frame 2
onClipEvent (load) { _global.LinkAttack = 0; _global.LinkAttack2 = 0; _global.DS = 0; _global.Moving = 0; _global.CanMove = 1; _global.Direction = 1; Chosen = -1; if (_global.LinkDeathCrap == 0) { _global.LinkDeathX = this._x; _global.LinkDeathY = this._y; _global.LinkDeathCrap = 1; } Freeze = 0; _global.BombUsed1 = 0; _global.BombUsed2 = 0; BombTimer = 0; BombTime = 1000; SWalk = 0; WalkingS = new Sound(this); WalkingS.attachSound("Walking"); RollingTimer = 0; RollSpeed = 12; } onClipEvent (enterFrame) { if (_global.InMenu == 1) { Freeze = 1; this.stop(); } else { Freeze = 0; } if (Freeze == 0) { if (_global.LinkHP <= 0) { this._x = _global.LinkDeathX; this._y = _global.LinkDeathY; _global.LinkHP = _global.Hearts * 2; } if (_global.RollingL == 1) { if (_global.Direction == 0) { if (_root.Wall.hitTest(this._x, getBounds(_root).yMin - RollSpeed, true)) { _global.RollingL = 0; } if (_root.Pot.hitTest(this._x, getBounds(_root).yMin - RollSpeed, true)) { _global.RollingL = 0; } } else if (_global.Direction == 1) { if (_root.Wall.hitTest(this._x, getBounds(_root).yMax + RollSpeed, true)) { _global.RollingL = 0; } if (_root.Pot.hitTest(this._x, getBounds(_root).yMax + RollSpeed, true)) { _global.RollingL = 0; } } else if (_global.Direction == 2) { if (_root.Wall.hitTest(getBounds(_root).xMin - RollSpeed, this._y, true)) { _global.RollingL = 0; } if (_root.Wall.hitTest(getBounds(_root).xMin - RollSpeed, this._y, true)) { _global.RollingL = 0; } } else if (_global.Direction == 3) { if (_root.Wall.hitTest(getBounds(_root).xMax + RollSpeed, this._y, true)) { _global.RollingL = 0; } if (_root.Wall.hitTest(getBounds(_root).xMax + RollSpeed, this._y, true)) { _global.RollingL = 0; } } } CheckHit = function (Type) { if (Type == 0) { if ((SWalk + 200) < getTimer()) { WalkingS.stop(); WalkingS.start(0, 1); SWalk = getTimer(); } if (Direction == 0) { if (!_root.Wall.hitTest(this._x, getBounds(_root).yMin + _global.WalkSpeed, true)) { if (!_root.Pot.hitTest(this._x, getBounds(_root).yMin + _global.WalkSpeed, true)) { this._y = this._y - _global.WalkSpeed; } } } else if (Direction == 1) { if (!_root.Wall.hitTest(this._x, getBounds(_root).yMax + _global.WalkSpeed, true)) { if (!_root.Pot.hitTest(this._x, getBounds(_root).yMax + _global.WalkSpeed, true)) { this._y = this._y + _global.WalkSpeed; } } } else if (Direction == 2) { if (!_root.Wall.hitTest(getBounds(_root).xMin + _global.WalkSpeed, this._y, true)) { if (!_root.Pot.hitTest(getBounds(_root).xMin + _global.WalkSpeed, this._y, true)) { this._x = this._x - _global.WalkSpeed; } } } else if (Direction == 3) { if (!_root.Wall.hitTest(getBounds(_root).xMax + _global.WalkSpeed, this._y, true)) { if (!_root.Pot.hitTest(getBounds(_root).xMax + _global.WalkSpeed, this._y, true)) { this._x = this._x + _global.WalkSpeed; } } } } else if (Type == 1) { if (Key.isDown(37)) { if (!_root.Wall.hitTest(getBounds(_root).xMin + _global.WalkSpeed2, this._y, true)) { if (!_root.Pot.hitTest(getBounds(_root).xMin + _global.WalkSpeed2, this._y, true)) { this._x = this._x - _global.WalkSpeed2; } } } else if (Key.isDown(39)) { if (!_root.Wall.hitTest(getBounds(_root).xMax + _global.WalkSpeed2, this._y, true)) { if (!_root.Pot.hitTest(getBounds(_root).xMax + _global.WalkSpeed2, this._y, true)) { this._x = this._x + _global.WalkSpeed2; } } } } else if (Type == 2) { if (Key.isDown(38)) { if (!_root.Wall.hitTest(this._x, getBounds(_root).yMin + _global.WalkSpeed2, true)) { if (!_root.Pot.hitTest(this._x, getBounds(_root).yMin + _global.WalkSpeed2, true)) { this._y = this._y - _global.WalkSpeed2; } } } else if (Key.isDown(40)) { if (!_root.Wall.hitTest(this._x, getBounds(_root).yMax + _global.WalkSpeed2, true)) { if (!_root.Pot.hitTest(this._x, getBounds(_root).yMax + _global.WalkSpeed2, true)) { this._y = this._y + _global.WalkSpeed2; } } } } }; if (_global.LinkAttack == 0) { if (_global.RollingL == 0) { if (Key.isDown(37)) { if (Chosen == 3) { Chosen = -1; } if (Chosen == -1) { Chosen = 2; _global.Direction = 2; } _global.DS = 1; } else if (Key.isDown(39)) { if (Chosen == 2) { Chosen = -1; } if (Chosen == -1) { Chosen = 3; _global.Direction = 3; } _global.DS = 1; } else if ((!Key.isDown(39)) && (!Key.isDown(37))) { Chosen = -1; } if (Key.isDown(40)) { if (Chosen == 0) { Chosen = -1; } if (Chosen == -1) { Chosen = 1; _global.Direction = 1; } _global.DS = 1; } else if (Key.isDown(38)) { if (Chosen == 1) { Chosen = -1; } if (Chosen == -1) { Chosen = 0; _global.Direction = 0; } _global.DS = 1; } else if ((!Key.isDown(40)) && (!Key.isDown(38))) { Chosen = -1; } } if (_global.DS == 1) { if (Key.isDown(67)) { if (_global.RollingL3 == 0) { if (_global.Direction == 0) { this.gotoAndPlay(79); } else if (_global.Direction == 1) { this.gotoAndPlay(90); } else if (_global.Direction == 2) { this.gotoAndPlay(57); } else if (_global.Direction == 3) { this.gotoAndPlay(68); } RollingTimer = getTimer(); _global.RollingL = 1; _global.RollingL3 = 1; } } if (_global.RollingL == 0) { if (_global.Direction == 0) { this.gotoAndPlay(26); _global.Moving = 1; this.LinkU.play(); CheckHit(1); CheckHit(0); } else if (_global.Direction == 1) { this.gotoAndPlay(18); _global.Moving = 1; this.LinkD.play(); CheckHit(1); CheckHit(0); } else if (_global.Direction == 2) { this.gotoAndPlay(2); _global.Moving = 1; this.LinkL.play(); CheckHit(2); CheckHit(0); } else if (_global.Direction == 3) { this.gotoAndPlay(10); _global.Moving = 1; this.LinkR.play(); CheckHit(2); CheckHit(0); } } } } if (_global.MapType == _global.TypeNone) { if (Key.isDown(88)) { if (_global.LinkAttack3 == 0) { if (_global.ItemUsing2 != 0) { _global.DS = 1; if (_global.ItemUsing2 == 3) { if ((BombTimer + BombTime) < getTimer()) { if (_global.Direction == 0) { _global.BRA = _global.BRA + 1; _root.Bomb.duplicateMovieClip("Bombs", _global.BRA, {_x:_root.Link._x, _y:_root.Link._y - 50}); } else if (_global.Direction == 1) { _global.BRA = _global.BRA + 1; _root.Bomb.duplicateMovieClip("Bombs", _global.BRA, {_x:_root.Link._x, _y:_root.Link._y + 50}); } else if (_global.Direction == 2) { _global.BRA = _global.BRA + 1; _root.Bomb.duplicateMovieClip("Bombs", _global.BRA, {_x:_root.Link._x - 40, _y:_root.Link._y}); } else if (_global.Direction == 3) { _global.BRA = _global.BRA + 1; _root.Bomb.duplicateMovieClip("Bombs", _global.BRA, {_x:_root.Link._x + 40, _y:_root.Link._y}); } _global.BombUsed1 = 1; BombTimer = getTimer(); } } else if (_global.LinkAttack2 == 0) { if (_global.Direction == 0) { this.gotoAndPlay(40); } else if (_global.Direction == 1) { this.gotoAndPlay(34); } else if (_global.Direction == 2) { this.gotoAndPlay(46); } else if (_global.Direction == 3) { this.gotoAndPlay(52); } _global.LinkAttack = 1; _global.LinkAttack3 = 1; Rand = Math.floor(Math.random() * 2); if (Rand == 1) { thisSound = new Sound(this); thisSound.attachSound("Slice1"); thisSound.start(0, 1); } else { thisSound = new Sound(this); thisSound.attachSound("Slice2"); thisSound.start(0, 1); } } } } } if (Key.isDown(90)) { if (_global.LinkAttack3 == 0) { if (_global.ItemUsing1 != 0) { _global.DS = 1; if (_global.ItemUsing1 == 3) { if ((BombTimer + BombTime) < getTimer()) { if (_global.Direction == 0) { _global.BRA = _global.BRA + 1; _root.Bomb.duplicateMovieClip("Bombs", _global.BRA, {_x:_root.Link._x, _y:_root.Link._y - 50}); } else if (_global.Direction == 1) { _global.BRA = _global.BRA + 1; _root.Bomb.duplicateMovieClip("Bombs", _global.BRA, {_x:_root.Link._x, _y:_root.Link._y + 50}); } else if (_global.Direction == 2) { _global.BRA = _global.BRA + 1; _root.Bomb.duplicateMovieClip("Bombs", _global.BRA, {_x:_root.Link._x - 40, _y:_root.Link._y}); } else if (_global.Direction == 3) { _global.BRA = _global.BRA + 1; _root.Bomb.duplicateMovieClip("Bombs", _global.BRA, {_x:_root.Link._x + 40, _y:_root.Link._y}); } _global.BombUsed1 = 1; BombTimer = getTimer(); } } else if (_global.LinkAttack2 == 0) { if (_global.Direction == 0) { this.gotoAndPlay(40); } else if (_global.Direction == 1) { this.gotoAndPlay(34); } else if (_global.Direction == 2) { this.gotoAndPlay(46); } else if (_global.Direction == 3) { this.gotoAndPlay(52); } _global.LinkAttack = 1; _global.LinkAttack3 = 1; Rand = Math.floor(Math.random() * 2); if (Rand == 1) { thisSound = new Sound(this); thisSound.attachSound("Slice1"); thisSound.start(0, 1); } else { thisSound = new Sound(this); thisSound.attachSound("Slice2"); thisSound.start(0, 1); } } } } } } if (_global.RollingL == 1) { if ((RollingTimer + 0) < getTimer()) { if (_global.Direction == 0) { this._y = this._y - RollSpeed; } else if (_global.Direction == 1) { this._y = this._y + RollSpeed; } else if (_global.Direction == 2) { this._x = this._x - RollSpeed; } else if (_global.Direction == 3) { this._x = this._x + RollSpeed; } RollingTimer = getTimer(); } } if (!Key.isDown(67)) { _global.RollingL3 = 0; } if ((!Key.isDown(90)) && (!Key.isDown(88))) { _global.LinkAttack3 = 0; } if ((((!Key.isDown(38)) && (!Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(39))) { _global.DS = 0; Chosen = -1; } if (_global.DS == 0) { _global.Moving = 0; if (_global.RollingL == 0) { if (_global.LinkAttack == 0) { if (_global.Direction == 0) { this.gotoAndStop(26); this.LinkU.gotoAndStop(1); } else if (_global.Direction == 1) { this.gotoAndStop(18); this.LinkD.gotoAndStop(1); } else if (_global.Direction == 2) { this.gotoAndStop(2); this.LinkL.gotoAndStop(1); } else if (_global.Direction == 3) { this.gotoAndStop(10); this.LinkR.gotoAndStop(1); } else { this.gotoAndStop(1); } } } } myTextFormat = new TextFormat(); myTextFormat.font = "RupeeFont"; _root.RCount.embedFonts = true; _root.RCount.setNewTextFormat(myTextFormat); _root.RCount.setTextFormat(myTextFormat); if (_global.Rupees < 10) { _root.RCount.text = "00" + _global.Rupees; } else if (_global.Rupees < 100) { _root.RCount.text = "0" + _global.Rupees; } else if (_global.Rupees > 99) { _root.RCount.text = _global.Rupees; } _root.XY.text = (("X: " + this._x) + " Y: ") + this._y; } }
Instance of Symbol 373 MovieClip in Frame 2
onClipEvent (load) { Touched = 0; Gone = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.Link)) { if (_global.Moving == 1) { if (Touched == 0) { if (_global.Hearts < 3) { _global.Hearts = _global.Hearts + 1; } _global.LinkHP = _global.Hearts * 2; _global.InMenu = 1; _root.Link.gotoAndStop(1); this._x = ((_root.Link._x + (_root.Link._width / 2)) - (this._width / 2)) - 1; this._y = (_root.Link._y - _root.Link._height) + 14; _global.Music.setVolume(0); thisSound = new Sound(this); thisSound.attachSound("HeartContainer"); thisSound.start(0, 1); _root.Link.gotoAndPlay(101); Touched = 1; } } } thisSound.onSoundComplete = function () { _global.Music.setVolume(100); Gone = 1; _global.InMenu = 0; }; if (Gone == 1) { this._x = _global.DeathX; } if (this.hitTest(_root.Bombs.Explode)) { } }
Instance of Symbol 377 MovieClip in Frame 2
onClipEvent (load) { Warped = 0; _global.FrameWarp = 2; } onClipEvent (enterFrame) { if (this.hitTest(_root.Link.LinkU.Body)) { if (Warped == 0) { _global.MapText = 0; _root.play(); gotoAndPlay(_global.FrameWarp +1); _global.WarpedAlready = 1; _global.WarpedX = 273; _global.WarpedY = 355; Warped = 1; } } else if (Warped == 1) { Warped = 0; } }
Instance of Symbol 379 MovieClip "Night" in Frame 2
onClipEvent (load) { Switch = 0; Length = 50; Intervals = 1; Max = 60; } onClipEvent (enterFrame) { if ((_global.Change + _global.TimeChange) < getTimer()) { if (_global.DayNight == 0) { if (_global.MapNight == 0) { _global.DayNight = 2; } else { _global.DayNight = 1; } } else if (_global.MapNight == 0) { _global.DayNight = 3; } else { _global.DayNight = 0; } _global.Change = getTimer(); } if (_global.MapNight == 0) { if (_global.DayNight == 0) { this._alpha = 0; } else if (_global.DayNight == 3) { if ((Switch + Length) <= getTimer()) { if (this._alpha <= 0) { _global.Music.setVolume(0); thisSound = new Sound(this); thisSound.attachSound("Morning"); thisSound.start(0, 1); _global.DayNight = 0; } else { this._alpha = this._alpha - Intervals; } Switch = getTimer(); } } else if (_global.DayNight == 2) { if ((Switch + Length) < getTimer()) { if (this._alpha >= Max) { _global.DayNight = 1; } else { this._alpha = this._alpha + Intervals; } Switch = getTimer(); } } else if (_global.DayNight == 1) { this._alpha = Max; } } else { this._alpha = 0; } thisSound.onSoundComplete = function () { _global.Music.setVolume(100); }; }
Instance of Symbol 383 MovieClip "HPMeter" in Frame 2
onClipEvent (load) { myColor = new Color(this); RedTimer = 0; RedTimer2 = 0; thisSound = new Sound(this); thisSound.attachSound("Danger"); } onClipEvent (enterFrame) { if ((RedTimer + 400) < getTimer()) { currentColor = {rb:0, gb:0, bb:0}; myColor.setTransform(currentColor); } if (_global.LinkHP < 6) { if ((RedTimer + 800) < getTimer()) { currentColor = {rb:255, gb:0, bb:0}; myColor.setTransform(currentColor); thisSound.start(0, 1); RedTimer = getTimer(); } } if (_global.LinkHP <= 0) { this.gotoAndStop(7); } else { this.gotoAndStop(_global.LinkHP); } }
Instance of Symbol 389 MovieClip "Magic" in Frame 2
onClipEvent (enterFrame) { this.MMeter._xscale = _global.LinkMP; }
Instance of Symbol 406 MovieClip "XHUD" in Frame 2
onClipEvent (enterFrame) { if (_global.ItemUsing2 == 0) { this.gotoAndStop(_global.EmptyItem); } else { this.gotoAndStop(_global.ItemUsing2); } }
Instance of Symbol 408 MovieClip "ZHUD" in Frame 2
onClipEvent (enterFrame) { if (_global.ItemUsing1 == 0) { this.gotoAndStop(_global.EmptyItem); } else { this.gotoAndStop(_global.ItemUsing1); } }
Instance of Symbol 476 MovieClip "MItems" in Frame 2
onClipEvent (load) { Pressed = 0; Pressed2 = 0; Pressed3 = 0; thisSound2 = new Sound(this); thisSound2.attachSound("MenuNav"); Yeah = 0; } onClipEvent (enterFrame) { thisSound2.onSoundComplete = function () { Yeah = 0; }; if (Key.isDown(67)) { if (Yeah == 0) { if (Pressed3 == 0) { if (_global.InMenu == 1) { thisSound2.start(0, 1); if (_global.InWorldMapMenu == 1) { _global.InItemMenu = 1; _global.InWorldMapMenu = 0; _global.InventorySelection(); } else { _global.InItemMenu = 0; _global.InWorldMapMenu = 1; } } Pressed3 = 1; } Yeah = 1; } } else if (!Key.isDown(67)) { Pressed3 = 0; } if (Key.isDown(16)) { if (Yeah == 0) { if (Pressed2 == 0) { if (_global.InMenu == 1) { thisSound2.start(0, 1); if (_global.InWorldMapMenu == 1) { _global.InItemMenu = 1; _global.InWorldMapMenu = 0; _global.InventorySelection(); } else { _global.InItemMenu = 0; _global.InWorldMapMenu = 1; } } Pressed2 = 1; } Yeah = 1; } } else if (!Key.isDown(16)) { Pressed2 = 0; } if (Key.isDown(83)) { if (Pressed == 0) { if (_global.InMenu != 1) { _global.InMenu = 1; _global.InItemMenu = 1; _global.InWorldMapMenu = 0; _global.InventorySelection(); _global.Music.setVolume(30); thisSound = new Sound(this); thisSound.attachSound("MenuOpen"); thisSound.start(0, 1); } else if (_global.InMenu == 1) { _global.InMenu = 0; _global.InItemMenu = 0; _global.InWorldMapMenu = 0; _global.Music.setVolume(100); thisSound = new Sound(this); thisSound.attachSound("MenuClose"); thisSound.start(0, 1); } Pressed = 1; } } else if (!Key.isDown(83)) { Pressed = 0; } if (_global.InMenu == 1) { if (_global.InItemMenu == 1) { _root.MItems._visible = true; _root.Selected2._visible = true; _root.MMap._visible = false; } else if (_global.InWorldMapMenu == 1) { _root.MItems._visible = false; _root.Selected2._visible = true; _root.MMap._visible = true; } } else if (_global.InMenu == 0) { _root.MItems._visible = false; _root.Selected2._visible = false; _root.MMap._visible = false; } }
Instance of Symbol 477 MovieClip "Selected2" in Frame 2
onClipEvent (load) { Pressed0 = 0; Pressed1 = 0; Pressed2 = 0; Pressed3 = 0; Pressed4 = 0; Pressed5 = 0; } onClipEvent (enterFrame) { if (_global.InItemMenu == 1) { _global.CheckSelected(); if (Key.isDown(38)) { if (Pressed0 == 0) { thisSound = new Sound(this); thisSound.attachSound("MenuNavItem"); thisSound.start(0, 1); _global.HaveItem(_global.ItemSelected - 4, 0); Pressed0 = 1; } } else if (!Key.isDown(38)) { Pressed0 = 0; } if (Key.isDown(40)) { if (Pressed1 == 0) { thisSound = new Sound(this); thisSound.attachSound("MenuNavItem"); thisSound.start(0, 1); _global.HaveItem(_global.ItemSelected + 4, 1); Pressed1 = 1; } } else if (!Key.isDown(40)) { Pressed1 = 0; } if (Key.isDown(37)) { if (Pressed2 == 0) { thisSound = new Sound(this); thisSound.attachSound("MenuNavItem"); thisSound.start(0, 1); _global.HaveItem(_global.ItemSelected - 1, 2); Pressed2 = 1; } } else if (!Key.isDown(37)) { Pressed2 = 0; } if (Key.isDown(39)) { if (Pressed3 == 0) { thisSound = new Sound(this); thisSound.attachSound("MenuNavItem"); thisSound.start(0, 1); _global.HaveItem(_global.ItemSelected + 1, 3); Pressed3 = 1; } } else if (!Key.isDown(39)) { Pressed3 = 0; } if (Key.isDown(90)) { if (Pressed4 == 0) { thisSound = new Sound(this); thisSound.attachSound("MenuEquip"); thisSound.start(0, 1); if (_global.ItemUsing1 == _global.ItemSelected) { _global.ItemUsing1 = 0; } else if (_global.ItemUsing2 == _global.ItemSelected) { _global.ItemUsing2 = _global.ItemUsing1; _global.ItemUsing1 = _global.ItemSelected; } else { _global.ItemUsing1 = _global.ItemSelected; } Pressed4 = 1; } } else if (!Key.isDown(90)) { Pressed4 = 0; } if (Key.isDown(88)) { if (Pressed5 == 0) { thisSound = new Sound(this); thisSound.attachSound("MenuEquip"); thisSound.start(0, 1); if (_global.ItemUsing2 == _global.ItemSelected) { _global.ItemUsing2 = 0; } else if (_global.ItemUsing1 == _global.ItemSelected) { _global.ItemUsing1 = _global.ItemUsing2; _global.ItemUsing2 = _global.ItemSelected; } else { _global.ItemUsing2 = _global.ItemSelected; } Pressed5 = 1; } } else if (!Key.isDown(88)) { Pressed5 = 0; } } _root.MItems._visible = false; }
Instance of Symbol 490 MovieClip "Titles" in Frame 2
onClipEvent (load) { Alpha = 0; PlusAlpha = 4; MinusAlpha = 5; Timer = 0; Intervals = 25; Lower = 0; } onClipEvent (enterFrame) { if (_global.MapText != 0) { _root.Titles.gotoAndStop(_global.CurrentMap); _root.Titles._alpha = Alpha; if (Alpha > 99) { Lower = 1; } if (Lower != 0) { if (Alpha < 1) { _global.MapText = 0; } if ((Timer + Intervals) < getTimer()) { Alpha = Alpha - MinusAlpha; Timer = getTimer(); } } else if ((Timer + Intervals) < getTimer()) { Alpha = Alpha + PlusAlpha; Timer = getTimer(); } } else { Alpha = 0; PlusAlpha = 3; MinusAlpha = 5; Timer = 0; Intervals = 25; Lower = 0; } }
Instance of Symbol 68 MovieClip in Frame 2
onClipEvent (load) { Pressed = 0; Pressed2 = 0; Pressed3 = 0; PlayingM = 1; _global.SongStarted = 0; } onClipEvent (enterFrame) { PlayMapMusic = function (Song) { _global.Music.stop(); _global.Music = new Sound(this); _global.Music.attachSound(Song); _global.Music.start(0, 9999); PlayingM = 1; }; if (_global.SongStarted == 0) { PlayMapMusic(_global.CurrentSong); _global.SongStarted = 1; } if (Pressed == 0) { if (Key.isDown(81)) { if (_quality == "LOW") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "HIGH"; } else if (_quality == "HIGH") { _quality = "LOW"; } Pressed = 1; } } if (!Key.isDown(81)) { Pressed = 0; } if (Pressed2 == 0) { if (Key.isDown(77)) { if (_global.AllSound.getVolume() > 0) { _global.AllSound.setVolume(0); } else { _global.AllSound.setVolume(100); } Pressed2 = 1; } } if (!Key.isDown(77)) { Pressed2 = 0; } if (Pressed3 == 0) { if (Key.isDown(78)) { if (PlayingM == 0) { PlayMapMusic(_global.CurrentSong); } else { _global.Music.stop(); PlayingM = 0; } Pressed3 = 1; } } if (!Key.isDown(78)) { Pressed3 = 0; } }
Frame 3
_global.CurrentMap = 2; _global.WorldMapNum = 1; _global.MapNight = 1; _global.MapType = _global.TypeHouse; if (_global.CurrentMap == _global.FrameWarp) { if (_global.WarpedAlready == 1) { _global.MapText = 1; _root.Link._x = _global.WarpedX; _root.Link._y = _global.WarpedY; _global.WarpedAlready = 0; } } _root.stop(); _global.CurrentSong = "OoTHome"; _global.SongStarted = 0;
Instance of Symbol 377 MovieClip in Frame 3
onClipEvent (load) { Warped = 0; _global.FrameWarp = 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.Link.LinkD.Body)) { if (Warped == 0) { _global.MapText = 0; _root.play(); gotoAndPlay(_global.FrameWarp +1); _global.WarpedAlready = 1; _global.WarpedX = 357.6; _global.WarpedY = 169; Warped = 1; } } else if (Warped == 1) { Warped = 0; } }
Frame 4
gotoAndPlay(_global.FrameWarp +1); _root.stop();
Symbol 52 MovieClip Frame 6
stop();
Symbol 56 Button
on (release) { _root.play(); _global.Change = getTimer(); }
Symbol 64 MovieClip Frame 2
Symbol 64 MovieClip Frame 120
stop();
Symbol 65 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; Loaded = Math.round(_root.getBytesLoaded() / 1024); Size = Math.round(_root.getBytesTotal() / 1024); if (Size >= 1024) { TSize = Math.round(Size / 1024) + "Mb"; } else { TSize = Size + "Kb"; } if (Loaded >= 1024) { TLoaded = ((Loaded + "Kb(") + Math.round(Loaded / 1024)) + "Mb)"; } else { TLoaded = Loaded + "Kb"; } PText = (((Math.round(PercentLoaded) + "% - ") + TLoaded) + "/") + TSize; _root.PLT.text = PText; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 65 MovieClip Frame 2
gotoAndPlay (1);
Symbol 65 MovieClip Frame 3
stopAllSounds();
Symbol 88 MovieClip Frame 8
stop();
Symbol 89 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 9
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 7
stop();
Symbol 97 MovieClip Frame 15
stop();
Symbol 99 MovieClip Frame 15
stop();
Symbol 101 MovieClip Frame 15
stop();
Symbol 103 MovieClip Frame 15
stop();
Symbol 123 MovieClip Frame 15
stop();
Symbol 128 MovieClip Frame 49
_global.BombUsed1 = 0;
Symbol 128 MovieClip Frame 77
_global.BombUsed2 = 1;
Symbol 128 MovieClip Frame 83
_global.BombUsed2 = 0;
Symbol 128 MovieClip Frame 92
this.removeMovieClip();
Symbol 137 MovieClip Frame 14
stop();
Symbol 138 MovieClip Frame 40
gotoAndPlay (1);
Symbol 138 MovieClip Frame 54
stop();
Symbol 363 MovieClip Frame 5
stop();
Symbol 364 MovieClip Frame 34
_global.LinkAttack2 = 1;
Symbol 364 MovieClip Frame 39
_global.LinkAttack = 0; _global.LinkAttack2 = 0; stop();
Symbol 364 MovieClip Frame 40
_global.LinkAttack2 = 1;
Symbol 364 MovieClip Frame 45
_global.LinkAttack = 0; _global.LinkAttack2 = 0; stop();
Symbol 364 MovieClip Frame 47
_global.LinkAttack2 = 1;
Symbol 364 MovieClip Frame 51
_global.LinkAttack = 0; _global.LinkAttack2 = 0; stop();
Symbol 364 MovieClip Frame 52
_global.LinkAttack2 = 1;
Symbol 364 MovieClip Frame 56
_global.LinkAttack = 0; _global.LinkAttack2 = 0; stop();
Symbol 364 MovieClip Frame 67
_global.RollingL = 0;
Symbol 364 MovieClip Frame 78
_global.RollingL = 0;
Symbol 364 MovieClip Frame 89
_global.RollingL = 0;
Symbol 364 MovieClip Frame 100
_global.RollingL = 0;
Symbol 364 MovieClip Frame 105
stop();
Symbol 406 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 1
stop();
Instance of Symbol 406 MovieClip "XHUD" in Symbol 476 MovieClip Frame 1
onClipEvent (enterFrame) { if (_global.ItemUsing2 == 0) { this.gotoAndStop(_global.EmptyItem); } else { this.gotoAndStop(_global.ItemUsing2); } }
Instance of Symbol 408 MovieClip "ZHUD" in Symbol 476 MovieClip Frame 1
onClipEvent (enterFrame) { if (_global.ItemUsing1 == 0) { this.gotoAndStop(_global.EmptyItem); } else { this.gotoAndStop(_global.ItemUsing1); } }
Instance of Symbol 483 MovieClip "LIndicator" in Symbol 484 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = (_global.WMIx + (_global.WMIw / 2)) - this._width; this._y = (_global.WMIy + (_global.WMIh / 2)) - this._height; }
Instance of Symbol 68 MovieClip "1" in Symbol 484 MovieClip Frame 1
onClipEvent (enterFrame) { if (_global.WorldMapNum == Number(this._name)) { _global.WMIx = this._x; _global.WMIy = this._y; _global.WMIw = this._width; _global.WMIh = this._height; } }
Symbol 490 MovieClip Frame 1
stop();

Library Items

Symbol 1 Font [RupeeFont]Used by:66 384
Symbol 2 Sound [Walking]
Symbol 3 Sound [MenuNext]
Symbol 4 Sound [Slice2]
Symbol 5 Sound [Slice1]
Symbol 6 Sound [RupeeSound]
Symbol 7 Sound [Morning]
Symbol 8 Sound [Healing]
Symbol 9 Sound [OoTLostWoods]
Symbol 10 Sound [OoTHome]
Symbol 11 Sound [MenuOpen]
Symbol 12 Sound [MenuNav]
Symbol 13 Sound [MenuNavItem]
Symbol 14 Sound [MenuEquip]
Symbol 15 Sound [MenuClose]
Symbol 16 Sound [LinkHurt1]
Symbol 17 Sound [HitEnemy]
Symbol 18 Sound [HeartContainer]
Symbol 19 Sound [Grass]
Symbol 20 Sound [Destroy]
Symbol 21 Sound [Danger]
Symbol 22 GraphicUsed by:65
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:65
Symbol 25 GraphicUsed by:65
Symbol 26 GraphicUsed by:29
Symbol 27 GraphicUsed by:29
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:26 27 28Used by:65
Symbol 30 GraphicUsed by:36
Symbol 31 GraphicUsed by:36
Symbol 32 GraphicUsed by:36
Symbol 33 GraphicUsed by:36
Symbol 34 GraphicUsed by:36
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:30 31 32 33 34 35Used by:65
Symbol 37 GraphicUsed by:42
Symbol 38 GraphicUsed by:42
Symbol 39 GraphicUsed by:42
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:37 38 39 40 41Used by:65
Symbol 43 GraphicUsed by:65
Symbol 44 GraphicUsed by:65
Symbol 45 SoundUsed by:65
Symbol 46 GraphicUsed by:56
Symbol 47 GraphicUsed by:56
Symbol 48 GraphicUsed by:52 56
Symbol 49 GraphicUsed by:52
Symbol 50 GraphicUsed by:52
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:48 49 50 51Used by:53
Symbol 53 MovieClipUses:52Used by:56
Symbol 54 GraphicUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 ButtonUses:46 47 53 54 55 48Used by:65
Symbol 57 GraphicUsed by:64
Symbol 58 GraphicUsed by:64
Symbol 59 SoundUsed by:64
Symbol 60 GraphicUsed by:64
Symbol 61 GraphicUsed by:64
Symbol 62 GraphicUsed by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:57 58 59 60 61 62 63 SS1Used by:65
Symbol 65 MovieClipUses:22 24 25 29 36 42 43 44 45 56 64Used by:Timeline
Symbol 66 EditableTextUses:1Used by:Timeline
Symbol 67 GraphicUsed by:68 377
Symbol 68 MovieClipUses:67Used by:146 165 183 192 201 203 218 231 247 484  Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:76
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:74 75Used by:Timeline
Symbol 77 GraphicUsed by:79
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:77 78Used by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 GraphicUsed by:88 89
Symbol 82 GraphicUsed by:88
Symbol 83 GraphicUsed by:88
Symbol 84 GraphicUsed by:88
Symbol 85 GraphicUsed by:88
Symbol 86 GraphicUsed by:88
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:81 82 83 84 85 86 87Used by:89
Symbol 89 MovieClipUses:81 88Used by:Timeline
Symbol 90 GraphicUsed by:95
Symbol 91 GraphicUsed by:95
Symbol 92 GraphicUsed by:95
Symbol 93 GraphicUsed by:95
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:90 91 92 93 94Used by:Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 GraphicUsed by:99  Timeline
Symbol 99 MovieClipUses:98Used by:Timeline
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:Timeline
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:Timeline
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:Timeline
Symbol 108 GraphicUsed by:128 406 408 432
Symbol 109 GraphicUsed by:123
Symbol 110 GraphicUsed by:123
Symbol 111 GraphicUsed by:123
Symbol 112 GraphicUsed by:123
Symbol 113 GraphicUsed by:123
Symbol 114 GraphicUsed by:123
Symbol 115 GraphicUsed by:123
Symbol 116 GraphicUsed by:123
Symbol 117 GraphicUsed by:123
Symbol 118 GraphicUsed by:123
Symbol 119 GraphicUsed by:123
Symbol 120 GraphicUsed by:123
Symbol 121 GraphicUsed by:123
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:109 110 111 112 113 114 115 116 117 118 119 120 121 122Used by:128
Symbol 124 SoundUsed by:128
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125Used by:127
Symbol 127 MovieClipUses:126Used by:128
Symbol 128 MovieClipUses:108 123 124 127Used by:Timeline
Symbol 129 GraphicUsed by:138
Symbol 130 GraphicUsed by:137
Symbol 131 GraphicUsed by:137
Symbol 132 GraphicUsed by:137
Symbol 133 GraphicUsed by:137
Symbol 134 GraphicUsed by:137
Symbol 135 GraphicUsed by:137
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:130 131 132 133 134 135 136Used by:138
Symbol 138 MovieClipUses:129 137Used by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 FontUsed by:141
Symbol 141 EditableTextUses:140Used by:Timeline
Symbol 142 GraphicUsed by:146
Symbol 143 GraphicUsed by:146 165 183 192 216 243 264 298 329 357 363
Symbol 144 GraphicUsed by:146 192 216 357
Symbol 145 GraphicUsed by:146 192 216
Symbol 146 MovieClipUses:142 143 144 68 145Used by:364
Symbol 147 GraphicUsed by:165 243
Symbol 148 GraphicUsed by:165
Symbol 149 GraphicUsed by:165
Symbol 150 GraphicUsed by:165
Symbol 151 GraphicUsed by:165
Symbol 152 GraphicUsed by:165
Symbol 153 GraphicUsed by:165
Symbol 154 GraphicUsed by:165
Symbol 155 GraphicUsed by:165
Symbol 156 GraphicUsed by:165
Symbol 157 GraphicUsed by:165
Symbol 158 GraphicUsed by:165
Symbol 159 GraphicUsed by:165
Symbol 160 GraphicUsed by:165
Symbol 161 GraphicUsed by:165
Symbol 162 GraphicUsed by:165
Symbol 163 GraphicUsed by:165
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:147 148 143 149 68 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164Used by:364
Symbol 166 GraphicUsed by:183
Symbol 167 GraphicUsed by:183 264 298 329
Symbol 168 GraphicUsed by:183 329
Symbol 169 GraphicUsed by:183
Symbol 170 GraphicUsed by:183
Symbol 171 GraphicUsed by:183
Symbol 172 GraphicUsed by:183
Symbol 173 GraphicUsed by:183
Symbol 174 GraphicUsed by:183
Symbol 175 GraphicUsed by:183
Symbol 176 GraphicUsed by:183
Symbol 177 GraphicUsed by:183
Symbol 178 GraphicUsed by:183
Symbol 179 GraphicUsed by:183
Symbol 180 GraphicUsed by:183
Symbol 181 GraphicUsed by:183
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:166 143 167 168 68 169 170 171 172 173 174 175 176 177 178 179 180 181 182Used by:364
Symbol 184 GraphicUsed by:192
Symbol 185 GraphicUsed by:192
Symbol 186 GraphicUsed by:192
Symbol 187 GraphicUsed by:192
Symbol 188 GraphicUsed by:192
Symbol 189 GraphicUsed by:192
Symbol 190 GraphicUsed by:192
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:184 143 144 145 68 185 186 187 188 189 190 191Used by:364
Symbol 193 GraphicUsed by:201
Symbol 194 GraphicUsed by:201
Symbol 195 GraphicUsed by:201
Symbol 196 GraphicUsed by:201
Symbol 197 GraphicUsed by:201
Symbol 198 GraphicUsed by:201
Symbol 199 GraphicUsed by:201
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:193 68 194 195 196 197 198 199 200Used by:364
Symbol 202 GraphicUsed by:216
Symbol 203 MovieClipUses:68Used by:216
Symbol 204 GraphicUsed by:216
Symbol 205 GraphicUsed by:216
Symbol 206 GraphicUsed by:216
Symbol 207 GraphicUsed by:216
Symbol 208 GraphicUsed by:216
Symbol 209 GraphicUsed by:216
Symbol 210 GraphicUsed by:216
Symbol 211 GraphicUsed by:216
Symbol 212 GraphicUsed by:216
Symbol 213 GraphicUsed by:216
Symbol 214 GraphicUsed by:216
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:202 143 144 145 203 204 205 206 207 208 209 210 211 212 213 214 215Used by:364
Symbol 217 GraphicUsed by:228
Symbol 218 MovieClipUses:68Used by:228
Symbol 219 GraphicUsed by:228
Symbol 220 GraphicUsed by:228
Symbol 221 GraphicUsed by:228
Symbol 222 GraphicUsed by:228
Symbol 223 GraphicUsed by:228
Symbol 224 GraphicUsed by:228
Symbol 225 GraphicUsed by:228
Symbol 226 GraphicUsed by:228
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:217 218 219 220 221 222 223 224 225 226 227Used by:364
Symbol 229 GraphicUsed by:243
Symbol 230 GraphicUsed by:243
Symbol 231 MovieClipUses:68Used by:243
Symbol 232 GraphicUsed by:243
Symbol 233 GraphicUsed by:243
Symbol 234 GraphicUsed by:243
Symbol 235 GraphicUsed by:243
Symbol 236 GraphicUsed by:243
Symbol 237 GraphicUsed by:243
Symbol 238 GraphicUsed by:243
Symbol 239 GraphicUsed by:243
Symbol 240 GraphicUsed by:243
Symbol 241 GraphicUsed by:243
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:147 229 143 230 231 232 233 234 235 236 237 238 239 240 241 242Used by:364
Symbol 244 GraphicUsed by:264
Symbol 245 GraphicUsed by:264
Symbol 246 GraphicUsed by:264
Symbol 247 MovieClipUses:68Used by:264
Symbol 248 GraphicUsed by:264
Symbol 249 GraphicUsed by:264
Symbol 250 GraphicUsed by:264
Symbol 251 GraphicUsed by:264
Symbol 252 GraphicUsed by:264
Symbol 253 GraphicUsed by:264
Symbol 254 GraphicUsed by:264
Symbol 255 GraphicUsed by:264
Symbol 256 GraphicUsed by:264
Symbol 257 GraphicUsed by:264
Symbol 258 GraphicUsed by:264
Symbol 259 GraphicUsed by:264
Symbol 260 GraphicUsed by:264
Symbol 261 GraphicUsed by:264
Symbol 262 GraphicUsed by:264
Symbol 263 GraphicUsed by:264
Symbol 264 MovieClipUses:244 143 245 167 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263Used by:364
Symbol 265 GraphicUsed by:298
Symbol 266 GraphicUsed by:298 329
Symbol 267 GraphicUsed by:298
Symbol 268 GraphicUsed by:298
Symbol 269 GraphicUsed by:298
Symbol 270 GraphicUsed by:298
Symbol 271 GraphicUsed by:298
Symbol 272 GraphicUsed by:298
Symbol 273 GraphicUsed by:298
Symbol 274 GraphicUsed by:298
Symbol 275 GraphicUsed by:298
Symbol 276 GraphicUsed by:298
Symbol 277 GraphicUsed by:298
Symbol 278 GraphicUsed by:298
Symbol 279 GraphicUsed by:298
Symbol 280 GraphicUsed by:298
Symbol 281 GraphicUsed by:298
Symbol 282 GraphicUsed by:298
Symbol 283 GraphicUsed by:298
Symbol 284 GraphicUsed by:298
Symbol 285 GraphicUsed by:298
Symbol 286 GraphicUsed by:298
Symbol 287 GraphicUsed by:298
Symbol 288 GraphicUsed by:298
Symbol 289 GraphicUsed by:298
Symbol 290 GraphicUsed by:298
Symbol 291 GraphicUsed by:298
Symbol 292 GraphicUsed by:298
Symbol 293 GraphicUsed by:298
Symbol 294 GraphicUsed by:298
Symbol 295 GraphicUsed by:298
Symbol 296 GraphicUsed by:298
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:167 265 266 267 143 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297Used by:364
Symbol 299 GraphicUsed by:329
Symbol 300 GraphicUsed by:329
Symbol 301 GraphicUsed by:329
Symbol 302 GraphicUsed by:329
Symbol 303 GraphicUsed by:329
Symbol 304 GraphicUsed by:329
Symbol 305 GraphicUsed by:329
Symbol 306 GraphicUsed by:329
Symbol 307 GraphicUsed by:329
Symbol 308 GraphicUsed by:329
Symbol 309 GraphicUsed by:329
Symbol 310 GraphicUsed by:329
Symbol 311 GraphicUsed by:329
Symbol 312 GraphicUsed by:329
Symbol 313 GraphicUsed by:329
Symbol 314 GraphicUsed by:329
Symbol 315 GraphicUsed by:329
Symbol 316 GraphicUsed by:329
Symbol 317 GraphicUsed by:329
Symbol 318 GraphicUsed by:329
Symbol 319 GraphicUsed by:329
Symbol 320 GraphicUsed by:329
Symbol 321 GraphicUsed by:329
Symbol 322 GraphicUsed by:329
Symbol 323 GraphicUsed by:329
Symbol 324 GraphicUsed by:329
Symbol 325 GraphicUsed by:329
Symbol 326 GraphicUsed by:329
Symbol 327 GraphicUsed by:329
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:299 266 300 143 167 168 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328Used by:364
Symbol 330 GraphicUsed by:341
Symbol 331 GraphicUsed by:341
Symbol 332 GraphicUsed by:341
Symbol 333 GraphicUsed by:341
Symbol 334 GraphicUsed by:341
Symbol 335 GraphicUsed by:341
Symbol 336 GraphicUsed by:341
Symbol 337 GraphicUsed by:341
Symbol 338 GraphicUsed by:341
Symbol 339 GraphicUsed by:341
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:330 331 332 333 334 335 336 337 338 339 340Used by:364
Symbol 342 GraphicUsed by:357
Symbol 343 GraphicUsed by:357
Symbol 344 GraphicUsed by:357
Symbol 345 GraphicUsed by:357
Symbol 346 GraphicUsed by:357
Symbol 347 GraphicUsed by:357
Symbol 348 GraphicUsed by:357
Symbol 349 GraphicUsed by:357
Symbol 350 GraphicUsed by:357
Symbol 351 GraphicUsed by:357
Symbol 352 GraphicUsed by:357
Symbol 353 GraphicUsed by:357
Symbol 354 GraphicUsed by:357
Symbol 355 GraphicUsed by:357
Symbol 356 GraphicUsed by:357
Symbol 357 MovieClipUses:342 143 144 343 344 345 346 347 348 349 350 351 352 353 354 355 356Used by:364
Symbol 358 GraphicUsed by:363
Symbol 359 GraphicUsed by:360
Symbol 360 MovieClipUses:359Used by:363
Symbol 361 GraphicUsed by:363
Symbol 362 GraphicUsed by:363
Symbol 363 MovieClipUses:358 143 360 361 362Used by:364
Symbol 364 MovieClipUses:146 165 183 192 201 216 228 243 264 298 329 341 357 363Used by:Timeline
Symbol 365 GraphicUsed by:373
Symbol 366 GraphicUsed by:372
Symbol 367 GraphicUsed by:372
Symbol 368 GraphicUsed by:372
Symbol 369 GraphicUsed by:372
Symbol 370 GraphicUsed by:372
Symbol 371 GraphicUsed by:372
Symbol 372 MovieClipUses:366 367 368 369 370 371Used by:373
Symbol 373 MovieClipUses:365 372Used by:Timeline
Symbol 374 GraphicUsed by:Timeline
Symbol 375 GraphicUsed by:376
Symbol 376 MovieClipUses:375Used by:Timeline
Symbol 377 MovieClipUses:67Used by:Timeline
Symbol 378 GraphicUsed by:379
Symbol 379 MovieClipUses:378Used by:Timeline
Symbol 380 GraphicUsed by:383
Symbol 381 GraphicUsed by:383
Symbol 382 GraphicUsed by:383
Symbol 383 MovieClipUses:380 381 382Used by:Timeline
Symbol 384 EditableTextUses:1Used by:Timeline
Symbol 385 GraphicUsed by:389
Symbol 386 GraphicUsed by:387
Symbol 387 MovieClipUses:386Used by:389
Symbol 388 GraphicUsed by:389
Symbol 389 MovieClipUses:385 387 388Used by:Timeline
Symbol 390 GraphicUsed by:406
Symbol 391 GraphicUsed by:406 408 425
Symbol 392 GraphicUsed by:406 408 428
Symbol 393 GraphicUsed by:406 408 435
Symbol 394 GraphicUsed by:406 408 437
Symbol 395 GraphicUsed by:406 408 440
Symbol 396 GraphicUsed by:406 408 443
Symbol 397 GraphicUsed by:406 408 446
Symbol 398 GraphicUsed by:406 408 449
Symbol 399 GraphicUsed by:406 408 452
Symbol 400 GraphicUsed by:406 408 467
Symbol 401 GraphicUsed by:406 408 455
Symbol 402 GraphicUsed by:406 408 457
Symbol 403 GraphicUsed by:406 408 460
Symbol 404 GraphicUsed by:406 408 462
Symbol 405 GraphicUsed by:406 408 464
Symbol 406 MovieClipUses:390 391 392 108 393 394 395 396 397 398 399 400 401 402 403 404 405Used by:476  Timeline
Symbol 407 GraphicUsed by:408
Symbol 408 MovieClipUses:407 391 392 108 393 394 395 396 397 398 399 400 401 402 403 404 405Used by:476  Timeline
Symbol 409 GraphicUsed by:476
Symbol 410 FontUsed by:411 424 427 430 434 436 439 442 445 447 448 451 454 456 459 466 473 474 475
Symbol 411 EditableTextUses:410Used by:476
Symbol 412 GraphicUsed by:476
Symbol 413 GraphicUsed by:476
Symbol 414 GraphicUsed by:476
Symbol 415 GraphicUsed by:476
Symbol 416 GraphicUsed by:476
Symbol 417 GraphicUsed by:476
Symbol 418 GraphicUsed by:476
Symbol 419 GraphicUsed by:476
Symbol 420 GraphicUsed by:476
Symbol 421 GraphicUsed by:476
Symbol 422 GraphicUsed by:476
Symbol 423 GraphicUsed by:476
Symbol 424 TextUses:410Used by:426
Symbol 425 MovieClipUses:391Used by:426
Symbol 426 MovieClipUses:424 425Used by:476
Symbol 427 TextUses:410Used by:429
Symbol 428 MovieClipUses:392Used by:429
Symbol 429 MovieClipUses:427 428Used by:476
Symbol 430 TextUses:410Used by:433
Symbol 431 GraphicUsed by:432
Symbol 432 MovieClipUses:431 108Used by:433
Symbol 433 MovieClipUses:430 432Used by:476
Symbol 434 TextUses:410Used by:435
Symbol 435 MovieClipUses:434 393Used by:476
Symbol 436 TextUses:410Used by:438
Symbol 437 MovieClipUses:394Used by:438
Symbol 438 MovieClipUses:436 437Used by:476
Symbol 439 TextUses:410Used by:441
Symbol 440 MovieClipUses:395Used by:441
Symbol 441 MovieClipUses:439 440Used by:476
Symbol 442 TextUses:410Used by:444
Symbol 443 MovieClipUses:396Used by:444
Symbol 444 MovieClipUses:442 443Used by:476
Symbol 445 TextUses:410Used by:446
Symbol 446 MovieClipUses:445 397Used by:476
Symbol 447 TextUses:410Used by:450
Symbol 448 TextUses:410Used by:450
Symbol 449 MovieClipUses:398Used by:450
Symbol 450 MovieClipUses:447 448 449Used by:476
Symbol 451 TextUses:410Used by:453
Symbol 452 MovieClipUses:399Used by:453
Symbol 453 MovieClipUses:451 452Used by:476
Symbol 454 TextUses:410Used by:455
Symbol 455 MovieClipUses:454 401Used by:476
Symbol 456 TextUses:410Used by:458
Symbol 457 MovieClipUses:402Used by:458
Symbol 458 MovieClipUses:456 457Used by:476
Symbol 459 TextUses:410Used by:461 463 465
Symbol 460 MovieClipUses:403Used by:461
Symbol 461 MovieClipUses:459 460Used by:476
Symbol 462 MovieClipUses:404Used by:463
Symbol 463 MovieClipUses:459 462Used by:476
Symbol 464 MovieClipUses:405Used by:465
Symbol 465 MovieClipUses:459 464Used by:476
Symbol 466 TextUses:410Used by:467
Symbol 467 MovieClipUses:466 400Used by:476
Symbol 468 GraphicUsed by:476
Symbol 469 GraphicUsed by:476
Symbol 470 GraphicUsed by:476
Symbol 471 GraphicUsed by:476
Symbol 472 GraphicUsed by:476
Symbol 473 TextUses:410Used by:476 484
Symbol 474 TextUses:410Used by:476 484
Symbol 475 TextUses:410Used by:476 484
Symbol 476 MovieClipUses:409 411 412 413 414 415 416 417 418 419 420 421 422 423 426 429 433 435 438 441 444 446 450 453 455 458 461 463 465 467 468 469 470 471 472 473 474 475 406 408Used by:Timeline
Symbol 477 MovieClipUsed by:Timeline
Symbol 478 BitmapUsed by:479
Symbol 479 GraphicUses:478Used by:484
Symbol 480 BitmapUsed by:481
Symbol 481 GraphicUses:480Used by:484
Symbol 482 GraphicUsed by:483
Symbol 483 MovieClipUses:482Used by:484
Symbol 484 MovieClipUses:479 473 474 475 481 483 68Used by:Timeline
Symbol 485 GraphicUsed by:486
Symbol 486 MovieClipUses:485Used by:Timeline
Symbol 487 GraphicUsed by:490
Symbol 488 FontUsed by:489
Symbol 489 EditableTextUses:488Used by:490
Symbol 490 MovieClipUses:487 489Used by:Timeline
Symbol 491 GraphicUsed by:Timeline
Symbol 492 GraphicUsed by:Timeline
Symbol 493 GraphicUsed by:Timeline
Symbol 494 GraphicUsed by:497
Symbol 495 GraphicUsed by:497
Symbol 496 GraphicUsed by:497
Symbol 497 MovieClipUses:494 495 496Used by:Timeline
Symbol 498 GraphicUsed by:510
Symbol 499 GraphicUsed by:510
Symbol 500 ShapeTweeningUsed by:510
Symbol 501 ShapeTweeningUsed by:510
Symbol 502 GraphicUsed by:510
Symbol 503 GraphicUsed by:510
Symbol 504 GraphicUsed by:510
Symbol 505 GraphicUsed by:510
Symbol 506 ShapeTweeningUsed by:510
Symbol 507 ShapeTweeningUsed by:510
Symbol 508 GraphicUsed by:510
Symbol 509 GraphicUsed by:510
Symbol 510 MovieClipUses:498 499 500 501 502 503 504 505 506 507 508 509Used by:Timeline
Symbol 511 GraphicUsed by:Timeline
Symbol 512 GraphicUsed by:Timeline
Symbol 513 GraphicUsed by:Timeline
Symbol 514 GraphicUsed by:Timeline
Symbol 515 GraphicUsed by:516
Symbol 516 MovieClipUses:515Used by:Timeline
Streaming Sound 1Used by:Symbol 64 MovieClip

Instance Names

"PLT"Frame 1Symbol 66 EditableText
"Pot"Frame 2Symbol 95 MovieClip
"BR"Frame 2Symbol 97 MovieClip
"RR"Frame 2Symbol 99 MovieClip
"GR"Frame 2Symbol 101 MovieClip
"PR"Frame 2Symbol 103 MovieClip
"Splash"Frame 2Symbol 105 MovieClip
"HeartUp"Frame 2Symbol 107 MovieClip
"Bomb"Frame 2Symbol 128 MovieClip
"XY"Frame 2Symbol 141 EditableText
"Link"Frame 2Symbol 364 MovieClip
"Night"Frame 2Symbol 379 MovieClip
"HPMeter"Frame 2Symbol 383 MovieClip
"RCount"Frame 2Symbol 384 EditableText
"Magic"Frame 2Symbol 389 MovieClip
"XHUD"Frame 2Symbol 406 MovieClip
"ZHUD"Frame 2Symbol 408 MovieClip
"MItems"Frame 2Symbol 476 MovieClip
"Selected2"Frame 2Symbol 477 MovieClip
"MMap"Frame 2Symbol 484 MovieClip
"Wall"Frame 2Symbol 486 MovieClip
"Titles"Frame 2Symbol 490 MovieClip
"Wall"Frame 3Symbol 516 MovieClip
"bar"Symbol 65 MovieClip Frame 1Symbol 24 MovieClip
"Explode"Symbol 127 MovieClip Frame 1Symbol 126 MovieClip
"Explode"Symbol 128 MovieClip Frame 77Symbol 127 MovieClip
"Body"Symbol 146 MovieClip Frame 1Symbol 68 MovieClip
"Body"Symbol 165 MovieClip Frame 1Symbol 68 MovieClip
"Body"Symbol 183 MovieClip Frame 1Symbol 68 MovieClip
"Body"Symbol 192 MovieClip Frame 1Symbol 68 MovieClip
"Body"Symbol 201 MovieClip Frame 1Symbol 68 MovieClip
"Sword"Symbol 216 MovieClip Frame 1Symbol 203 MovieClip
"Sword"Symbol 228 MovieClip Frame 1Symbol 218 MovieClip
"Sword"Symbol 231 MovieClip Frame 1Symbol 68 MovieClip
"Sword"Symbol 231 MovieClip Frame 3Symbol 68 MovieClip
"Sword"Symbol 243 MovieClip Frame 1Symbol 231 MovieClip
"Sword"Symbol 247 MovieClip Frame 3Symbol 68 MovieClip
"Sword"Symbol 264 MovieClip Frame 1Symbol 247 MovieClip
"LinkI"Symbol 364 MovieClip Frame 1Symbol 146 MovieClip
"LinkL"Symbol 364 MovieClip Frame 2Symbol 165 MovieClip
"LinkR"Symbol 364 MovieClip Frame 10Symbol 183 MovieClip
"LinkD"Symbol 364 MovieClip Frame 18Symbol 192 MovieClip
"LinkU"Symbol 364 MovieClip Frame 26Symbol 201 MovieClip
"LinkDAttack"Symbol 364 MovieClip Frame 34Symbol 216 MovieClip
"LinkUAttack"Symbol 364 MovieClip Frame 40Symbol 228 MovieClip
"LinkLAttack"Symbol 364 MovieClip Frame 46Symbol 243 MovieClip
"LinkRAttack"Symbol 364 MovieClip Frame 52Symbol 264 MovieClip
"MMeter"Symbol 389 MovieClip Frame 1Symbol 387 MovieClip
"FireRod"Symbol 426 MovieClip Frame 1Symbol 425 MovieClip
"Item1"Symbol 476 MovieClip Frame 1Symbol 426 MovieClip
"Item2"Symbol 476 MovieClip Frame 1Symbol 429 MovieClip
"Item3"Symbol 476 MovieClip Frame 1Symbol 433 MovieClip
"Item4"Symbol 476 MovieClip Frame 1Symbol 435 MovieClip
"Item5"Symbol 476 MovieClip Frame 1Symbol 438 MovieClip
"Item6"Symbol 476 MovieClip Frame 1Symbol 441 MovieClip
"Item7"Symbol 476 MovieClip Frame 1Symbol 444 MovieClip
"Item8"Symbol 476 MovieClip Frame 1Symbol 446 MovieClip
"Item9"Symbol 476 MovieClip Frame 1Symbol 450 MovieClip
"Item10"Symbol 476 MovieClip Frame 1Symbol 453 MovieClip
"Item12"Symbol 476 MovieClip Frame 1Symbol 455 MovieClip
"Item13"Symbol 476 MovieClip Frame 1Symbol 458 MovieClip
"Item14"Symbol 476 MovieClip Frame 1Symbol 461 MovieClip
"Item15"Symbol 476 MovieClip Frame 1Symbol 463 MovieClip
"Item16"Symbol 476 MovieClip Frame 1Symbol 465 MovieClip
"Item11"Symbol 476 MovieClip Frame 1Symbol 467 MovieClip
"XHUD"Symbol 476 MovieClip Frame 1Symbol 406 MovieClip
"ZHUD"Symbol 476 MovieClip Frame 1Symbol 408 MovieClip
"LIndicator"Symbol 484 MovieClip Frame 1Symbol 483 MovieClip
"1"Symbol 484 MovieClip Frame 1Symbol 68 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "RupeeFont"
ExportAssets (56)Timeline Frame 1Symbol 2 as "Walking"
ExportAssets (56)Timeline Frame 1Symbol 3 as "MenuNext"
ExportAssets (56)Timeline Frame 1Symbol 4 as "Slice2"
ExportAssets (56)Timeline Frame 1Symbol 5 as "Slice1"
ExportAssets (56)Timeline Frame 1Symbol 6 as "RupeeSound"
ExportAssets (56)Timeline Frame 1Symbol 7 as "Morning"
ExportAssets (56)Timeline Frame 1Symbol 8 as "Healing"
ExportAssets (56)Timeline Frame 1Symbol 9 as "OoTLostWoods"
ExportAssets (56)Timeline Frame 1Symbol 10 as "OoTHome"
ExportAssets (56)Timeline Frame 1Symbol 11 as "MenuOpen"
ExportAssets (56)Timeline Frame 1Symbol 12 as "MenuNav"
ExportAssets (56)Timeline Frame 1Symbol 13 as "MenuNavItem"
ExportAssets (56)Timeline Frame 1Symbol 14 as "MenuEquip"
ExportAssets (56)Timeline Frame 1Symbol 15 as "MenuClose"
ExportAssets (56)Timeline Frame 1Symbol 16 as "LinkHurt1"
ExportAssets (56)Timeline Frame 1Symbol 17 as "HitEnemy"
ExportAssets (56)Timeline Frame 1Symbol 18 as "HeartContainer"
ExportAssets (56)Timeline Frame 1Symbol 19 as "Grass"
ExportAssets (56)Timeline Frame 1Symbol 20 as "Destroy"
ExportAssets (56)Timeline Frame 1Symbol 21 as "Danger"

Labels

"loaded"Symbol 65 MovieClip Frame 3




http://swfchan.com/15/71142/info.shtml
Created: 9/4 -2019 12:23:07 Last modified: 9/4 -2019 12:23:07 Server time: 13/05 -2024 11:36:37