/ Published in: ActionScript 3
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//Import the new assets for the background of the button [Bindable] [Embed(source="/assets/filterbuttonDown.png")] private var down:Class; [Bindable] [Embed(source="/assets/filterbuttonUp.png")] private var up:Class;