A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: What are their difference

  1. #1
    Senior Member
    Join Date
    May 2004
    Posts
    627

    What are their difference

    onClipEvent(load)
    onClipEvent(enterFrame)

    Is "load" is performed much faster than "enterFrame? Or any difference?

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    load is performed only once ( when somthing is loaded into the clip ).
    enterFrame is performed every frame

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3
    omglolkthxbye
    Join Date
    Feb 2005
    Posts
    64
    Originally posted by pellepiano
    load is performed only once ( when somthing is loaded into the clip ).
    schould mean it's performed right after the clip itself is loaded, right?
    Who do you trust?
    Will they feed us the womb?
    Clone the fetal mirage
    Will they feed us the womb?

  4. #4
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    Yes, and everytime something new is loaded into it.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

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