Hi, I need help with the following matters, please help!
How do I import a database into construct?
For example, can I create a 2 dimension array (width 2 and height about 50)with preset values and get my game to load the array when I start the layout?
How do I get my game to retrieve specific values from my array?
For example, in my puzzle game. The player need to key in a 4 digit number code. Upon entering the code, I want the game to search the above mentioned array in the first column for the code and then flash the corresponding text (word)
Code Solution
1234 X men
4578 Bugs Bunny
7865 Ferrari
using the mock up, I want the game to show "X-men" when the player keys in "1234" as the code
Will appreciate any Help I can get! Thanks!