|
CloneLevel | ||
CloneLevel SrcMapIndex, SrcLevelIndex, DestMapIndex, DestLevelIndex | ||
Parameters: SrcMapIndex = The Index of the Src Map you wish to copy level from SrcLevelIndex = The source index of the level you wish to copy. DestMapIndex = The Index of the Map you wish to copy the level data to DestLevelIndex = The destination index of the level where you wish to copy. |
||
Returns: NONE | ||
CloneLevel copies an entire level. FACTS: * If the destination level already exists, CloneLevel will delete and overwrite it for you. Mini Tutorial: This example shows how to first create a Map & Level. Then after displaying the the created level #1, at the mouse position (much like a sprite). It then clones level #1 and displays that also.
This example would output.
|
Related Info: | ClearLevel | CopyLevel | CreateMap | FillLevel | PeekLevelTile | PokeLevelTile | ResizeLevel : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |