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

Username:   Password: 
 RegisterRegister   
 hay i need some help on this fighting game i am making
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
lilcp3




PostPosted: Mon Oct 31, 2005 8:14 pm   Post subject: hay i need some help on this fighting game i am making

8) hay i need any help i need to make the balls move and a helth bar and all the stuff for a cool fighting game and i need a timer if u help me when i finish i will send u the game hope u can halp me in some way thanx

here is my code so far

colorback(black)
color(12)
put""
put""
put""
put""
put""
put""
put" Created By NIgel Corbett"
put""
put""
put""
put""
put""
put""
put""
put""
put""
put""
put""
put""
put""
put""
put""
put""
put""
put""
put""
delay(1000)
cls
var Pick:string
put"pick whitee or bluee"
get Pick
if Pick="blue" then put"you picked blue"
elsif Pick="white" then put"you picked white"
delay(1000)
cls
put" Round One"
delay(500)
put "Fight"
delay(500)
drawoval(200,200,50,50,white)
drawoval(500,200,50,50,blue)
end if
Sponsor
Sponsor
Sponsor
sponsor
Cervantes




PostPosted: Mon Oct 31, 2005 8:40 pm   Post subject: (No subject)

First, welcome to CompSci.ca Smile

Second, moved to Turing Help, since you're asking for help.

Third, oh my god. It looks like you're trying to make Mortal Kombat, except you are going to do it with... put, vars, get, and drawfilloval.

Check out The Turing Walkthrough. Work your way forward. There's a lot to learn before you can make Mortal Kombat.

Best of luck, and feel free to ask any more questions you might have!
codemage




PostPosted: Tue Nov 01, 2005 9:32 am   Post subject: (No subject)

Yeah. Start with FOR loops. That'll save you lots of work like doing:
put ""
put ""
put ""
put ""
etc... over and over
beard0




PostPosted: Tue Nov 01, 2005 9:58 am   Post subject: (No subject)

codemage wrote:
Yeah. Start with FOR loops. That'll save you lots of work like doing:
put ""
put ""
put ""
put ""
etc... over and over


For the above case, don't use a for loop, use locate(row,col).
Tony




PostPosted: Tue Nov 01, 2005 10:24 am   Post subject: (No subject)

I wonder if there's a way to make it more obvious the the user has been banned Thinking
beard0




PostPosted: Tue Nov 01, 2005 10:57 am   Post subject: (No subject)

Tony wrote:
I wonder if there's a way to make it more obvious the the user has been banned Thinking


oops.

Perhaps the "post reply" button could change to reflect the fact that a poster in the topic had been banned, much like it does for locked topics (only it wouldn't be locked Wink).
[Gandalf]




PostPosted: Tue Nov 01, 2005 4:50 pm   Post subject: (No subject)

Or maybe all their post table cell background should be red Wink
Cervantes




PostPosted: Tue Nov 01, 2005 5:37 pm   Post subject: (No subject)

That was perfectly good kindness I spent there, too!
I wish I could've banned him. :p
Sponsor
Sponsor
Sponsor
sponsor
MysticVegeta




PostPosted: Tue Nov 01, 2005 7:03 pm   Post subject: (No subject)

what did he do to get banned? I dont see any problem in his post except for the fact that he has just started compsci...
[Gandalf]




PostPosted: Wed Nov 02, 2005 12:24 am   Post subject: (No subject)

Ah, but you should check his other posts...

*edit* Heh, but those posts seem to be deleted...
Tony




PostPosted: Wed Nov 02, 2005 11:43 am   Post subject: (No subject)

[Gandalf] wrote:
*edit* Heh, but those posts seem to be deleted...
no, we keep records of those in our "special" area. Anyone is welcome to request information about a ban. Those interested could PM me.
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  [ 11 Posts ]
Jump to:   


Style:  
Search: