i have an actor i set to follow the player i want i to launch my star actor wich is set to destroy enemies
how do i make the launcher launch the stars ,shots, up or if possible the direction player is facing
if(shoot==1)
{
CreateActor("shot1", "insert your animation here ", "(none)", "(none)", 0, 0, false);
}
if(shoot==2)
{
CreateActor("shot2", "insert your animation here too", "(none)", "(none)", 0, 0, false);
}
Users browsing this forum: No registered users and 1 guest