Weird Issue...
Hey all been working on something but then suddenly stopped working! Luckily wasn't knee deep in.....code by then so made a quick copy to see if it was a bug but did the same thing.
Attribute: self.position.x = 1075
interpolate self.position.x to -50
duration 4
function: Linear
Attribute: self.position.x
= -50
change attribute self.position.x to 1075
This code should show the actor going across the screen and then repeating but after two times stops working...any suggestions?
Cheers.
Attribute: self.position.x = 1075
interpolate self.position.x to -50
duration 4
function: Linear
Attribute: self.position.x
= -50
change attribute self.position.x to 1075
This code should show the actor going across the screen and then repeating but after two times stops working...any suggestions?
Cheers.
Comments
And maybe adding Y positions might help? Maybe not...
EDIT: Definately no harm having another go! I have no clue why it didn't work the first time but at least it works! Thanks for the help guys!