User Tag List

Results 1 to 3 of 3

Thread: Help with Magicdeque

  1. #1
    Clicker Fusion 2.5 Developer

    Join Date
    Nov 2013
    Location
    Los Angeles
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help with Magicdeque

    The task is simple I have set up a string array in Magicdeque, how do I get the strings in the array to display. for each(magicdeque:current Element) and displayText (currentElement); display text in the screen in a text place holder.

    For the moment I have seen no options of displaying string from Magicdeque which doesn't make sense so there must be a wway of doing it.

  2. #2
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Sep 2006
    Posts
    1,544
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    MagicDeque has no way to directly display its contents. It has no display functions, it is simply a data storage extension, and you have to use other objects to display its contents.
    What you can do is use a string object, setting its "alterable string" to the contents of the magicdeque. If you wanted to display all elements at once, you could loop through the magicdeque, and foreach(magicdeque:current Element), set alterable string of "string" to ($alterable string("string") + $newline + currentElement("magicdeque"))

    Here's a quick example file
    MagicDequeExample.mfa

  3. #3
    Clicker Fusion 2.5 Developer

    Join Date
    Nov 2013
    Location
    Los Angeles
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you, so much Pixel. You don't know by any chance how to display text on what I call a card object by any chance?

Similar Threads

  1. MagicDeque?
    By GameDreamsX in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 9th March 2010, 03:15 PM
  2. MagicDeque example missing extension
    By GeneG in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 17th July 2006, 10:49 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
  •