ImageView Animation

For some reason my gif animations don’t loop properly. (They seem to only go half way through the loop, pause, then repeat going half way through) Here’s my setup.

  • A simple program with an image view called “ImageView” on a window called “ImageWindow”
  • The image view attributes (in the inspector) are set to “Enabled” & “Animates”
  • The “ImageWindow” event handler is set to “awake from nib”
  • Drop a gif animation called “Microphone.gif” into the Resources folder in the Groups & Files section

The simple script looks like:

on awake from nib theObject
set image of image view “ImageView” of window “ImageWindow” to load image “Microphone.gif”
end awake from nib

For some reason the animation doesn’t move properly through the loop. No matter what animation I use I get the same result. Am I missing a setting or special procedure somewhere? It appears that all applications I made prior to upgrading to Xcode2.2 have been affected as well. (Even though the GIF animation was fine before.) Any help would be greatly appreciated.

Thank you for your time and I look forward to hearing from you soon.:confused: