Help Please

how to use the Exit button (which I created)

I want to set up the Exit Button so when I click it,
the rolling credits appare first and after few seconds
the application automatically exit

thank you very much

more information needed here my fellow nz’er.

Post an example fla for starters

are you talking about a flash projector file or a website??? if its a projector file just insert this line of code in the last frame to close the projector file

fscommand(“quit”);

that action should be at the last frame of the credits if that is what youre looking for