sethandle command problem ?

BlitzMax Forums/BlitzMax Beginners Area/sethandle command problem ?

blicek(Posted 2013) [#1]
Yes!

Hello

The case looks like this:
I want to set the handle of the image in a different location by using the command sethandle, but when I do it this function is not working although the rect is performed without any problem.

Please help

Blicek


ImaginaryHuman(Posted 2013) [#2]
You do the sethandle before drawing the rect, right?
Did you also call `AutoMidHandle False` before that?


blicek(Posted 2013) [#3]
problem solved! (ech-hehehehe)

just be sure to use the command:

setimagehandle img, x # y #

which I could not find help file

topic close

blicek