Particle render, animator and emitter not present in Unity 4

I am using unity and watching a tutorial (old, using unity 2.5 smth like that)
The problem is that when i try to create a particle system, i can barely change its colors, leaving me only to choose a gradient
The video shows different options
On top of that, I don’t have any particle animator, render or emitter and every single particle inside the sphere gets out
In the video, no particle gets out of the shape
Any ideas? I am using Unity 4

EDIT: I found them all, now its about changing the Min and Max energy, cannot find them.

Unity version 3.5 and up use the shuriken particle system. You are probably looking for the legacy particles. To create a legacy particle system you need to first create an empty game object. Then navigate to component/effects/legacy particles and add the ellipsoid particle emitter, particle animator, and the particle renderer.

Thanks, it worked