A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Very quick if statement question.

Threaded View

  1. #4
    Senior Member
    Join Date
    Jul 2004
    Location
    In a box outside of Safeway
    Posts
    201
    code:

    on (release) {
    if (h1._visible == true && h2._visible == true) {
    h1._visible, h2._visible = false;
    } else {
    h1._visible, h2._visible = true;
    }
    }



    EDIT: Edited some of the posts in this thread to use as tags - jbum
    Last edited by jbum; 10-01-2004 at 01:58 PM.
    If computer games affected us, would I not be running into walls popping strange yellow pills and listening to repetitive music?

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