I meen:
- Code: Select all
if ("actor1" collide by "actor2") { //my code }
Befor everyone is saying no its not possible with the key down event it works.
For example:
- Code: Select all
char * key = GetKeyState()
if (key[KEY_LEFT]) { //my code }
but I need all that with 2 actors...
I want that because it would be esier to make a script where I get an statement when 2 actors collide at the same time by one other actor.
For example:
- Code: Select all
if ("actor1" && "actor2" collide by "actor3") { //my code }
Sorry for my bad englisch
