PDA

View Full Version : Advice for a Newbie...?


Brother Bart
09-18-2006, 12:01 AM
Hey everyone, I realize that this question is fairly remedial for all of you flash gurus but I was wondering if someone might type a quick response to my question. I'm not a programmer, I'm a graphics guy, so some of this stuff takes a little more digestion time for me.

I'm creating an animated startup menu screen for a program. At the end of the animated sequence, three buttons appear. I got the actionscript fscommand to call up the bat files for the program but the menu screen doesn't close down after the user clicks the button. Is there a command or line of code that I am missing?

Also, is there any way to replace the flash 8 title in the top-left of the window with something else, like say, the program name?

Thanks alot for your time guys(/gals).

orderxaos
09-18-2006, 05:28 AM
I got the actionscript fscommand to call up the bat files for the program but the menu screen doesn't close down after the user clicks the button. Is there a command or line of code that I am missing?
hey, things generally don't happen by themselfs, unfortunatly - you have to instruct them to... having said that you should just post some code.;)

and don't know what you mean by the flash 8 title.

best

EdKav1
09-18-2006, 05:52 AM
fscommand("quit"); will close the projector after you click a button. I'm not sure how you would change the window caption. Look at Zinc http://www.multidmedia.com (http://www.multidmendia.com) if you can't get it like you want using straight Flash.

Ed