Yes , It's a password box for use in games , flash websites and etc flash works . I use this code for a test game . "lp9sc" wrote this code for me , but FLA , SWF , and JPG guide files made by me .
Password box :
Attached : FLA Source , SWF file , JPG guide
on(release, keyPress "<Enter>"){
if(password=="example"){
gotoAndStop(2)
}
}
Show your AS codes now !




Reply With Quote
