User Tag List

Results 1 to 5 of 5

Thread: Auto loading pics in sequence?

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export Module
    Tiny's Avatar
    Join Date
    Jul 2006
    Location
    Sweden
    Posts
    598
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Auto loading pics in sequence?

    I need suggestions from you experts.

    [color:#006600]---- set up -----
    User receives a variable eg "SadH"
    "SadH" can have a number 0 to 11

    There are 11 picture objects in which a pic will be loaded based on the variable.
    "SadH" = 3 should result in a pic in img01, img02 and img03.
    -------------------[/color]

    I can make an event for each pic eg:

    SadH = 1
    put pic in img01
    SadH = 2
    put pic in img01 and img02

    But that isn't very pretty, there got to be a smarter way of doing it.
    So, how can I distribute the pics with as few events as possible?



  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Apr 2009
    Location
    Florida
    Posts
    153
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto loading pics in sequence?

    not quite sure i know exactly what your refering to...
    but i'll give it a shot.

    create one active object and load 1 image into direction 1, then load image 2 into direction2 etc for all images.
    that way given what ever the variable is, you can display the particular direction of the active to display that image.


  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)

    Re: Auto loading pics in sequence?

    Very brief explanation since I am in a hurry

    Only have one active piture object. At start of level use fastloops to create them dynamically.

    On load image, use another loop to fill the images.

  4. #4
    No Products Registered

    Join Date
    Aug 2007
    Location
    DK
    Posts
    278
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto loading pics in sequence?

    Hi try this:

    Im not sure if you need this, and if you a loop killer , plz do that. But this is very simple and ready going without any loops. Use a counter will do the same

    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=174709&#Post174 709

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export Module
    Tiny's Avatar
    Join Date
    Jul 2006
    Location
    Sweden
    Posts
    598
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto loading pics in sequence?

    Thank you guys for great and useful ideas. Think I may be able to solve it prettier now. :grin:

    It needs to be flexible since I have 74 different variables and they need to be able to load pics after each other.
    So if variable SadH = 3 (3 pics are loaded), variable bucket01 = 1 (1 pic is loaded after the previous 3) and so on until all 11 images are filled.
    If that made sense.

    Again, thanks!


Similar Threads

  1. Importing multiple pics at once
    By dascribe in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 11th May 2020, 08:01 PM
  2. Pics Land
    By Joseclick2011 in forum iOS Released Games & Apps
    Replies: 0
    Last Post: 11th May 2013, 01:26 PM
  3. Pics Word
    By Joseclick2011 in forum Android Released Games & Apps
    Replies: 0
    Last Post: 1st May 2013, 12:08 AM
  4. Auto loading pics in sequence
    By DJ_Wild in forum File Archive
    Replies: 0
    Last Post: 28th January 2010, 03:00 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
  •