
Untitled
By: a guest on
Nov 15th, 2012 | syntax:
None | size: 0.50 KB | hits: 11 | expires: Never
loadMovieNum("discocubes.swf", 0);
hackMenu.dragBar.onPress = function(){
startDrag(hackMenu);
}
hackMenu.dragBar.onRelease = function(){
stopDrag();
}
hackMenu.livesHackBtn.onRelease = function(){
if (_root.n_Level >= _root.o_CubeTutorial.length || _root.s_GameStyle == "survival")
{
_root.f_ShowMessage("Level Up!");
}// end if
_root.f_StartGame(_root.s_GameMode, _root.n_Level + 1, _root.s_GameStyle);
}
hackMenu.swapDepths(_root.getNextHighestDepth());