Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~579 People Reached
Favorite Forums
Favorite Tags
Member Avatar for sez90

hey there, umm so i have an array of words and now i need to be able to randomly choose one of those words when the appropriate button is clicked, its for a hangman game... i know that randomize; goes in there sumwhere... thanks heaps..

Member Avatar for Emelinn
0
87
Member Avatar for sez90

im making a game in delhi n its a hangman game n it all works but my letters dont appear in place of my question marks. can anyone look at my code for n see wat is wrong wit. ps i have the code behind each letter for the alphabet. …

Member Avatar for LLC
0
101
Member Avatar for sez90

This is probably really simple but How do i delete a form from my application Your help is appreciated

Member Avatar for radu84
0
57
Member Avatar for sez90

hi im doing a hangman game on delphi and need to randomly choose a word from an array then every letter guessed by the user for the game to check if the letter is in the word n if so place it in the appropriate place and if not build …

Member Avatar for sez90
0
117
Member Avatar for sez90

hey im in yr12 and trying to do an assignment anyway i want to b able to press a radio button and for saved words to load from a file its a hangman game im just unsure how to how to load the words from file when clicking the radio …

Member Avatar for radu84
0
143
Member Avatar for sez90

hey umm ok this is wat i've got now for loading words from a file but it still doesn't work can u help? type Words = record easywords: string [20]; mediumwords: string [20]; difficultwords: string [20]; end; var WordFile: file of words; procedure TLevelForm.EasyBtnClick(Sender: TObject); var Easywords: string; Wordfile: string; …

Member Avatar for radu84
0
74