I'm working off an old game project and have changed symbol name 'Treasure' to 'Food' and the images inside the symbol.
Strangely the game runs fine without changing 'Treasure inside the actionscript file...
Then in the documentClass actionscript file where I change the instance of hitting a 'Treasure' to 'Food' I get the "1120: Access of undefined property Food." at..
if (otherObjects[objectNum] is Food)
Is there somewhere which I have to clear all links to symbols or something? :/ The actionscript file is definitely the one associated with the .fla - I opened it straight through the .fla's documentClass field
Thank you