User Tag List

Results 1 to 7 of 7

Thread: Objects Will Not Delete

  1. #1
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export Module

    Join Date
    Sep 2006
    Posts
    209
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Objects Will Not Delete

    Lately I've been having a strange problem: When I delete an object from a frame it doesn't actually delete. It disappears from the workspace area but it's still there in the list and the Event Editor. What's up?

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleFirefly 3D Module
    aenever's Avatar
    Join Date
    Jun 2013
    Posts
    1,554
    Mentioned
    34 Post(s)
    Tagged
    0 Thread(s)
    It may seem strange at first yet every user will be glad it works that way because if an object is referred to in an event, Fusion will keep the object in it's memory because your code says it's still needed. If you truly want to get rid of an object for good, delete the code that is referenced to that object, then delete the object in the frame editor (both on the left object select area and from the frame itself). Save your file, then quit Fusion. Restart your file and it will be gone forever

  3. #3
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export Module

    Join Date
    Sep 2006
    Posts
    209
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's a big change, I don't know how I missed that in the release notes (assuming it's in there). I liked the old way MUCH better, where it would just tell you that the object was being used and ask if you're sure you want to delete it. Having to restart after deleting something is extremely annoying. Is this really a new "feature?"

  4. #4
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleFirefly 3D Module
    aenever's Avatar
    Join Date
    Jun 2013
    Posts
    1,554
    Mentioned
    34 Post(s)
    Tagged
    0 Thread(s)
    I never said it's a new feature, as far as I know it has always worked like that (even in MMF). Just to clarify I only suggested a restart because you said you were having trouble deleting an object. The process doesn't need a restart to work, yet It's a logical step to ensure that your object has in fact been removed.

    In some of my games I want an object to only be on screen when I tell it to be created. If I deleted the object and the code was deleted too it would be a major limitation. Therefore it's a needed feature, and therefore the only way to delete an object is to delete it and it's code. If one bit of code remains the object won't be deleted.

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,307
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    If you don't have any events that create the object at runtime, though, then deleting every instance of the object from the frame is supposed to do what fwtep mentioned, it asks if you want to delete the object and deletes it and all events if you say yes. However, if you create an object at runtime (using the "Create Objects" object), then delete all instances of it from the frame editor, then it will still show up in the list of objects. This unfortunately creates bad objects on occasion (though not always), at least it used to in MMF2, which are objects that refuse to be deleted under any circumstances, even after deleting all events referencing it. I haven't really noticed bad objects occurring as much in CF2.5, and, even when you encounter them, there are ways to recover from them, but still.

  6. #6
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export Module

    Join Date
    Sep 2006
    Posts
    209
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes! Thank you happygreenfrog! It WAS because I had the objects being created. I'd forgotten about them because it was in an old inactive group. Odd though that the Create action isn't tied into the "Are you sure you want to delete this object? It is used in some Events" pop-up, and that it doesn't delete the events like it does for the other kinds of events that use those objects.

  7. #7
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleFirefly 3D Module
    aenever's Avatar
    Join Date
    Jun 2013
    Posts
    1,554
    Mentioned
    34 Post(s)
    Tagged
    0 Thread(s)
    Great to see you got it sorted.

Similar Threads

  1. Deleted objects remain in the object list, WHY?? How to delete?
    By Decoamorim in forum iOS Export Module 2.5
    Replies: 7
    Last Post: 15th April 2014, 03:05 AM
  2. Objects you cannot delete
    By Corlen in forum Multimedia Fusion 2 - Technical Support
    Replies: 28
    Last Post: 15th May 2010, 09:26 PM
  3. Is it possible to truly create/delete objects...
    By keokeo in forum Multimedia Fusion 2 - Technical Support
    Replies: 28
    Last Post: 10th May 2010, 10:40 PM
  4. I can't delete objects.
    By Viewtiful in forum Multimedia Fusion 2 - Technical Support
    Replies: 17
    Last Post: 4th August 2009, 05:53 PM
  5. Two objects overlap. Delete only one.
    By Dines in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 8th April 2007, 11:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •