Simulator not responding to changes in .lua files

Hi Everyone

I’m a CompSci student new to lua and Corona. I’m trying to do the final edit on my final project and put in music, sound effects etc, but when I do make changes and relaunch the simulator, they don’t build, and the project remains exactly the same. Even dramatic edits like taking away gravity or changing variable values does nothing in the simulator, even though they are saved in the .lua files. The simulator auto-relaunches still, it just doesn’t make any of the new adjustments.
Help with this problem? [import]uid: 205316 topic_id: 34077 reply_id: 334077[/import]

Are you getting any messages in your terminal that would indicate a problem? Put in some prints to make sure the code you are trying to execute actually executes.
[import]uid: 199310 topic_id: 34077 reply_id: 135514[/import]

Are you getting any messages in your terminal that would indicate a problem? Put in some prints to make sure the code you are trying to execute actually executes.
[import]uid: 199310 topic_id: 34077 reply_id: 135514[/import]

This might sound patronising, but are you making changes in one folder, and running the simulator from another folder by mistake?

A few times I’ve made changes locally, but accidentally had the simulator running the previous version which was in Dropbox. [import]uid: 84115 topic_id: 34077 reply_id: 135884[/import]

This might sound patronising, but are you making changes in one folder, and running the simulator from another folder by mistake?

A few times I’ve made changes locally, but accidentally had the simulator running the previous version which was in Dropbox. [import]uid: 84115 topic_id: 34077 reply_id: 135884[/import]