Search results

  1. S

    Macromedia Flash game over screen help?

    I am trying to make a game over screen on my game in macromedia flash where when i get to a certain amount of failures it goes to the game over screen the code I put in was onClipEvent (enterFrame) { if (_root.failures >= 5){ gotoAndStop("3") } } but it isnt working
Back
Top