Hi!
I can get the overlapping condition on an svg object? There is no is overlapping on the list when i set a condition.
Did i got something wrong?
Thanx
It is not possible. Create a transparent sprite with same dimensions and pin it to your SVG and use that for collision detection.
Thanx calminthenight, thats working. One more question if i can ask:
- Its there an action which checks not the pverlapping, but where the drag and drop action ended (realased the touch)?
Thanx a lot!
If you are using drag and drop behaviour there is an 'on drop' trigger which you can use to compare the object position at that time.
If you are using touch only then you can get the touch position using 'on any touch end' and 'touch.X, touch.y'
Highly recommend reading the manual entries for the behaviours you are using. construct.net/en/make-games/manuals/construct-3
Develop games in your browser. Powerful, performant & highly capable.
Thanx calminthenight!
Working :)
Thanx again!