Last updated 3 years ago
Can I go back to the old version of PyAngelo so that my code works?
Hi Max,
Sorry, we cannot go back to the old version but it is pretty easy to update your code to work with the new version. The main differences are that the @loop_animation is now gone. You can replace this with a "while True:" loop, or you could even use the label and goto commands to create the animation loop. You may also need to include "from sprite import *" at the top of your code if you were using any of the Sprite functionality. I'll try to get in contact with you to see which programs you wish to update.
Become a free member to post a comment about this question.