You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2024. It is now read-only.
Leonardo Emanuele edited this page Oct 24, 2021
·
5 revisions
Welcome to the NativeUI-scaleform_flash wiki!
In this wiki i'll try to explain in my best the public functions useful for creating and handling the menu.
First of all.. all the textures used in the menu MUST be loaded via script as all the scaleforms make reference to a shared texture path, and therefore can be released after the menu has been completed.
Every time you load a dictionary via RequestStreamedTextureDict all the textures in it are available with the path "img://<texture_dict>/<texture_name>", for example if we load the dictionary "commonmenu" we can have access to "img://commonmenu/shop_arrows_upanddown".