User Tag List

Results 1 to 5 of 5

Thread: Limited angles?

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCSWF Export Module
    N64Mario's Avatar
    Join Date
    Nov 2008
    Location
    USA
    Posts
    1,308
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)

    Limited angles?

    Well not meaning to compare or anything, but it just gained my curiosity about some things regarding in MMF. I read somewhere that MMF applications had limited angles, where Game Maker Games had more support for much more angle settings. For example, Someone was attempting to make a shoot em up game based on Xeno Fighters. The first engine being made in MMF2, but moved on and continued the engine using Game Maker instead, due to it having more angles. Mainly to make all the advanced lasers move, and curve around more like the original games.

    I'm just wondering if this is really true for MMF2 apps, and/or may become an issue for later fan games? Or if its mainly the fans/creators fault for using the wrong type of methods for events of angles?

  2. #2
    Clicker Multimedia Fusion 2
    BrandonC's Avatar
    Join Date
    Jun 2006
    Location
    PA, USA
    Posts
    931
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Limited angles?

    Elaborate on what you mean by angles, because MMF2 by default only supports 32 angles. However there is limitless amounts of other methods that you can do to escape what MMF2 has built into by default. It's actually highly recommended to anyone who uses MMF to learn how to get around the default stuff.

    To get that to work though, you need to think outside of the box a little bit.

    The simplest solution would simply be to use Angles in MMF2 rather then Directions.

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCSWF Export Module
    N64Mario's Avatar
    Join Date
    Nov 2008
    Location
    USA
    Posts
    1,308
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)

    Re: Limited angles?

    Yea. Thats kind of what I meant.

    An active object only has 32 angles by default. But with the event list editor, one can use beyond 32 angles, is that correct?

  4. #4
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Sep 2006
    Posts
    1,544
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Limited angles?

    An active object only has 32 'directions', which are used to display animation frames on the object. You can use the animation editor to put any images into these frames that you want.

    However, an active object also has a property called "Angle", which is completely seperate. This simply rotates the currently displayed image by that man degrees.


    So by using "Angle" instead of "Direction", you can rotate an object with 360 degrees instead of 32. Keep in mind that this is more complicated coding, and to use it properly you will probably need math experience in trigonometry.

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCSWF Export Module
    N64Mario's Avatar
    Join Date
    Nov 2008
    Location
    USA
    Posts
    1,308
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)

    Re: Limited angles?

    Well I'm not planning on using the angle trick soon, but I was just curious if angles had its limits of 32 as well. But since they are different from active object's directions, which are limited to 32, thought that there shouldn't be a limit to the angles in event editor.

    However, I think older, earlier versions of MMF/TGF, there were no events for angles. It was mainly limited to using object directions for angles if memory serves. Where new versions of MMF2 seem to add this feature.

Similar Threads

  1. Replies: 4
    Last Post: 2nd July 2012, 08:05 PM
  2. How limited is TGF2
    By ysys9 in forum The Games Factory 2 - Technical Support
    Replies: 6
    Last Post: 6th May 2012, 05:26 PM
  3. Limited offer
    By Phi in forum Extension Development
    Replies: 22
    Last Post: 26th April 2011, 03:53 PM
  4. MDI, is it limited?
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 8th April 2008, 08:13 AM
  5. Limited Shooting
    By camelman in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 17th March 2008, 05:03 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
  •