finished final game
Author |
Message |
skyler
|
Posted: Mon Jun 05, 2006 10:51 pm Post subject: finished final game |
|
|
THis is my final game for school and it is kinda like "Who wants to be a millionaire", and i almost completed it, its 99.99999999999994 precent complete , there r a few things that i have to change or adjust, anyway here is the file and feel free to comment on the game, and by the way it may be a little bit messy, because i'm still a beginner, also if any could tell me how to go back to the main screen which has the question and its choices after choosing the phone or audience option ???????? THANK YOU
Description: |
WHO WANTS TO BE MILLIONAIRE in 5 MINUTES |
|
Download |
Filename: |
Who wants to be a millionaire.T |
Filesize: |
41.42 KB |
Downloaded: |
123 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Mr. T
|
Posted: Mon Jun 05, 2006 11:15 pm Post subject: Alex's Opinion |
|
|
Nice Graphics.
Must have been quite tidious.
|
|
|
|
|
|
Guest
|
Posted: Tue Jun 06, 2006 3:14 pm Post subject: Suggestions |
|
|
If you didn't hand it in yet, read up on Input.Flush. If I have an invalid entry and keep hitting enter, it will show up "INVALID ENTRY" per times you hit enter.
BTW Nice fake loading bar, hehehe.
|
|
|
|
|
|
upthescale
|
Posted: Tue Jun 06, 2006 4:23 pm Post subject: (No subject) |
|
|
wut is the point in loading bars? just fer the looks?
i cudnt blieve my eyes, i wasl ook fer a Pic,.ScreenLoad somewhere but then i said, there isnt a dfolder fer thep ics, great graphics the best ive seen yet (liek the south park hands)
|
|
|
|
|
|
Clayton
|
Posted: Tue Jun 06, 2006 4:29 pm Post subject: (No subject) |
|
|
hm not bad, however i see you still have a problem with your input at the start i told you this before (and so did TheOneTrueGod) about your "start" thingy, it just doesnt cover inputs such as "StaRt" or "sTARt" etc, if you have to use a choice input with more than one letter use Str.Upper or Str.Lower, also, on the third question something happened and the text went all weird on me, consider checking into that, now all you have to do is have a library of questions for each difficulty and have them chosen randomly so there would be more replay value
|
|
|
|
|
|
skyler
|
Posted: Wed Jun 07, 2006 12:57 pm Post subject: (No subject) |
|
|
Thank you all for you replies , and for the input at the beginning i'll try to work on it , but you didn't answer my question ???
|
|
|
|
|
|
Johno
|
Posted: Wed Jun 07, 2006 4:45 pm Post subject: (No subject) |
|
|
Mouse.ButtonChoose
|
|
|
|
|
|
Clayton
|
Posted: Wed Jun 07, 2006 7:59 pm Post subject: (No subject) |
|
|
its not that hard.... just stick a Str.Upper in your exit condition
Turing: |
loop
get startWord
exit when Str.Upper(startWord )="ZZZ"
end loop
|
that easy...
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
skyler
|
Posted: Wed Jun 07, 2006 10:16 pm Post subject: (No subject) |
|
|
Thank you SuperFreak82 for your help, it made my game better, but the main thing i'm having trouble to do is how to go back to the main screen which has the question and its choices after choosing the phone or audience option ????????
If anyone could help me with that i'd really be gratefull THANK YOU
|
|
|
|
|
|
skyler
|
Posted: Thu Jun 08, 2006 6:41 pm Post subject: (No subject) |
|
|
come one guys help me out here , i have to hand in my game tomorrow, so can any one help me with the problem i mentioned before???
THANK YOU
|
|
|
|
|
|
Clayton
|
Posted: Thu Jun 08, 2006 10:27 pm Post subject: (No subject) |
|
|
draw a flowchart (i know its a pain in the ass), it will help you see the flow of your program and will encourage you to figure out how to problem solve us just telling you where to stick a loop or procedure or whatever wont help you
|
|
|
|
|
|
|
|