I got many many drawings of a variety of ghosts from a relative and they remembered me of picture books where you would have to search a person or object among many in it.
So i started programming a small website where you have to do exactly that.
After showing it to the person who made the ghosts, they made more ghosts and a background. Now i will have to implement that :)
For this to work i rewrote the entire thing with a canvas instead of plain images moved with transformation style sheet which makes it possible to implement the background.
While I tried to I noticed that it was a bit scuffed working with images in canvas because you have to:
- Make a HTML image
- Let the browser load it
- And only afterwards you can put it on the canvas.
But i still managed to pull it off.
Comments 1
Bhooooooo
Sign in to join the conversation.