I'm trying to have an event with two conditions. One is an "On Function" event and the other is an "On Tap Object" event. I want to have both conditions in the same event so that the event is only activate when the function is running and the object is tapped. However, I cannot seem to find a way to add both of these condition simultaneously. Is there a way for me to do this?
You can't do that. You'd have to provide more details to get an alternate suggestion.
Develop games in your browser. Powerful, performant & highly capable.
I would like to select a certain instance of an object when that object is tapped on but also during the function?
Could you tell me how to do that?
Again, not enough detail, but if you flag the current instance someway then the function can check for that flag. Or alter things to call the function when the object is tapped. All depends on exactly what you are doing.