-
Notifications
You must be signed in to change notification settings - Fork 15
Compilation flags
loudoweb edited this page Feb 22, 2016
·
4 revisions
If you want to use a special feature to create charMap by code.
Example :
engine.getSpriter('uniqueId').addCustomCharacterMap('specialCharMapName', 'textToReplace', 'replaceBy', folderIdStart, folderLength);
It will replace textToReplace by replaceBy in the folder folderIdStart. FolderLength allows to replace in the next folders too.
This feature allows dynamic charMap so you don't need to set in Spriter Pro software.
Add some traces to your app to help debug
remove all variables and methods that use tags
remove all variables and methods that use variables
remove all variables and methods that use events
remove all variables and methods that use sounds
remove all variables and methods that use points
remove all variables and methods that use boxes