Did anyone get this working? I want to create a sprite dynamically from Python but I'm getting the same error as Zack0.
I have a sprite object on the layout named Sprite.
In Python I have the following code - System.CreateObject(Sprite, 1, 50, 50)
I've also tried - spr = System.CreateObject(Sprite, 1, 50, 50) , in case it returns the object created or something. I've even tried CreateObjectByName with quotations.. nothing works. Any ideas?