-
Notifications
You must be signed in to change notification settings - Fork 0
Background_duplicate
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Creates a duplicate of a given background.
- index: index of the background to duplicate
int: Returns the index of the new background created from another background.
// demonstrates creating a duplicate copy of one background and obtaining the index
var newbg;
newbg = background_duplicate(oldbg);NOTOC
This is number 1