The Daily Click ::. Forums ::. Klik Coding Help ::. Smoke in MMF2
 

Post Reply  Post Oekaki 
 

Posted By Message

-Liam-

Cake Addict

Registered
  06/12/2008
Points
  556

Wii OwnerIt's-a me, Mario!Hero of TimeStrawberry
4th June, 2013 at 04/06/2013 23:32:25 -

What's the best method to create a smoke effect in MMF2? Like a dusty/mistiness looming at the bottom of a gloomy cave. It seems like a difficult thing to achieve, as I've noticed if I export a shadow from Photoshop and import it into MMF2 a lot of the transparency data is lost. Thinking about it, this might have something to do with "compress graphics" or whatever the option is for the iOS exporter.

If you have any tips of actually drawing dust then I'd appreciate that. I see a lot of glows and other similar effects in MMF projects from time to time, but don't know how they're done.

 
Image

Tell 'em Babs is 'ere...

s-m-r

Slow-Motion Riot

Registered
  04/06/2006
Points
  1078

Candle
5th June, 2013 at 05/06/2013 03:57:34 -

I don't have the iOS exporter, but for the Flash exporter you can adjust the transparency of objects.

Right-click on the object in your event list, then select:

Effect -> Compatibility -> Set Transparency

Treat it just like you were adjusting the transparency coefficient (that is, use a number from 0 to 128 .). The higher the number, the more transparent the object becomes. You will need to Always set this coefficient to an Alterable Value if you want it to change via runtime.

As for other effects, I'd combine adjusting the transparency with stretching the X axis of the object, and maybe layering more than one on top of another. Slowly move them up and down, and you have some eerie ground mist.

For puffs of smoke, I'd suggest combining the two effects mentioned above, but rapidly increase both the transparency coefficient and the X scale. You'll see it stretch quickly to the left and right, as well as disappear. For this, you'll definitely need to link the coefficient to an Alterable Value or something like that.

When an object's Alterable Value is equal to or greater than 128, Destroy the Object.

Just a few thoughts, taking for granted that there's a "compatibility" option in the Effect for an Active Object. Hope it's useful.

Edited by s-m-r

 
n/a

UrbanMonk

BRING BACK MITCH

Registered
  07/07/2008
Points
  49566

Has Donated, Thank You!Little Pirate!ARGH SignKliktober Special Award TagPicture Me This Round 33 Winner!The Outlaw!VIP MemberHasslevania 2!I am an April FoolKitty
Picture Me This Round 32 Winner!Picture Me This Round 42 Winner!Picture Me This Round 44 Winner!Picture Me This Round 53 Winner!
5th June, 2013 at 05/06/2013 04:56:43 -

Export the image as a png 32.
Import into mmf using the import dialog inside the animation editor.

It should retain it's transparency. It does for me!

The compress graphics option can be toggled on/off for each object individually! Check the object properties and turn compression off for the effect object!
Tbh it doesn't really give that much of a performance boost to compress the graphics though, so you should prolly try turning it off first.

 
n/a

jamesh



Registered
  28/02/2012 15:24:25
Points
  381
5th June, 2013 at 05/06/2013 11:37:55 -

Try this? http://www.diybandits.com.au/MMF/tutorial_fog1.html

 
n/a

nim



Registered
  17/05/2002
Points
  7233
5th June, 2013 at 05/06/2013 13:13:01 -

I liked how the rain effect (similar to fog, I suppose?) in ArcaneTale was done: http://www.youtube.com/watch?feature=player_detailpage&v=4ouWEbvlpLQ#t=227s I don't work with HWA but it looks like a couple of large greyscale "Photoshop clouds" images with transparency or additive blending.

 
//

-Liam-

Cake Addict

Registered
  06/12/2008
Points
  556

Wii OwnerIt's-a me, Mario!Hero of TimeStrawberry
5th June, 2013 at 05/06/2013 18:13:28 -

Thank you, everyone - The information here is all really useful to me. I had a feeling some may use the Photoshop clouds for this, but wasn't sure about how MMF handled blend modes. A lot of mine seem to be disabled (probably an iOS limitation) but 'add' is there and seems to work well for a few things.

 
Image

Tell 'em Babs is 'ere...
   

Post Reply



 



Advertisement

Worth A Click