Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 ghosts
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
kirsty_16




PostPosted: Mon Nov 03, 2003 2:27 pm   Post subject: 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 Smile
Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Mon Nov 03, 2003 3:15 pm   Post subject: (No subject)

wow, you dont know how to draw anything Laughing

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.
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Azzy




PostPosted: Mon Nov 03, 2003 4:17 pm   Post subject: (No subject)

heres a little tribute to the pacman ghosts.use it if u wanna.or not.
code:
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)
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 3 Posts ]
Jump to:   


Style:  
Search: