i'm new to flash but i'm making a simple game, and part of the game includes bats. Now i know how to create targets entering the screen at random places and moving to the end of the screen while flapping their wings, but i want these bats to go up and down while flying to the other end of the screen. Here lies the problem i have absolutely no idea how to achieve this, any ideas?
I am using this to get them across:
this.speed=random(8)+3;
this._x-=this.speed
,thxs
I am using this to get them across:
this.speed=random(8)+3;
this._x-=this.speed
,thxs