User Tag List

Results 1 to 7 of 7

Thread: Custom List

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Custom List

    Hi,
    How would I go about creating a custom list (with text and images) from other list objects. I want to create a list like the one below.



    The borders around the image and the list items would be images, and the text would be set from various list objects.

    Thank you in advance,
    Henry

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know how to do this (preferably with Flash/iOS compatible extensions, if any are required)?

  3. #3
    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)
    - Store the headlines in a LIST object. Use other list objects for the other text, or put them all in the same list, separated by a special character:

    Item title;Line 1;Line 2
    Item title;Line 2;Line 3

    - Then simply run a fastloop through the list.

    - On each loop, create all the objects needed for the current custom list-row: Border gfx, image and 3 string objects. Get the text from the list-object by using the loopindex. If you put all in the same list, use the string tokenizer to split the text so you can put it in several string objects.

    - Place the objects relative to each other, and then multiply the height of the row with the loopindex of the loop to get the y-position.

    - Voila, you have fancy custom-made list!

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you, Popcorn, I'll give that a go. Because of the way I want to users to be able to choose an image from their computers, would I just create an active object when the loop occurred, and then use the load frame action? Would that change the other active objects created with the loop? If it did change the other ones, how would I avoid that?

    Thanks!

  5. #5
    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)
    I think load frame affects all objects of the type, but I never used that so I am not 100% sure. But does 'load frame' work on other runtimes at all?
    Maybe it is better to use the Active Picture object? Though I don't know if that is supported either..

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, I'll experiment, and see what happens

    Edit: As you said, the load frame doesn't work. Does anyone know a way of being able to have unique images in different instances of a single, created object?

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know how to do the image lists (see above)?

Similar Threads

  1. List object simply doesn't load a list file...
    By Pedro Almeida in forum iOS Export Module Version 2.0
    Replies: 6
    Last Post: 10th February 2012, 12:46 AM
  2. Request - Custom List Object
    By Game_Master in forum Extension Development
    Replies: 4
    Last Post: 2nd August 2010, 10:37 PM
  3. Custom list anyone? Solved :D with MFA :D
    By turtle in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 21st July 2010, 09:28 AM
  4. Custom list box
    By Viewtiful in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 19th September 2009, 08:16 AM
  5. Custom scrollbar for the list object
    By Sphax in forum Widgets
    Replies: 1
    Last Post: 31st July 2008, 12: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
  •