Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.05 KB

File metadata and controls

22 lines (16 loc) · 1.05 KB

An instance with a scrolling behavior will have a scrolling display on game screen. Here we take the left scrolling as an example, the instance will move from right to left at a specified speed on game screen. When the instance is completely removed from the left edge of the screen, the instance will enter from the right edge, and continue to move from right to left. The general application of scrolling behavior is the background image of the game, generally landscape or portrait axis stage-mode game, such as portrait-mode game Hitting Plane, and landscape-mode Super Mario.

Property Panel

  • Scrolling direction: the moving direction of instance. up is direction by default. The other options are:
  • Up
  • Down
  • Left
  • Right
  • Speed: moving speed of instance (unit: pixels/second). The default value is :180.

Scrolling Condition

There are no unique conditions for scrolling behavior.


Scrolling Action

There are no unique actions for scrolling behavior.