• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Windows [SOLVED] Corrupt GM:S Install and Re-Install? (Screens)

A

Adam Martinez

Guest
Hello,

I was having an issue in which trying to change sprites by using "sprite_index = spr_example_sprite" would just pull the first sprite from the list of saved sprites for that project. I tried re-installing but got this "Exception" message during the install. GM:S is up-and-running now but I have the same problem with the sprites.

Any ideas how to fix this problem?

Thank you ^^;;

 
A

Adam Martinez

Guest
Used quotation marks around sprite name like this
sprite_index = "spr_example_sprite"

Should be like this...
sprite_index = spr_example_sprite

Very sorry for this thread...
 
Top