A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Very quick if statement question.

Hybrid View

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

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

    Last edited by jbum; 10-01-2004 at 01:57 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