User Tag List

Results 1 to 2 of 2

Thread: Object Time Limit?

  1. #1
    No Products Registered

    Join Date
    Mar 2008
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Object Time Limit?

    What is the easiest way to create a time limit for an object? For example, once the object is created I want it to destroy itself after 5 seconds. I have tried creating an alterable value for the object, and then subbing 1 from the value every second, then destroying it when the value equals 0, but it won't work. Any ideas?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,366
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: Object Time Limit?

    * always
    - object: add 1.0/FrameRate to alterable value A

    * object: alterable value a >= 5
    - destroy object

Similar Threads

  1. Request: Limit TIME PICKER Range (AndroidDialog)
    By StingRay in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 19th October 2013, 12:13 PM
  2. Score Object's limit?
    By chrilley in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 8th August 2008, 02:00 PM
  3. Object Limit
    By Almightyzentaco in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 30th May 2008, 08:46 AM
  4. 500 object limit?
    By Tommy in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 11th February 2007, 08:08 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
  •