User Tag List

Results 1 to 7 of 7

Thread: Create Copy Problem?

  1. #1
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Create Copy Problem?

    Hi, it seems to copy the amount there currently is in the frame each time which is not what i need to do, i want to create a single new object each time, i have created a quick example of what i mean, no doubt theres a way to change this so it does not double but makes a single new item? Thanks

    Attached files Attached files

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Create Copy Problem?

    Fixed. Read the new string for an explanation.
    Attached files Attached files

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Create Copy Problem?

    Thanks Jaffob it now works great but i have now come across a new problem, details in the string -

    Attached files Attached files

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Create Copy Problem?

    If the problem is just having it read 1 and not 0, set the counter to Alterable Value A("Active") + 1.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Create Copy Problem?

    If the problem is just having it read 1 and not 0, set the counter to Alterable Value A("Active") + 1.
    Hi, no actually i mean something else, if this makes sense when you have multiple copys and click them, from the left the id's show like this -

    4,3,2,1,0

    However from the left i would need it to go -

    0,1,2,3,4

    etc if that makes sense so it appears to create the id's from the wrong side.

  6. #6
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Create Copy Problem?

    Code:
    (NObjects("Active")-1) - Alterable Value A("Active")

  7. #7
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Create Copy Problem?

    Thanks that code works great

Similar Threads

  1. windows 8 copy and paste problem
    By brett in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 20th May 2013, 09:49 PM
  2. Problem with copy and paste
    By Deathkiller in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 10th April 2013, 01:54 PM
  3. Help needed: How to copy and create new actives?
    By Julian82 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 17th June 2012, 10:29 AM
  4. file object won't copy? or create new directory?
    By Skeets in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 23rd June 2010, 10:37 PM
  5. File Copy Problem
    By Pxl_Buzzard in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 28th November 2006, 11:15 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
  •