Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Last code: NO,U!>:CBonus: Here's the code responsible for this.onClipEvent(enterFrame){ if(Key.isDown(32)) { if(pass == "GIMMEROO") { if(_root.crystal1got == 0) { _root.crystal1got = 1; vHOLY1 = new Sound(this); vHOLY1.attachSound("vHOLY"); vHOLY1.start(0,1); _root.crystals = _root.crystals + 1; } if(_root.crystal2got == 0) { _root.crystal2got = 1; vHOLY1 = new Sound(this); vHOLY1.attachSound("vHOLY"); vHOLY1.start(0,1); _root.crystals = _root.crystals + 1; } if(_root.crystal3got == 0) { _root.crystal3got = 1; vHOLY1 = new Sound(this); vHOLY1.attachSound("vHOLY"); vHOLY1.start(0,1); _root.crystals = _root.crystals + 1; } if(_root.crystal4got == 0) { _root.crystal4got = 1; vHOLY1 = new Sound(this); vHOLY1.attachSound("vHOLY"); vHOLY1.start(0,1); _root.crystals = _root.crystals + 1; } if(_root.crystal5got == 0) { _root.crystal5got = 1; vHOLY1 = new Sound(this); vHOLY1.attachSound("vHOLY"); vHOLY1.start(0,1); _root.crystals = _root.crystals + 1; } pass = "*SUCCESS*"; } if(pass == "HUDABEGA") { if(_root.aku < 3) { _root.aku = _root.aku + 1; akuget1 = new Sound(this); akuget1.attachSound("akuget"); akuget1.start(0,1); pass = "*SUCCESS*"; } } if(pass == "No5SHINE") { if(_root.gem1got == 0) { _root.gem1got = 1; vHOLY1 = new Sound(this); vHOLY1.attachSound("vHOLY"); vHOLY1.start(0,1); _root.gems = _root.gems + 1; } if(_root.gem2got == 0) { _root.gem2got = 1; vHOLY1 = new Sound(this); vHOLY1.attachSound("vHOLY"); vHOLY1.start(0,1); _root.gems = _root.gems + 1; } if(_root.gem3got == 0) { _root.gem3got = 1; vHOLY1 = new Sound(this); vHOLY1.attachSound("vHOLY"); vHOLY1.start(0,1); _root.gems = _root.gems + 1; } if(_root.gem4got == 0) { _root.gem4got = 1; vHOLY1 = new Sound(this); vHOLY1.attachSound("vHOLY"); vHOLY1.start(0,1); _root.gems = _root.gems + 1; } if(_root.gem5got == 0) { _root.gem5got = 1; vHOLY1 = new Sound(this); vHOLY1.attachSound("vHOLY"); vHOLY1.start(0,1); _root.gems = _root.gems + 1; } pass = "*SUCCESS*"; } if(pass == "GotZOOKA") { if(_root.power4 == 0) { _root.power4 = 1; _root.powers = _root.powers + 1; akuget1 = new Sound(this); akuget1.attachSound("vHOLY"); akuget1.start(0,1); pass = "*SUCCESS*"; } } if(pass == "FruitUzi") { if(_root.power5 == 0) { _root.power5 = 1; _root.powers = _root.powers + 1; akuget1 = new Sound(this); akuget1.attachSound("vHOLY"); akuget1.start(0,1); pass = "*SUCCESS*"; } } if(pass == "CAKEWALK") { if(_root.power8 == 0) { _root.power8 = 1; _root.powers = _root.powers + 1; akuget1 = new Sound(this); akuget1.attachSound("vHOLY"); akuget1.start(0,1); pass = "*SUCCESS*"; } } if(pass == "OLYMPICS") { if(_root.power10 == 0) { _root.power10 = 1; _root.powers = _root.powers + 1; akuget1 = new Sound(this); akuget1.attachSound("vHOLY"); akuget1.start(0,1); pass = "*SUCCESS*"; } } if(pass == "HALELUYA") { if(_root.lives < 99) { _root.lives = _root.lives + 1; vTING1 = new Sound(this); vTING1.attachSound("vTING"); vTING1.start(0,1); pass = "*SUCCESS*"; } } if(pass == "AutoLife") { if(_root.lives < 89) { _root.lives += 10; vTING1 = new Sound(this); vTING1.attachSound("vTING"); vTING1.start(0,1); pass = "*SUCCESS*"; } } if(pass == "NO,U!>:C") { if(_root.lives < 69) { _root.lives += 30; vTING1 = new Sound(this); vTING1.attachSound("vTING"); vTING1.start(0,1); pass = "*SUCCESS*"; } } }}
Last code: NO,U!>:C
Bonus: Here's the code responsible for this.
onClipEvent(enterFrame){
if(Key.isDown(32))
{
if(pass == "GIMMEROO")
{
if(_root.crystal1got == 0)
{
_root.crystal1got = 1;
vHOLY1 = new Sound(this);
vHOLY1.attachSound("vHOLY");
vHOLY1.start(0,1);
_root.crystals = _root.crystals + 1;
}
if(_root.crystal2got == 0)
{
_root.crystal2got = 1;
vHOLY1 = new Sound(this);
vHOLY1.attachSound("vHOLY");
vHOLY1.start(0,1);
_root.crystals = _root.crystals + 1;
}
if(_root.crystal3got == 0)
{
_root.crystal3got = 1;
vHOLY1 = new Sound(this);
vHOLY1.attachSound("vHOLY");
vHOLY1.start(0,1);
_root.crystals = _root.crystals + 1;
}
if(_root.crystal4got == 0)
{
_root.crystal4got = 1;
vHOLY1 = new Sound(this);
vHOLY1.attachSound("vHOLY");
vHOLY1.start(0,1);
_root.crystals = _root.crystals + 1;
}
if(_root.crystal5got == 0)
{
_root.crystal5got = 1;
vHOLY1 = new Sound(this);
vHOLY1.attachSound("vHOLY");
vHOLY1.start(0,1);
_root.crystals = _root.crystals + 1;
}
pass = "*SUCCESS*";
}
if(pass == "HUDABEGA")
{
if(_root.aku < 3)
{
_root.aku = _root.aku + 1;
akuget1 = new Sound(this);
akuget1.attachSound("akuget");
akuget1.start(0,1);
pass = "*SUCCESS*";
}
}
if(pass == "No5SHINE")
{
if(_root.gem1got == 0)
{
_root.gem1got = 1;
vHOLY1 = new Sound(this);
vHOLY1.attachSound("vHOLY");
vHOLY1.start(0,1);
_root.gems = _root.gems + 1;
}
if(_root.gem2got == 0)
{
_root.gem2got = 1;
vHOLY1 = new Sound(this);
vHOLY1.attachSound("vHOLY");
vHOLY1.start(0,1);
_root.gems = _root.gems + 1;
}
if(_root.gem3got == 0)
{
_root.gem3got = 1;
vHOLY1 = new Sound(this);
vHOLY1.attachSound("vHOLY");
vHOLY1.start(0,1);
_root.gems = _root.gems + 1;
}
if(_root.gem4got == 0)
{
_root.gem4got = 1;
vHOLY1 = new Sound(this);
vHOLY1.attachSound("vHOLY");
vHOLY1.start(0,1);
_root.gems = _root.gems + 1;
}
if(_root.gem5got == 0)
{
_root.gem5got = 1;
vHOLY1 = new Sound(this);
vHOLY1.attachSound("vHOLY");
vHOLY1.start(0,1);
_root.gems = _root.gems + 1;
}
pass = "*SUCCESS*";
}
if(pass == "GotZOOKA")
{
if(_root.power4 == 0)
{
_root.power4 = 1;
_root.powers = _root.powers + 1;
akuget1 = new Sound(this);
akuget1.attachSound("vHOLY");
akuget1.start(0,1);
pass = "*SUCCESS*";
}
}
if(pass == "FruitUzi")
{
if(_root.power5 == 0)
{
_root.power5 = 1;
_root.powers = _root.powers + 1;
akuget1 = new Sound(this);
akuget1.attachSound("vHOLY");
akuget1.start(0,1);
pass = "*SUCCESS*";
}
}
if(pass == "CAKEWALK")
{
if(_root.power8 == 0)
{
_root.power8 = 1;
_root.powers = _root.powers + 1;
akuget1 = new Sound(this);
akuget1.attachSound("vHOLY");
akuget1.start(0,1);
pass = "*SUCCESS*";
}
}
if(pass == "OLYMPICS")
{
if(_root.power10 == 0)
{
_root.power10 = 1;
_root.powers = _root.powers + 1;
akuget1 = new Sound(this);
akuget1.attachSound("vHOLY");
akuget1.start(0,1);
pass = "*SUCCESS*";
}
}
if(pass == "HALELUYA")
{
if(_root.lives < 99)
{
_root.lives = _root.lives + 1;
vTING1 = new Sound(this);
vTING1.attachSound("vTING");
vTING1.start(0,1);
pass = "*SUCCESS*";
}
}
if(pass == "AutoLife")
{
if(_root.lives < 89)
{
_root.lives += 10;
vTING1 = new Sound(this);
vTING1.attachSound("vTING");
vTING1.start(0,1);
pass = "*SUCCESS*";
}
}
if(pass == "NO,U!>:C")
{
if(_root.lives < 69)
{
_root.lives += 30;
vTING1 = new Sound(this);
vTING1.attachSound("vTING");
vTING1.start(0,1);
pass = "*SUCCESS*";
}
}
}
}