i am trying to lock the dragging sprite disabling the dragg but i cant get some button or event to make that. i will like to use this for build imagesprite joints. someone can help me with that?
To avoid dragging a Sprite, in the dragging event check if you really want to drag this sprite or not.
If you don't want to drag it, don't do anything to it.
2 Likes
but you could enable or disable the dragging sprite using some event or button?. i know that the block dragging sprite can be used or not but i am trying to create a event maybe using control blocks. or something like that?
1 Like
If you decide a sprite should not have any drag event triggered for it, set its .Enabled to false.
maybe using global block variable true or false to activate with button and using if conditional inside dragg block imagesprite could be work?
Are you experiencing Sprite Cannibalism, where when you drag one Sprite, other sprites nearby start to drag also?