User Tag List

Results 1 to 4 of 4

Thread: I need a faster path movement

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    I need a faster path movement

    hello. I've got a 1024x768 screen. I want to move an active across the screen very quickly... like, in half a second or so. The max speed of 100 for the path movement isn't fast enough. What are some suggestions to make this happen?

    thanks!

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS 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
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: I need a faster path movement

    You could either use the Move-It object or figure it out manually and use events - it should be something like:
    X = 1.0 * X1 + ( ( X2 - X1 ) * step / distance )
    Y = 1.0 * Y1 + ( ( Y2 - Y1 ) * step / distance )
    Distance = Sqr( ( X1 - X2 ) pow 2 ) + ( ( Y1 - Y2 ) pow 2 ) )
    Step += Speed
    .:::.Joshtek.:::.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: I need a faster path movement

    right now I think I'm doing something like that, but not using the Move It object. I'm saying:

    Every 1/100th of a second, Set Position of Active to X Cord. of Active + 100...

    do you think the Move It object might be smoother? I'll try it now..

    thanks!

  4. #4
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: I need a faster path movement

    dude! this Move It object is great!!!! Everything is done in one easy event!!! great deal. thanks for the tip!

Similar Threads

  1. How to make path movements without path movement?
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 25th February 2012, 06:49 PM
  2. Path movement much faster in XNA
    By K1kk0z90 in forum XNA Export Module Version 2.0
    Replies: 0
    Last Post: 13th June 2011, 10:55 AM
  3. Faster Fast Loop Movement......in Flash
    By Eliyahu in forum SWF/Flash Export Module Version 2.0
    Replies: 8
    Last Post: 28th January 2011, 09:34 PM
  4. Path Maker (Advanced Path Movement) for BIG levels
    By StingRay in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 22nd June 2010, 02:14 PM
  5. Path Maker for Advanced Path Movement
    By Willi Leopold in forum Extension Development
    Replies: 9
    Last Post: 15th November 2006, 03:23 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
  •