I am sure this has been asked 10000000000 times already. But it is kind of hard to search on else and or, too much random result.
So, my quick question:
This
-or-
That
Those
ELSE
Here
There
Up
Down
Side
Well you get what I mean. Hopefully.
You start out as AND and then right-click on the event itself to get the menu and switch to "Make 'Or' block". Right-click the event again and "Add Else". The sub-Ors need to be subevents.
blackhornet Thank you, it worked, and solved my problem as well. Perfect. Did not realize it has to be nested like that.
blackhornet
I am sorry to come back to say it won't work well. Only the first tier will work then the rest ignored?
It could also be my crappy "coding".
[attachment=0:15ujmxl8][/attachment:15ujmxl8]
(sorry about the last line, haha)
That should work, from what I can see. You don't technically need the Elses in this case as you check for unique values for the same object's frame. The frame can only be one of those values at a time.
That's what I would think too but by some reason it will do double take.. Must be something VERY different.
EDIT:
I changed the "coding" and it looks like a mistake on my part.
What is your logic? Sometimes there are other methods to solve a problem.
My logic and C2's logic won't always match. Of course C2's logic is the better one to 99.9% of the cases.
That and the fact that C2 can't guess what I want it to do, I have to be very specific with C2.. (and computers in general!)
Develop games in your browser. Powerful, performant & highly capable.
I read again your doubt and logic to try to help you.
Is your idea:
Am I right?
Yes but in this case it is not needed with else really, like blackhornet said. It is other issues.
If you need help to solve this other issues, please post here your doubts and/or send us a PM.
Ok I will try to solve myself first.
As you wish. Sometimes the solution is simpler than you imagine.
And now I solved the problem. I forgot to add else on the upper level of events, I was staring at this lowest level groups. Now it works. whee.
Very good!