Hi
I have searched and searched and for the life of me cannot find any way to set maybe like the horizontal speed which you can by events, but by python?
Is it documented anywhere what things you can access?
it would be great if someone could point me in the right direction.
as far as I got is on the wiki it mentions the Bullet behavior so I think it must be possible:
SOL.SpriteBullet.Speed = 30
update good god wow solved:
SpriteCustomMovement.ChangeHorizontalSpeed("",320,320)
and i have no idea why it takes 3 arguments, but the names of this stuff are in the headers files