|
ScrollImage | |
ScrollImage ImageNumber, ScrollX, ScrollY | |
Parameters: ImageNumber = The index identifier of this image ScrollX = The distance to move pixels along the X axis ScrollY = The distance to move pixels along the Y axis |
|
Returns: NONE | |
ScrollImage moves the pixels within an image. Any scrolled pixels that move off an edge of the image will wrap around. You can scroll the image in any direction you like using the ScrollX and ScrollY controls. FACTS: * Scrollimage with wrap pixels the scrolled off either edge back on the opposite edge. * Scrollimage is not recommended to create scrolling backdrops. It's generally best to create such an effect by tiling the image. |
|
Example Source: Download This Example
|
Related Info: | FadeImage | GrayScaleImage | ImageViewPort | LightImage | NewFxImage | NewImage | TileImage : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |