Score: 5
"Really nice =)"
date: March 18, 2005
but =P the AS is wrong =P...
In dont mean to bug ya, but, the script is wrong so i will correct it here 4 someone that just pasted it and id did not work:
-------------*As u putted it * ------------------
on(release){
if(password eq "XXXXX"){
gotoAndStop(X)
}else
gotoAndStop(X)
}
---------------* As i would be * ---------
on(release){
if(password == "XXXXX"){
gotoAndStop(X)
}else {
gotoAndStop(X)
}
---------------------------------------
I hope this helps someone!
Nice work, keep working! ;) 3/5