Please take look at attached images.
This events is one but i try this 3 times none of them dont works
How could you have animations i2 and i31 both playing at the same time ? Unless I misunderstand the logic, there might a flaw in the condition itself
Refeuh i have one sprite with 2 animations. I copy This sprite 'Slot' . First sprite play animation 'i31' second 'i2' and when 'mark' sprite is overlapping Both of 'Slot' > Player spawn sprite.
But condition is, one slot must play 'i31' animation and second slot must play 'i2' animation
It stills means that one sprite (Slot) cannot verify both conditions at the same time and the picking always returns an empty set, I think ; try using the picking to select one set of sprites first, then reset the picking, select the other set, and check for overlap, maybe ?
Refeuh i dont know but You know what i mean?
How about in your 3rd example, select both Slot conditions, then right click one of them on the very left behind the word Slot and choose 'make or block' ?
nickl when i try make or block, event still dont works
delgado Did the or block get created ok?
I think you're misunderstanding how conditions work ; check how using conditions picks instances and progressively filter "down" the set of entities :
scirra.com/manual/75/how-events-work
If you've already filtered some instances with previous conditions, you cannot pick them again in a subevent. There are functionalities to control or reset the picking, or manually scan instances (for each, etc.)
Refeuh "If you've already filtered some instances with previous conditions, you cannot pick them again in a subevent. " i try this because i dont have other idea how do this
Develop games in your browser. Powerful, performant & highly capable.
I prepare this same example with wrong events. Please fix this if you can
delgado Sorry I can't open your capx, I'm running R190 and I'm halfway through a project so I won't be upgrading to a beta version.
I'm sure someone will be able to point you in the right direction though.
I also add variable still dont works
I think you're misunderstanding how conditions work https://www.scirra.com/manual/75/how-events-work
I think you're misunderstanding how conditions work
https://www.scirra.com/manual/75/how-events-work
Do this. And the section on 'picking'. It's essential.
edit: if you can write some pseudocode, it might help
e.g. IF this OR this THEN do this ELSE do something
You keep ANDing everything. I'm guessing you want to OR the animation check, that is, i2 OR i31. In your sample condition.capx, select event 10 (near the left edge of event 10, not on either condition), right click, and choose 'Make OR block'.