User Tag List

Results 1 to 3 of 3

Thread: Benefits of using Python scripting?

  1. #1
    Clicker Multimedia Fusion 2

    Join Date
    Aug 2014
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Benefits of using Python scripting?

    What are the benefits of using Python scripts & in what types of situations would you use them?

  2. #2
    Clicker Multimedia Fusion 2

    Join Date
    Aug 2014
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone answer this? I'm new to Fusion.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Ryan's Avatar
    Join Date
    Nov 2008
    Location
    Australia
    Posts
    1,279
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think you'd probably get a bit better performance for complex algorithms than the event editor. You could also write re-usable functions.

    For example, pathfinding is very CPU heavy, it would be complex to code the event editor, it also would be difficult to copy from one game to another. However, the logic for pathfinding is the same in every game (there's slightly different algorithms, but the principle is very similar), so having a pathfinding function in python may allow you to more easily use your algorithms between different games.

    It's not necessarily used for improved performance though, some people may have stuff written in python that they don't want to convert to the event editor, so they can have the two talk to each other.

Similar Threads

  1. Python not working correctly when exported (and Python with iOS)
    By iOSC in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 20th April 2013, 12:10 PM
  2. Python Object - Get Python Variables from MMF2
    By DizzyDoo in forum Python Scripting
    Replies: 2
    Last Post: 26th December 2011, 01:57 PM
  3. Python Scripting - Extension
    By Jeff in forum Python Scripting
    Replies: 24
    Last Post: 23rd August 2010, 05:00 PM
  4. Benefits for MMF2 user on getting Dev Version?
    By N64Mario in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 12th October 2009, 09:01 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
  •