if(Key.isDown(Key.SPACE) and eval("/Variables:BatterySaute") != true and eval("/Variables:ObjetSelect") != 3 and eval("/Variables:BatteryBranchee") != true)
{
set("/Variables:BatterySaute",true);
tellTarget("/Animatique")
{
gotoAndStop("Battery1");
}
}
if(Key.isDown(Key.SPACE) and eval("/Variables:ObjetSelect") == 3 and eval("/Variables:BatteryBranchee") != true)
{
tellTarget("/Animatique")
{
gotoAndStop("Battery2");
}
}
if(Key.isDown(Key.SPACE) and eval("/Variables:BatteryBranchee") == true and eval("/Variables:CrochetMis") == true and eval("/Variables:MoteurStarte") != true)