Blender Tutorial: Explosions 1

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.

Please enjoy,
Blender Tutorial: Explosions 1

Thanks for reading,
-Sunjay03

Cool. I really like the color sliders. I had a question about that a while ago. Thanks for those.

Thanks Sunjay, I can use this, good work.

Hi Sunjay,

Nice work.

Thanks. :slight_smile:

Yes, very nice!
Thank you!!

Weird, when I start the “Color Sliders” one, it crashes Blender ( on Debian/Linux)?
Bye

Interesting…which one? The start or finish?

I run everything on windows…and it works fine for me…try it there maybe? I don’t really know. :wink:
Try it and see if it works on windows,
-Sunjay03

I see you have some JavaScript going on! :wink:

Try this one on for size. (It’s my favorite)

BTW, I hope your OS has a Task Manager, because you’re gonna need one. :wink:

<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>

The “finish” one!
The “start” one works well!
Bye

Now a days, browsers have things to stop stuff like that…they have little “stop this page from opening more dialog” buttons. :eyebrowlift:

Sorry, :wink:
-Sunjay03

Thats interesting…Someone else reported that happening to one of the example blends I gave someone…maybe it has something to do with my version…?

Try making it work on Windows. Maybe that will help.

-Sunjay03