Hey everyone!
I spent some of the day cooking up a new tutorial for you all! This one is more basic then my other tutorial on Color Sliders, but it is still very good.
EDIT: New update! I edited the pages so that you can comment on them now. The reason this is an important update, is because now all the tutorial links are changed. I have updated the links in this thread and my color sliders one.
BTW, I hope your OS has a Task Manager, because you’re gonna need one.
<HTML>
<HEAD>
<SCRIPT LANGUAGE = "JavaScript">
var count = 0
alert('Hello!');
alert('Welcome to my site!');
alert('If you want to enter,');
alert(' or even if you want to leave,');
alert('you have to do something for me.');
alert('Look how you tremble in fear and anticipation at what is about to happen!');
alert(' it makes me happy.');
alert('Look how while these are up, you cannot exit.');
alert('bwahahahahaha!');
alert('What I want you to do');
alert('for me');
alert('is to');
alert('count to 10000!');
alert('bwahahahaha!');
while (count < 10000){
alert(count)
}
</SCRIPT>
</HEAD>
</HTML>