Menu

#1213 Python and ImageManipulator crash

open
Davo
5
2010-05-08
2010-05-08
scidave
No

if MouseKeyboard.KeyDown(16):
Sprite.SetPosition(Sprite.X +1,Sprite.Y)
IM.CopyToSprite(Sprite)

Basically, the ImageManipulator object is not working with Python. Specifically, when trying to copy sprite images. The example .cap shows this working correctly with events and then shows

Discussion

  • scidave

    scidave - 2010-05-08

    Python IM bug

     
  • scidave

    scidave - 2010-05-08

    Hit submit too soon.. When you try it with events at least in .99.84 nothing happens when using the Sprite name. Strangely enough when using numbers a crash is caused.

     

Log in to post a comment.