TABLE OF CONTENTS
1.1.1. Create Sprite
Create a sprite at a the specified position in the app design area.
Example 1.1.1
When program starts, create a sprite on the specified position in the app design area
Before execution
After execution
1.2.1 Remove Sprite
Remove a sprite that is already been created/added in the app design area.
Example 1.2.1
When program starts, remove the sprite that is already added in the app design area.
Before execution
After execution