This site requires JavaScript, please enable it in your browser!
Greenfoot back
TNesler
TNesler wrote ...

2019/2/6

Helper class Mover. Where did it go?

TNesler TNesler

2019/2/6

#
I recently watched the tutorial on creating a shooter game. Since this was done on an earlier version of Greenfoot, I presumed that the helper class was moved into the standard library for the current version. However the Move method does not have any alternate constructors like the mover method has. How do you recommend I work around this problem? I want to be able to move an object with a given rotation. Thanks! Tom Nesler
danpost danpost

2019/2/7

#
Download thebook scenarios. You will find the Mover class in the asteroid1 scenario folder in the Chapter1 folder.
TNesler TNesler

2019/2/7

#
Thank you very much! Tom Nesler
You need to login to post a reply.