_root.kirupa()
stop();
Edit:
I still liked it better when the PHP script was used to color it :-/
[color=Navy]for[/color](i=0;i<10;i++){[color=Navy]
trace[/color]([color=Navy]_root[/color].McGiver)
}[color=Gray][color=Magenta]
//thats cool[/color][/color]
[size=1][color=Silver]…ok I cheated[/color][/size]
lol you had me for a second there
greatest thread ever
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!
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!
if (browser == safari) print plainText(code);
else print pretty(code);
Sorry, again, only a test. I’ll go back and delete these…
test
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?