Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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!
Develop games in your browser. Powerful, performant & highly capable.
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?
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.