this took me a while to figure out. Go into the enemy's actor control and select a draw actor function. use script editor to type the following code:
- Code: Select all
MoveTo("Event Actor", rand(640.000000),rand(480.000000), 5.000000, "hero", "");
also, create an actor called "screen" (name: screen- type: wire-frame region) make it long and thin to fit on the ends of the view. clone it 3 times and make them fit on the other sides of the view ( like four rectangles outside of a rectangle) make a colision in "enemy", use physical response and in final velocity multiplyer make the top box -1. also, in another colision with the +screen, make a "move to" and make the x 10 and y 10, relative to the main actor (i used "hero")if u r confused, just ask!
