PDA

View Full Version : as



kirupa
August 8th, 2004, 05:17 PM
_root.kirupa()

DariusMonsef
August 8th, 2004, 05:51 PM
stop();

wizard
August 8th, 2004, 06:21 PM
Edit:

senocular
August 8th, 2004, 06:27 PM
I still liked it better when the PHP script was used to color it :-/

McGiver
August 8th, 2004, 06:49 PM
for(i=0;i<10;i++){
trace(_root.McGiver)
}
//thats cool

...ok I cheated

senocular
August 8th, 2004, 07:08 PM
lol you had me for a second there :D

radioxromance
August 8th, 2004, 09:35 PM
greatest thread ever

kirupa
August 8th, 2004, 10:32 PM
I still liked it better when the PHP script was used to color it :-/For some reason, people using Safari on Macs couldn't see it.

I was testing to see if the AS tags worked after I upgraded vB to the latest version!

radioxromance
August 9th, 2004, 06:07 AM
I figured that out like halfway through writing the post I made. But I decided to write it anyway. Haha. And I agree with the php color coding. Screw safari. I like the color coding!

senocular
August 9th, 2004, 09:38 AM
if (browser == safari) print plainText(code);
else print pretty(code);

ViNc3
August 15th, 2004, 04:59 AM
Just testing whether using as, it automatically formats it..


correctPass = "cactus"
function enterSite (pass) {
if (pass != correctPass) {
//Exit if the password is wrong
return;
}
//This code is reached only if the password is correct
gotoAndPlay ("intro")
}


Ahh...so we have to format it ourselves using spacebar, so what's so special about as?