I am new to flash AS3. I inserted a button and gave it the name login_btn.
Now in my action script, i want to do a login_btn.visible = false; However I'm not sure what "class" i need to import into my action script file. Is it import flash.display.button
or something?