u should try this put a gravity shifter in the center of the screen and go to your scripting engine and load up ex fountain put run every fram and run once then u make fog i think =]
easy money first buy scripting thingy in the game under settings and open and paste this
x=get buddyX;
y=get buddyY;
power=1500;
explode(x,y,power);
t=t+1;
if(t%2,water(sin(t*.075)*125+275,cos(t*.052)*100+200,0,0,140,.075,2,2,false),0)
t=t+70;
if(t%2,shock(sin(t*.666)*333+333,cos(t*.0666)*300+230,2,4,140,.075,2,2,true),1)
click every frame and then run once save it too =]