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

2023/2/3

Dark Maze

CookieMonster CookieMonster

2023/2/3

#
Hey, I want to make a dark maze, like the only part of the maze you can see being the actor and a bit around the actor. Is there a way to do this?
danpost danpost

2023/2/4

#
CookieMonster wrote...
Hey, I want to make a dark maze, like the only part of the maze you can see being the actor and a bit around the actor. Is there a way to do this?
Yes, but it involves extensive work on images. Nitty-gritty stuff. I might decide to put up a demo for this one. At least it will portray one way of accomplishing it.
danpost danpost

2023/2/11

#
danpost wrote...
Yes, but it involves extensive work on images. Nitty-gritty stuff. I might decide to put up a demo for this one. At least it will portray one way of accomplishing it.
One way is demonstrated in my new scenario, Dark Maze Demo
danpost danpost

2023/3/14

#
One way is demonstrated in my new scenario, Dark Maze Demo
The Light class in the scenario (in the Player class) was modified to allow changing the range of illumination (strength of light). Also, the Scroller class was fitted to support non-scrolling areas along right and bottom edges of the world (a crop method was added).
You need to login to post a reply.