creating button
- by eomer
hi I started to learn as3 using fdt
i managed to put texts on screen now i want to show the text after the button is clicked
but the button does not appear
here is the code
`
package
{
import flash.events.MouseEvent;
import flash.media.Camera;
import mx.controls.Button;
import flash.display.Sprite;
import…