Guest User

Untitled

a guest
Nov 15th, 2012
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. loadMovieNum("discocubes.swf", 0);
  2.  
  3. hackMenu.dragBar.onPress = function(){
  4. startDrag(hackMenu);
  5. }
  6. hackMenu.dragBar.onRelease = function(){
  7. stopDrag();
  8. }
  9.  
  10. hackMenu.livesHackBtn.onRelease = function(){
  11. if (_root.n_Level >= _root.o_CubeTutorial.length || _root.s_GameStyle == "survival")
  12. {
  13. _root.f_ShowMessage("Level Up!");
  14. }// end if
  15. _root.f_StartGame(_root.s_GameMode, _root.n_Level + 1, _root.s_GameStyle);
  16. }
  17.  
  18. hackMenu.swapDepths(_root.getNextHighestDepth());
Add Comment
Please, Sign In to add comment