This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Bug Report: #531
Unanswered
A1foostbit
asked this question in
Q&A
Bug Report:
#531
Replies: 4 comments
|
can we see your code..? |
0 replies
|
what code |
0 replies
|
package; import flixel.FlxSprite; class HealthIcon extends FlxSprite } there you go |
0 replies
|
After seeing your code, here's the fix: animation.add('beatbot', [24, 25], 0, false, isPlayer};
animation.add('madbot', [26, 27], 0, false, isPlayer};
animation.add('killbot', [28, 29], 0, false, isPlayer};needs to be animation.add('beatbot', [24, 25], 0, false, isPlayer);
animation.add('madbot', [26, 27], 0, false, isPlayer);
animation.add('killbot', [28, 29], 0, false, isPlayer); |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
so I was building the kade engine game and I got this source/HealthIcon.hx:40: characters 56-57 : Expected , or ) I tried everything and nothing worked pleas help
All reactions