User Tag List

Results 1 to 4 of 4

Thread: Creating objects help!

  1. #1
    No Products Registered

    Join Date
    Feb 2007
    Location
    Sydney, Australia
    Posts
    1,654
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Creating objects help!

    I made an example of my game. When you clik on the diamonds it subracts 1 from alternate value A of diamond. I also did Start of frame> set alternate value of diamond

    The problem is I made it so every 5 seconds it creates more diamonds. But for some reason that very second they're created they just dissapear. Can you help me?
    Attached files Attached files

  2. #2
    No Products Registered

    Join Date
    Nov 2006
    Posts
    199
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Creating objects help!

    Oh, I know why. When you create the diamond objects, their Alterable Value A is 0, but you have an event that says to destroy the diamond objects if their Alterable Value A is 0. Maybe you should go into the object properties of the diamond object, and go to the Alterable Values and Strings section, and click the New button under where it says "Alterable Values" and set its Alterable Value A to 5, so that each time a diamond object is created, its Alterable Value A will be 5. If you did that, you could also get rid of the event that says:

    Start of Frame
    - Set Alterable Value A of [diamond object] to 5

    Hope this helps you out,

    Neonotso

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Feb 2007
    Location
    Queensland, Australia
    Posts
    317
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Creating objects help!

    You can also say:

    Every 05"00 ->
    + Create Diamond
    + Set alt val A to 5

  4. #4
    No Products Registered

    Join Date
    Feb 2007
    Location
    Sydney, Australia
    Posts
    1,654
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Creating objects help!

    ye ok its good now thanks

Similar Threads

  1. Creating objects.
    By XStar in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 13th August 2012, 11:55 PM
  2. Objects creating a line of objects to an obstacle
    By Corlen in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 15th March 2012, 08:22 PM
  3. Creating objects that don't overlap
    By mobichan in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 1st October 2009, 11:14 PM
  4. Creating objects...
    By vertigoelectric in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 30th January 2009, 02:35 PM
  5. help with Creating objects
    By makakai in forum The Games Factory 2 - Technical Support
    Replies: 4
    Last Post: 2nd October 2008, 12:22 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
  •