A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: checking variables

Threaded View

  1. #1
    Member
    Join Date
    Sep 2004
    Posts
    32

    checking variables

    hey guys... i have a BIG prob with this action...

    Code:
    on(rollOver){
    	_root.mos.moluxo.gotoAndPlay("mouse_over");
    }
    on(rollOut, releaseOutside){
    	_root.mos.moluxo.gotoAndPlay("mouse_out");
    }
    on(release){
    	trace("before");
    	if(suites == 1){
    		stop();
    		trace("after 1");
    	} else if(suites==2){
    		trace("after 2");
    		if (desc==1){
    			suites=2
    			_root.descricao.luxo.gotoAndPlay("sumir");
    			_root.descricao.superluxo.mcsuites.gotoAndPlay("luxo");
    		} else if (desc==2){
    			_root.descricao.gotoAndPlay("superluxo");
    		}
    	}
    }
    it doesn't check the variables... when i click the button it only appears "BEFORE" and just that...
    anyone can help me here???
    Last edited by W1Z4RD; 09-27-2004 at 05:48 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center