User Tag List

Results 1 to 8 of 8

Thread: looking for examples for fancy lazers

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Jun 2006
    Location
    St. Ave France
    Posts
    1,166
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    looking for examples for fancy lazers

    Hi everyone,


    I'm working on a side scrolling SHMUP (like R-type) but I'm having trouble finding examples for how to make some fancy lazer effects. I'm hoping to make some nice looking effects without the need of HWA. I'm especially looking for effects like beams that cleanly leave a long,fading linear trail as they travel.

    Heres some youtube examples of such beams...I'm especially interrested in ones that curve cleanly without breaking the trail.

    http://www.youtube.com/watch?v=hEh9x9pIXLA youtube example



    thanks for your help.

  2. #2
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)

    Re: looking for examples for fancy lazers

    The glowing effect and soft edge to the laser can be acheived using the Add blend mode. Add uses the grayscale value of your image to determine how transparent it will be. So, a black pixel is transparent and a white pixel is totally bright (but won't ever be opaque) This means you can have objects fade to transparent by using a gradient. So, for a laser, you can make a gradient from black to white to black across your image. Then set it to Add blend mode. You will need to tweak the image once you see what I mean, but that is the basic idea.

    To make the trails, you could just use an alterable value in the laser(active) as a timer. Then "Always" set that timer to your laser's transparency value. Put in a condition that adds to that alt. val. every frame and it will make the laser look like it is fading over time.

    As for behaviors, I'm not too good with math, so maybe others can help you out.

    Mobichan

  3. #3
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: looking for examples for fancy lazers

    mobichan,

    While I understand the concept, I'm unclear as too where these things would be found. In the picture editor in MMF? As a property of an active object? In Photoshop? Any clarification would be appreciated.

    STeve

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Jun 2006
    Location
    St. Ave France
    Posts
    1,166
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: looking for examples for fancy lazers

    thanks mobichan, but I know that aproach already and I'm looking for something smoother...never an unbroken or irregular trail...a nice, clean faded line, even when the lazer curves into graceful archs. I'm certian the basics could be done with the old overlay reduxe object, but NOT with add mode as it did not support it. I wish it were updated to support the new effects

  5. #5
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: looking for examples for fancy lazers

    Why not just use Alpha Channel in the active object animation editor!? There's no need for the old add blend... As for smooth turning why would a lazer beam turn?
    Working as fast as I can on Fusion 3

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Jun 2006
    Location
    St. Ave France
    Posts
    1,166
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: looking for examples for fancy lazers

    a lazer would turn because I want it to as the designer of the game. for the sake of gameplay, visual appeal and to stay in keeping with a long standing tradition of shmup games... Also, add mode is actually better for some effects than alpha blending...its a different effect that can looks more vibrant and energy like...theoretically its also faster for processing(framerate) and certianly requires less data. (no alpha data)

    ps. maybe there's a black hole nearbye

  7. #7
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)

    Re: looking for examples for fancy lazers

    I don't think what you want can be acheived without HWA if you plan to draw an actual line using control points or something similar. If you made the laser line from extremely small actives (like a single pixel surrounded by a radial gradient) you could make your laser very smooth looking. But it would cost alot of actives to do this and it would probably kill your framerate. Honestly, if you are trying to copy the stuff Treasure did in Gradius, then you might be using the wrong software. HWA might be your best bet.

    drnebula: Sorry, I didn't use MMF terminology. ^_^' I was talking about the "Ink Effect" under the active's properties. If you change that dropdown menu to "Add" then you are using the mode I described above.

  8. #8
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: looking for examples for fancy lazers

    Thanks mobichan, now I understand.
    Steve

Similar Threads

  1. Any 3D POV examples?
    By ardo in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 12th February 2012, 07:55 PM
  2. Fancy grafics, light/shadow on IOS
    By PandaExplosion in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 26th August 2011, 09:36 AM
  3. Advanced Question: Fancy Spinning Arrow
    By Karl in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 12th January 2011, 01:53 AM
  4. Putting Fancy Colored Title in my Instruction Page
    By OldGuy in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 1st October 2008, 08:19 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
  •