i'm trying to set the y position of my sprite relative to itself with the following
(Sprite.Y) + (Sprite.Value("y direction"))
gives me the error
Error in parameter 1:
Parameter 1 of'Sprite.Value' does not take 'String'
i just found out that it doesn't take string quotes "" rather character quotes '' ... hmm