User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14

Thread: Flash an object to a solid color?

  1. #11
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Sep 2006
    Posts
    1,544
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    I *do* wish there were better ways to do this. In Asunder one of the deals is that I not only have enemies flash when you hit them, but go whited-out and leave behind a trail when you rewind them through time. And since it records their animation values, I could easily pull the data for tracing that onto the screen- but the trace objects have to display a hardcoded animation for each object, which limits me. I'm just doing 1-2 whited out animations in one object, for every enemy in the game. If I wanted to capture its full fluid animation properly, it would take a full copy of every animation in the whole game put into a single object, which would not just double the size of the enemies but also take up RAM footprint (enemies are load-on-call).

    I'm still researching if there was a better way to do it. Like someone working it into a surface object or something, but I haven't found anything promising.
    Screenshot of what i mean by the trails;



    The problem is, that enemy is a crow that flaps its wings, and has a 4 frame animation. Now for that one, I could go back and hardcode it so it would have 4 different 'trail' animations and use those, but I can't do that for every animation of every enemy in the whole game, and I really wish I could find a better way.

  2. #12
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Here's an example using one of Marvs examples..LOL Shoot the chicken and he will flash using an added animation like I had suggested. Please don't use my chicken graphics, Thank you.
    Attached files Attached files

  3. #13
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Sep 2006
    Posts
    1,544
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    One possibility I've thought up is blitting an object to a surface, flood filling it with white, saving that to a file (or memory) and loading it into an animation for the 2nd object, which would cache these images and pull them as needed. But it still seems awfully complicated, slow and with a thousand ways it could go wrong.

  4. #14
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    AnD4D is right... just duplicate the object and have it mimic the parent. Then make it a "flash" color. It's efficient because it's only on screen during the flash. The other ways described seem needlessly complicated and resource demanding.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Flash + 256 color palette
    By Ryan in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 25th August 2010, 03:16 AM
  2. Fading an object to solid black?
    By N64Mario in forum Multimedia Fusion 2 - Technical Support
    Replies: 16
    Last Post: 3rd March 2009, 08:15 PM
  3. Fading an object to solid black
    By Atom in forum File Archive
    Replies: 1
    Last Post: 3rd March 2009, 05:26 PM
  4. dectecting a solid object above
    By Winston in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 25th September 2008, 04:49 AM
  5. I need help making this platform engine solid.
    By jasonbuividas in forum File Archive
    Replies: 6
    Last Post: 8th June 2008, 01:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •