User Tag List

Results 1 to 3 of 3

Thread: How to make debris fly in an arc?

  1. #1
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    How to make debris fly in an arc?

    Okay, the image below shows the pattern of movement I want to have happen! I need to have debris fly in an arc (think of Super Mario Bros. when you bust a block, pieces of debris go flying out in an arc. That's what I'm trying to do here).



    If someone can provide me with some sort of code to do this, I'd greatly appreciate it!

  2. #2
    No Products Registered

    Join Date
    Aug 2006
    Location
    Westcountry, UK
    Posts
    862
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make debris fly in an arc?

    Oh that looks like a perfect sine wave.

    Start to End lets say is between 0 and 180.
    • Z = Position along the path (and some form of rotation)
    • A = Amplitude
    • B = Length (inverse multiplier)
    [events]
    *Always
    - [obj_active] set x position to (Z)
    - [obj_active] set y position to (A*sin(B*Z))
    [/events]

  3. #3
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make debris fly in an arc?

    ok thanks! got it to work!

Similar Threads

  1. Shrapnel/Debris without using Pinball movement
    By Atherton in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 20th August 2009, 02:40 PM
  2. How to make?
    By PolSito in forum File Archive
    Replies: 1
    Last Post: 8th June 2009, 10:37 PM
  3. Bug - Background Object leaves debris
    By Dines in forum File Archive
    Replies: 3
    Last Post: 2nd March 2007, 04:11 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
  •