ObjectID =  scroll .create  (  ObjectID ,  Sens ,  Width ,  Height  )  
                                          
Description :

This instruction creates a scroll.

Parameters :

  • ObjectID of the 2D Object.
  • LEFT
    RIGHT
    UP
    DOWN
  • Width of the scroll, expressed in pixels.
  • Height of the scroll, expressed in pixels.

Return Handle :

  • ObjectID of the scroll.

Notes :


This instruction scrolls a 2D object in the current Alambik screen.

Examples :