DrawImage v66 - 70f

Monkey Forums/Monkey Bug Reports/DrawImage v66 - 70f

TFT(Posted 2013) [#1]
Hallo,

sorry my english are little bit. I have a problem with DrawImage.
The image 'deck' have move the handle.

deck.SetHandle(35,240)

posx = -180
posy = -200
rot = 90

DrawImage deck,posx,posy,rot-1,1,1

The range from posx are - 32000 to 32000
The range from posy are 0 to 32000

is this a Bug .....

thx TFT


MikeHart(Posted 2013) [#2]
The parameters for SetHandle range from 0.0 to 1.0.


TFT(Posted 2013) [#3]
it also works with whole numbers, that is not the problem. DrawImage works not with negativ number in Y.

thx TFT


Xaron(Posted 2013) [#4]
Maybe you could rephrase your question or frag einfach auf deutsch, mir ist nicht so ganz klar, worauf Du hinaus willst?!

DrawImage funktioniert bei mir prima mit negativen Werten.


TFT(Posted 2013) [#5]
Hallo Xaron,

du hast schon die Frage richtig verstanden. Bei mir funktionieren bei DrawImage keine Negativen Werte in Y. Ich wollte nur wissen ob das stimmt und ein Bug ist. Wenn nicht schlisse ich daraus das es mein Fehler ist. Es steht im Zusammenhang mit meinem Versuch mein actuelles Project (MauMau) :-) von v66 nach 70f zu bringen. Was bissher aber schon am wegfall diverser Methoden wie Remove für Listen eine ziemliche Aufgabe darstellt.

Gruss TFT