Marine FishTank Attempt 1.
Code for the fish to move. © Craig Lowe – www.loweonline.co.uk
SwishScript
onLoad () {
//fish movement by craig lowe www.loweonline.co.uk
// © Craig Lowe
speed=1.5; // starting speed of fish
du=0.5; //speed of the direction up and down movement
moveleft=true;
moveright=false;
moveup=false;
movedown=true;
}
onEnterFrame() {
if(dir<5){ this.moveleft=true; …
Social Connect
Login with one of the following.Enter your WordPress.com blog URL
http://.wordpress.com
Proceed