views:

8

answers:

0
+1  Q: 

Help with XCode

I am totally new to XCode, and I need a little bit of help...

I've created a cocoa project, and then opened the main.xib file in "Interface Builder".

From Interface Builder, I added an NSImageView object, and set the image to a gif file inside my resources folder in the project.

I need to know how exactly I can program the application so that the NSImageView changes its location every millisecond or so.

Can anyone enlighten me?

--G