!HELP! AS

  • Started
  • Last post
  • 0 Responses
  • rson

    Why wont my main bttn roll over

    mainButtonRef.onRollover = function() {
    if(open == this.index){
    s menu
    resetMenu()
    open = undefined
    }else{
    //first click
    open = this.index
    this.gotoAndStop(3)
    collapse(this)