Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot convert from void to AnimatedSprite issue. #256

Open
ghost opened this issue Jul 13, 2014 · 0 comments
Open

Cannot convert from void to AnimatedSprite issue. #256

ghost opened this issue Jul 13, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 13, 2014

There are two instances in the examples project where this error occurs. There is a variable called face in the files BoundCameraExample.java and SplitScreenExample.java that is calling the constructor for AnimatedSprite with an added function call to .animate(100) at the end, the animate returns void so it is throwing this error.

Another Error I found while setting up the project files is in TextBreakExample.java where, on line 106, there is a incorrect declaration of a new TextOptions class.

Lastly in HullAlgorithmExample.java the import for DrawMode should be changed to "import org.andengine.entity.primitive.DrawMode" so that the project will compile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants