CCActionHide Class Reference Inherits from CCActionInstant : CCActionFiniteTime : CCAction : NSObject Declared in CCActionInstant.h Overview This action will hide the target by setting its visible property to NO. The action is created using the default CCAction initializer: id action = [CCActionHide action];