home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 108
/
jogo-disk-108.iso
/
Games
/
goal_2.swf
/
scripts
/
DefineSprite_427
/
frame_1
/
DoAction.as
Wrap
Text File
|
2010-05-15
|
370b
|
15 lines
function hideForm()
{
formClip._visible = false;
}
fakeButton.useHandCursor = false;
thankYouClip._visible = false;
formClip.sendButton.onRelease = function()
{
formClip.alphaTo(0,1,"linear",0,hideForm);
thankYouClip._visible = true;
thankYouClip.alphaTo(100,1,"linear",1);
thankYouClip.clickHere._visible = true;
formClip.sendMail();
};