CPObjectCPResponder
CPView
CPFlashView
@implementation CPFlashView : CPView
Method Summary | |
---|---|
-(id) | initWithFrame:(CGRect)aFrame Initializes the receiver for usage with the specified bounding rectangle. |
-(CPFlashMovie) | flashMovie |
-(void) | mouseDown:(CPEvent)anEvent Notifies the receiver that the user has clicked the mouse down in its area. |
-(void) | mouseDragged:(CPEvent)anEvent Notifies the receiver that the user has initiated a drag over it. |
-(void) | mouseUp:(CPEvent)anEvent Notifies the receiver that the user has released the left mouse button. |
-(void) | setFlashMovie:(CPFlashMovie)aFlashMovie |
Method Detail |
---|
-(id)initWithFrame:(CGRect)aFrame
aFrame
-(CPFlashMovie)flashMovie
-(void)mouseDown:(CPEvent)anEvent
anEvent
- contains information about the click-(void)mouseDragged:(CPEvent)anEvent
anEvent
- contains information about the drag-(void)mouseUp:(CPEvent)anEvent
anEvent
- contains information about the release-(void)setFlashMovie:(CPFlashMovie)aFlashMovie
aFlashMovie
Created on Sat Sep 13 14:15:43 PDT 2008