A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Getting Out of a Button On press routine

  1. #1
    Junior Member
    Join Date
    Sep 2007
    Posts
    12

    Getting Out of a Button On press routine

    I've got an on press routine with serveral "IF" statements.

    Is there a way of exiting a routine once a condition has been met.

    I do a lot of VB and I would use EXIT SUB, is there an AS equivalent.

    Many Thanks

    John

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    PHP Code:
    break; 
    gparis

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