Skip to content
This repository has been 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".

More examples will come in next pages.

Clone this wiki locally