User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: Graphics and Animation Question

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    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)
    JasonDarby's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    4,938
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Graphics and Animation Question

    OK this is a tech question for Francois or Andos....

    I still dont understand loading... i think you must have told me about 20 times... (I must remember...lol)... but also i have some other questions on this.

    How does MMF handle loading of a frame, does it do it at the start of the app or wait until it gets to the frame.

    What happens if a frame has alot of graphics with lots of animations?

    Is there a way to create a loading screen, that can be in place while the frame loads.

    What is the best way to handle the following (as an example)..

    I have an alien ship, this alien ship has a set of animations. BUT, I also want this ship to be customised by the player, and there could be lots of other animations that define the look of the ship, such as its colour. Is it better to handle this as separate active objects, with their animations, or a single active with many many different animations and ship designs.

    Can MMF load graphics at runtime while in the frame?

    I am making a game that will require lots of variation, and just trying to understand how MMF could handle this.

    Sorry if some of these questions are stupid, but i think this kind of questioning on the usage of larger scale use/loading of files will be very important.. so the better i understand it the better for my games but also explaining it to others

    Jason

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: Graphics and Animation Question

    - The frame is loaded before it begins, not at the start of the app.
    - Lots of graphics -> longer loading time
    - The previous frame should remain displayed until the new one has loaded : you can turn it into a loading screen.
    - I think it would be simpler for you as multiple objects, and you access them with qualifiers
    - MMF cannot load graphics in runtime (for v3)
    Actually MMF is not very suitable to do what you want to do, as it does not allow the lading of skins for objects at runtime...

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jan 2009
    Posts
    1,052
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Graphics and Animation Question

    > The previous frame should remain displayed until the new one has loaded : you can turn it into a loading screen.

    Say you convert the previous frame to a loading screen, the thing is, when you move/jump to the next frame, will animations in the previous frame play until the new one is loaded? Like a sort of "Async Jump to"?

  4. #4
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    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)
    JasonDarby's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    4,938
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: Graphics and Animation Question

    Thanks Francois, Yeah certainly some of that is useful for MMF3, to start thinking about the whole data pipeline situation, and making it more powerful,

    For the Loading screens(which would be really useful), perhaps there could be a checkbox for stating a frame is a loading frame? and a condition to check when the frame has loaded?

    Or can that be done right now?

    Jason

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: Graphics and Animation Question

    Correct ùme if I'wronng, but I think the display of the previous frame stay on screen until the next one is drawn. This could be a loading screen...

  6. #6
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jan 2009
    Posts
    1,052
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Graphics and Animation Question

    One question: are animations played in that frame while loading the next one? Or is it drawn as a still?

  7. #7
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Graphics and Animation Question

    They will be paused. When you call a jump to the next frame it would be wrong to let any frame continue running anyway while the next loads.

  8. #8
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jan 2009
    Posts
    1,052
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Graphics and Animation Question

    We'll need an "async jump to" action in MMF3 ...

  9. #9
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jan 2009
    Posts
    1,052
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Graphics and Animation Question

    Speaking about pause ... is there a way to unpause an application with other events than keyboard input?

    Say that I want to use the pause feature of MMF in my iphone game, but only unpause the game if the player touches an object, an area of the screen, or anywhere on the screen.

  10. #10
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    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)
    JasonDarby's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    4,938
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: Graphics and Animation Question

    <i>Correct ùme if I'wronng, but I think the display of the previous frame stay on screen until the next one is drawn. This could be a loading screen...</i>

    So i could just create a simple frame with the word "loading" on it, and then once the next frame has loaded it will jump straight to it.. cool

    Would be nice if we could in the future (mmf3) get how much of the frame has loaded and put that into a loading type counter... or have animations on the loading screen... but the solution sounds fine for this version


    Jason

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Question about graphics pack
    By ginoblefari in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 2nd January 2013, 11:44 PM
  2. Graphics question
    By Earl in forum iOS Export Module Version 2.0
    Replies: 7
    Last Post: 11th July 2012, 10:12 AM
  3. Importing graphics into MMF2 question
    By nimbus in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 16th March 2009, 08:54 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
  •