Search found 4 matches
- Sun May 15, 2016 11:17 pm
- Forum: Games
- Topic: Issues deleting objects
- Replies: 5
- Views: 8762
Re: Issues deleting objects
If it helps, there are multiple clones of a non visible, disabled object. I clone it, set it to visible then put it on a path to move.
- Sun May 15, 2016 10:17 pm
- Forum: Games
- Topic: Issues deleting objects
- Replies: 5
- Views: 8762
Re: Issues deleting objects
Removing graphic from the function and changing how I send the ID to the function stops it from crashing, but it does not delete. I used freeze in my original post, to clarify I am unable to select objects to edit, or use like the main menu button, but the program is still running, for example one o...
- Sun May 15, 2016 9:48 pm
- Forum: Games
- Topic: Issues deleting objects
- Replies: 5
- Views: 8762
Re: Issues deleting objects
When switching the function to that it now comes up with errors saying that there is no such object, and livecode completely shuts down shortly after. All variables are declared earlier in the code.
- Sun May 15, 2016 9:19 pm
- Forum: Games
- Topic: Issues deleting objects
- Replies: 5
- Views: 8762
Issues deleting objects
I am having issues with deleting my enemy graphics objects when they reach the end of the level. The program freezes, and I need to close and remove from memory to start it again. Here is the code for the delete function, it is located on the card. function deletePls toDelete delete graphic toDelete...