I made this tutorial because I wanted to English-speaking readers (from outside the local ato) are more able to understand because English is the common language
so .. I mean make a sniper game is to make a game like this
now..let begin...
First open up a blank flash document. Then just create the sight or aim for a sniper. Make sure the registration is the middle square. Then convert it to a movie clip. The actionscript is;
Mouse.hide();
this._x=-root._xmouse;
this._y=_root._ymouse;
}
Type in
Now, to create the enemy make the body as a graphic and the head a button. The button for the enemies head is
gotoAndPlay(framenumberhere)
}
gotoAndPlay(2)
}