Hello there Scirra Community,
I have downloaded some capx files from other posts showing me how to solve some problems, but after saving the capx files I can't seem to run it. I get the Failed to Open Project error. Cannot find object texture file 'GreenFelt.png' in the project texture folder. Check the file has been renamed or removed. Under element: c2project \ object-folder \ object-type Line 21, column 9
I don't think I'm missing anything because I just downloaded it and opened it. Am I missing anything?
I'm also currently want to make a simple game where I click on a sprite (which in this case is Stewie from Family Guy) and it would play a dialogue of his. I want to put these dialogue (which are sound/music files) into an array and have it randomize every time I click on the sprite. I can't seem to find any guides on setting a value on a array that isn't a number or word. I also am not sure on how to randomize the array so that once I have the X value selected it would play the dialogue. The array is only 1 dimensional so there isn't nothing too complex about the game.
Thanks for your help! I really appreciate it.