![]() ![]() ![]() |
|
NewFrameSheet | |
FrameSheet = NewFrameSheet(ThisImage, FrameWidth, FrameHeight, TransparentColour, [FrameCount]) | |
Parameters: ThisImage = The image you wish to grab the frames from FrameWidth = The Width of each frame FrameHeight= The Height of each frame TransparentColour = The MaskColour for this image image [FrameCount] = optional frame count |
|
Returns: FrameSheet = The index of the created frame sheet |
|
The NewFrameSheet functions scans through an existing image and cuts it up into a sequence of animation frames. NewFrameSheet assumes the frames are arranged upon the image from the top left corner across ways, then stepping down row by row. The frames must be arranged in the order they are to be played back and all frames must have a uniform width and height. FACTS: * NewFrameSheet automatically deletes the passed image after the frames are created. * NewFrameSheet defaults to creating frames as video images. You can change this behavior using the FrameSheetCreationType function |
|
Example Source: LOGIN to Download This Example
|
Related Info: | LoadFrameSheet : |
|
|||||||||||||||||||||||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
(c) Copyright 2002 - 2025 - Kevin Picone - PlayBASIC.com |