A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: End if

  1. #1
    Member
    Join Date
    Oct 2000
    Posts
    41
    desperately seeking an "end if" i can't find it in flash 5.

    someone show a little love and help...


  2. #2
    FK Slacker
    Join Date
    Jun 2000
    Location
    vancouver
    Posts
    3,208
    Hi...

    End If doesn't exist in Flash 5...instead, all statements contained in the If statement are between curly brackets...

    ie:

    If (i=1){
    whatever actions go here
    }

    Hope this helps,

    K.

  3. #3
    Member
    Join Date
    Oct 2000
    Posts
    41

    Thumbs down

    that helps loads, thanks. The script worked without it, but all other coding has drilled the "end if" into my brain, but thanks for the help...

    J

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