User Tag List

Results 1 to 6 of 6

Thread: 2 questions

  1. #1
    No Products Registered

    Join Date
    Nov 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    2 questions

    Hi

    Thanks for the nice forum


    I want to create some shooter game

    for example
    I make plane ( player )and if I press space buttom it will shot a missile

    but my problem is
    when I press three Buttoms in the same time (for example left + right + space )
    the plane move in these directions but not shot !

    how can i make it shot Even if I was pressed another keys .


    Second Question

    How can I make some object Follow My player in same way
    of gradius game ( I mean the red circles weapon behind the player )

    you can see it in this video


    http://www.youtube.com/watch?v=Hth9Z8OGmEM



    sorry if there any mistakes in my language writing

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2 questions

    The keys problem is probably your keyboard, not MMF. Keyboards can only recognise a certain number of keys at once, depending on the keys. Try using other keys for your controls, or try pressing all the buttons at once in another program (eg notepad) and see if the letter for the last key gets typed.

    e.g. ctrl, alt, shift are always recognised, and generally any two other keys at once.
    On a lot of more recent keyboards, special focus has been given to WASD because of their use in gaming (eg W+A+C+Space = Jump forward/left from crouch).

  3. #3
    No Products Registered

    Join Date
    Nov 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2 questions

    I checked my keyboard it's work fine in all programs
    and work good when I press Each key alone

    please check this example file
    and try to move in all directions with pressing space key to shot


    http://www.kenfleed.com/test.mfa

  4. #4
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2006
    Location
    Hampshire, UK
    Posts
    963
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2 questions

    Yes, i just tried your example and this is clearly a problem of keyboard limitations.

    Dynasofts solution works fine (using the classic WASD controls).


    If you're a beginner, you may find it a little complex to get shapes to follow an object like that, but if you feel like you can do it, we can tell you.

  5. #5
    No Products Registered

    Join Date
    Nov 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2 questions

    Yes !
    I tried Dynasofts solution and it works fine !

    thanks Dynasofts & Nick


    If you're a beginner, you may find it a little complex to get shapes to follow an object like that, but if you feel like you can do it, we can tell you.

    In fact, i am beginner but I will do my best to succeed

    so please try to explain the idea


    I am waiting




  6. #6
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2006
    Location
    Hampshire, UK
    Posts
    963
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2 questions

    Well, remember there are many ways to solve each problem.

    Personally, i would create a list of coordinates that the player travels to, then update the other object with the coordinate with a bit of a delay. Here is an example.

    http://www.nicandreb.f2s.com/downloads/examples/objectfollow.mfa
    (Right click, then click save as, otherwise it will load in Quicktime)

Similar Threads

  1. Some questions about MMF 2! D:
    By Peter_Isaac in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 6th October 2010, 01:16 PM
  2. some Questions
    By DiViNiTY in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 24th September 2010, 03:11 PM
  3. Some Questions
    By Atom in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 15th June 2009, 07:49 PM
  4. two questions please
    By piki in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 4th August 2007, 06: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
  •