Hello guys!
Im having an annoying problem..
I have a card board/problem like this:
[attachment=1:sa4pg1zp][/attachment:sa4pg1zp]
But this dosnt seem to work:
[attachment=0:sa4pg1zp][/attachment:sa4pg1zp]
Am i missing something?
No matter what i do, i can not get "system - is overlapping at offset" to work on my families.
Any help would be more than awesome!
That's not overlapping at offset. You're not picking any EnemyCards objects that way as far as I can see.
edit: ah ok system: overlapping. Haven't used it, but you're still not picking any 'specific' EnemyCards objects I don't think?
Develop games in your browser. Powerful, performant & highly capable.
Anyone have an idea?
I think im picking it alright? hmm
Anyone have an idea? I think im picking it alright? hmm
My comment about picking
I dont get it, could you make an example or try to explain it?
I thought i was piking the enemycards, where the player cards is overlapping at an offset? :O
You're picking PlayerCards based on an X, Y position, then further filtering any that were picked by another condition (PlayerCards.right > EnemyCards.left). You're not picking EnemyCards, you're just using them in an expression. Maybe you could post your capx or a cut down version.