Clint Thompson Posted November 30, 2018 Share Posted November 30, 2018 While using an animation and changing frames is probably the best case scenario for use here it made me wonder, is it possible to move the coordinates of multiple sprites on a single line or single update at the same time? I've noticed that while it may move two images at the same time initially, when it moves on to the other image or images after an x,y move on any set, it throws off the x,y coordinates of the alternating images going forward off - I'm guessing due to the delay of single instance sprites being updated, the others are staggering behind as a result? Quote Link to comment Share on other sites More sharing options...
+CyranoJ Posted November 30, 2018 Share Posted November 30, 2018 Nothing changes until the next RAPTOR_UPDATE, so you can change as many as you like in between those calls. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.