Assumed your model is under the ground exactly.
Code:
for(i=0;i<your_model.max_z;i++) {
	your_model.z++;
	wait(-0.4);
}


Not tested.

Last edited by Aku_Aku; 03/13/12 18:37.