User Tag List

Results 1 to 5 of 5

Thread: frame

  1. #1
    No Products Registered

    Join Date
    Oct 2007
    Posts
    22
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    frame

    how can you get data from another object in another frame?

  2. #2
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: frame

    You could
    - Save the data in a global value or string
    - Save the data in a global array
    - Save the data in an INI or other storage object

    Then load it up in the other frame and use it

  3. #3
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: frame

    Or make the object itself Global...

  4. #4
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Sep 2006
    Posts
    1,544
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: frame

    When you switch frames, all "Data" in that frame is lost. You need to save the data somehow (preferably .INI, an array, or a global value) BEFORE you switch frames, and then you can retrieve it from that after you switch frames.


    Making an object global will give you some limited success, some things like alterable values will be stored from frame to frame, but some things like animations and positions, will not.

  5. #5
    No Products Registered

    Join Date
    Oct 2007
    Posts
    22
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: frame

    how do you get th ini file data into the next frame?

Similar Threads

  1. Replies: 1
    Last Post: 17th January 2013, 03:29 AM
  2. [BUG] X Right Frame expression return X Left Frame position
    By mobichan in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 18th October 2012, 02:08 PM
  3. Frame Properties > Keep display from previous frame not working - Beta9
    By AyreGuitar in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 31st May 2012, 08:49 AM
  4. Fade In Frame After Video Frame dont work
    By StingRay in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 2nd March 2012, 06:59 AM
  5. [Bug] Jump to frame shows strangeness before starting actual frame
    By AdamDobay in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 19th November 2011, 09:41 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
  •