Greenfoot Five Minutes it’s a new youtube series with short videos that covers each Greenfoot methods with tips samples in the style “How to use it”.
This series it’s under constructions yet. New videos and english subtitles will be added soon.
See all videos in our youtube channel:
List of videos contents:
- Secrets of Constructor method
- The amazing Actor.act() method
- method Constructor vs addedToWorld
- Actor.getImage() and Actor.setImage()
- Object’s Collision with Actor.isTouching()
- Object’s Collision with Actor.getOneIntersectingObject()
- Object’s Collision with Actor.getIntersectingObjects()
- The World Cellsize? What is it? How is it works?
- Looking for objects with Actor.getNeighbours()
- Looking for objects using the Actor.getObjectsAtOff
- Looking for objects using the Actor.getObjectsInRange()
- Other Searching methods and the Actor rotation properties
- Differences between the World() and getWorld Type()
- Actor.removeTouching() vs getWorld().removeObject()
- Actor.isAtEdge() vs OldCustomIsAtEdge()
- Actor.setLocation() and Actor.turnTowards()
Level: (Beginner / Intermediate/ Advanced)
Duration: ~5 minutes per video
Teaches: everything about each Greenfoot methods