hi,can anyone suggest me any third party software than i can use to edit an image like this.,so that when an object collide with the black portion of the image it prints “collided”,
local image=display.newImageRect(“plus.png”,300,300)
image.x=display.contentWidth*0.5;
image.y=display.contentHeight*0.5;
actually,what happen is when i drag another object close to it.it prints “collided”.
so is there any software that can help me in editing the image properties for collission detection.
