A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: If Statement code generating errors - help!

Hybrid View

  1. #1
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    you need == to make comparisons -
    if (flower1 == false && flower2 ==......)

    as you are checking for Boolean false you can use -
    if (!flower1 && !flower2 &&......)

  2. #2
    Member
    Join Date
    Sep 2005
    Posts
    37

    Thanks

    Thanks so much - that works a treat!

    I'll remember that in future, cheers.

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