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

Username:   Password: 
 RegisterRegister   
 Making Borders, and border detection.
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
romox15x




PostPosted: Mon Jan 14, 2008 1:49 pm   Post subject: Making Borders, and border detection.

High, Im trying to make a game similar to the scary maze game found here.

www.scaryforkids.com/scary-maze/


I draw lines to make my borders, and I made each number a variable(int) and i want to make it exit when it hits that line and goes back to start. Right now my border is like this:
code:

    colourback (0)
   
    drawline (200a, 200a, 200a, 200a, 7)
    drawline (200a, 200a, 200a, 350a, 7)
    drawline (200a, 390a, 0a, 390a,7)
    drawline (200a, 350a, 0a, 350a,7)
    drawline (200a, 200a, 200a, y2b, 7)
    drawline (100a, 230a, 600a, 200a, 7)
    drawline (230a, 20a, 670a, 230a, 7)
    drawline (638a, 230a, 638a, y130a, 7)
    drawline (600a, 200a, 600a, y35a, 7)
    drawline (600a, 20a, 600a, y40a,7)
    drawline (600a, 20a, 638a, y20a, 7)
    drawline (638a, 20a, 638a, y150a, 7)


And when I want it to exit when it hits a certain line but I don't know how.

The best that I have come up with is make it exit at a certain y value, but that just exits when i pass that value.




Im drawing blanks and im not that experienced.


Please help, or send me a link to a tutorial.
Sponsor
Sponsor
Sponsor
sponsor
Sean




PostPosted: Mon Jan 14, 2008 2:34 pm   Post subject: Re: Making Borders, and border detection.

I was making a Pac-Man game, drew lines for grids a certain colour.

whatdotcolour is explained there for you...


Link: Click here!
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  [ 2 Posts ]
Jump to:   


Style:  
Search: