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
Python IM bug
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.