You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I want is to rotate the sprite on the layer bg (line 5) by 0.03 every second using the update method, but how do I access the bg sprite from the xml file?
The text was updated successfully, but these errors were encountered:
I saw FlxScene and thought I would try it, but I'm not quite sure how to rotate a sprite that is inside the
xml
file.Here's the xml file:
What I want is to rotate the sprite on the layer bg (line 5) by
0.03
every second using the update method, but how do I access the bg sprite from the xml file?The text was updated successfully, but these errors were encountered: