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
OpenPyro skinning currently is all done in pure actionscript. The swf usage in SkinManager was a proof of concept that fla based skins would be supportable at some time, but that feature is pretty flaky right now.
The best place to look at its use is just the examples in the project right now. Right now skins have to be explicitly assigned to the controls so all sample code has explicit skin assignment.
I was hoping I could use openpyro purely in as3, no fla files...
Aurora skin looks to be a bunch of .as classes, but then SkinManager has code that looks to be loading in a 'skin swf'
Where do I start to make or customise a skin? Is it possible in pure actionscript?
The text was updated successfully, but these errors were encountered: