Game Maker's Garage Forum

Game Creation => GameMaker => Topic started by: olumzade on November 23, 2012, 01:59:25 AM

Title: retrieve data from an external source
Post by: olumzade on November 23, 2012, 01:59:25 AM
Hi,
I need to learn how to get data from an external source(database or excell sheet)

Actually i need to learn how to do theese steps:

1- retrieving a specisific data(row,column...) and show it to user,
2- get the answer from user
3- check the answer with retrieved and showed data before.
4- answer it false, right
5- return to 1. step but always different data.

That all,

Maybe this is so simple maybe not but i know i am pretty new.

Thanks in advance.
Title: Re: retrieve data from an external source
Post by: Gan on November 23, 2012, 02:08:37 AM
First question, are you spam?
Second question, you realize this is in the GameMaker subtopic. How is this related to GameMaker?
Thirdly, what language are you using?
Title: Re: retrieve data from an external source
Post by: olumzade on November 23, 2012, 03:07:43 AM
No, I am not a spam. I want to learn how to do these in gamemaker studio. I am not experienced in any language that's why i am using gamemaker.
Thank you for your answer.

will you help me
Title: Re: retrieve data from an external source
Post by: Gan on November 23, 2012, 11:57:47 AM
Sorry, no one here is familiar with YoYo's GameMaker. This subtopic is for Al's GameMaker.

You'd probably find more help here: http://gmc.yoyogames.com
Title: Re: retrieve data from an external source
Post by: Circuit on November 23, 2012, 01:04:17 PM
Yeah, wrong forum, buddy.  But I can give you a generic tip.  Unless YoYo's GM has built-in support for Excel spreadsheets, you should forget about trying to use them.  You should use CSV files instead.  Store each row/record as a line of text, and use commas to separate the columns/fields.
Title: Re: retrieve data from an external source
Post by: olumzade on November 29, 2012, 12:30:11 AM
thanks to your interest

Simply i want to make a word game. There will be about 1500 words and 1500 meaning of these word.

1. show the word (doesn't matter its source)
2. user writes the answer by keyboard.
3. check the answer
4. step 1 different word.

the data source is not important. it can be anything. Even it doesn't need to be external
Title: Re: retrieve data from an external source
Post by: Connors on November 29, 2012, 03:49:42 PM
So it's like making flash cards? To memorize something?
Title: Re: retrieve data from an external source
Post by: olumzade on November 29, 2012, 03:56:06 PM
something like.
but user must answer it by writing.
and also ,it doesn't need to be database or external source.