Class Index | File Index

Classes


Class cc.TransitionSlideInT


Extends cc.TransitionSlideInL.

Defined in: CCTransition.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Slide in the incoming scene from the top border.
Method Summary
Method Attributes Method Name and Description
 
returns the action that will be performed by the incomming and outgoing scene
<static>  
cc.TransitionSlideInT.create(t, scene)
create a Slide in the incoming scene from the top border.
 
initializes the scenes
Methods borrowed from class cc.TransitionSlideInL:
ctor, easeActionWithAction, onEnter
Methods borrowed from class cc.TransitionScene:
cleanup, draw, finish, hideOutShowIn, initWithDuration, onExit
Methods borrowed from class cc.Scene:
init
Methods borrowed from class cc.Node:
addChild, convertToNodeSpace, convertToNodeSpaceAR, convertTouchToNodeSpace, convertTouchToNodeSpaceAR, convertToWorldSpace, convertToWorldSpaceAR, description, getActionByTag, getActionManager, getAnchorPoint, getAnchorPointInPoints, getBoundingBox, getBoundingBoxToWorld, getCamera, getChildByTag, getChildren, getChildrenCount, getContentSize, getGLServerState, getGrid, getOrderOfArrival, getParent, getPosition, getPositionX, getPositionY, getRotation, getScale, getScaleX, getScaleY, getScheduler, getShaderProgram, getSkewX, getSkewY, getTag, getUserData, getUserObject, getVertexZ, getZOrder, ignoreAnchorPointForPosition, isIgnoreAnchorPointForPosition, isRunning, isVisible, nodeToParentTransform, nodeToWorldTransform, numberOfRunningActions, onEnterTransitionDidFinish, onExitTransitionDidStart, parentToNodeTransform, pauseSchedulerAndActions, release, removeAllChildren, removeAllChildrenWithCleanup, removeChild, removeChildByTag, removeFromParent, removeFromParentAndCleanup, reorderChild, resumeSchedulerAndActions, retain, runAction, schedule, scheduleOnce, scheduleUpdate, scheduleUpdateWithPriority, setActionManager, setAnchorPoint, setContentSize, setGLServerState, setGrid, setNodeDirty, setOrderOfArrival, setParent, setPosition, setPositionX, setPositionY, setRotation, setScale, setScaleX, setScaleY, setScheduler, setShaderProgram, setSkewX, setSkewY, setTag, setUserData, setUserObject, setVertexZ, setVisible, setZOrder, sortAllChildren, stopAction, stopActionByTag, stopAllActions, transform, transformAncestors, unschedule, unscheduleAllCallbacks, unscheduleUpdate, update, updateTransform, visit, worldToNodeTransform
Class Detail
cc.TransitionSlideInT()
Slide in the incoming scene from the top border.
Method Detail
{cc.MoveBy} action()
returns the action that will be performed by the incomming and outgoing scene
Returns:
{cc.MoveBy}

<static> {cc.TransitionSlideInT} cc.TransitionSlideInT.create(t, scene)
create a Slide in the incoming scene from the top border.
// Example
var myTransition = cc.TransitionSlideInT.create(1.5, nextScene)
Parameters:
{Number} t
time in seconds
{cc.Scene} scene
Returns:
{cc.TransitionSlideInT}

initScenes()
initializes the scenes

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jan 09 2013 07:51:54 GMT-0800 (PST)