Module cocos.actions.quadmoveby_actions

Implementation of QuadMoveBy actions

These actions modifies the x and y coordinates of fixed-size grid of (1,1). The z-coordinate is not modified.

Classes

  QuadMoveBy
QuadMoveBy moves each vertex of the grid.
  MoveCornerUp
MoveCornerUp moves the bottom-right corner to the upper-left corner in duration time
  MoveCornerDown
MoveCornerDown moves the upper-left corner to the bottom-right corner in duration time
  CornerSwap
CornerSwap moves the upper-left corner to the bottom-right corner in vice-versa in duration time.
  Flip
Flip moves the upper-left corner to the bottom-left corner and vice-versa, and moves the upper-right corner to the bottom-left corner and vice-versa, flipping the window upside-down, and right-left.
  FlipX
FlipX flips the screen horizontally, moving the left corners to the right, and vice-versa.
  FlipY
FlipY flips the screen vertically, moving the upper corners to the bottom, and vice-versa.
  SkewHorizontal
SkewHorizontal skews the screen horizontally.
  SkewVertical
SkewVertical skews the screen vertically.