
-----------------------------------
kirsty_16
Mon Nov 03, 2003 2:27 pm

ghosts
-----------------------------------
Hey everyone!!  does anyone know how to draw or make a ghost?? cause I am sorta getting but at the same time i'm not so if someone could show how to it would be great!! thanx :)

-----------------------------------
Tony
Mon Nov 03, 2003 3:15 pm


-----------------------------------
wow, you dont know how to draw anything :lol:

You can just find a picture of a ghost on the net and use Pic. module.

If not, just draw a bunch of ovals and arcs.

-----------------------------------
Azzy
Mon Nov 03, 2003 4:17 pm


-----------------------------------
heres a little tribute to the pacman ghosts.use it if u wanna.or not.
setscreen("graphics;640,480")
Draw.Arc (320, 240, 30, 30, 0, 180, black)
Draw.Line (290, 240, 287, 150, black)
Draw.Line (350, 240, 357, 150, black)
Draw.Line (287, 150, 300, 160, black)
Draw.Line (300, 160, 320, 150, black)
Draw.Line (320, 150, 340, 160, black)
Draw.Line (340, 160, 357, 150, black)

Draw.Oval(310,240,10,5,black) 
Draw.FillOval(310,240,5,5,black) 
Draw.Oval(330,240,10,5,black) 
Draw.FillOval(330,240,5,5,black) 

