Leopard, Applescript and Core Animation?

Hey,
I just got Leopard installed (and Xcode 3) and it looks very nice. I have been reading lots of things about the new core animation allowing developers to animate the interfaces they make!
Will this be possible with AS as the backend rather than Cocoa or Carbon or Objective-C?
Will AS developers be able to take advantage of some of the awesome new %insert word here% like how you can place a view into a menuitem!
If you can answer these and/or point me towards some tutorials that would be great! :smiley: thx

Hi Captainhams,

I think this could be done codeless in Interface Builder:
drag the view to your nib’s main window and control-drag from the menu item to this view - then select ‘outlet → view’

D.