User Tag List

Results 1 to 6 of 6

Thread: Some quick questions....

  1. #1
    No Products Registered

    Join Date
    May 2010
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Some quick questions....

    1.Can anyone tell me how to change the default arrow keys( in the 8 directions movement) to eg. w ,a , s ,d ?

    2. How do i make a object (a player for example) look (rotate) in the direction of the mouse ?

    3.How do i make a ball for eg. follow the mouse ?

    4.Really need help on this ,i want to make a "flashlight" effect .The small are near of a player if lighter and make the rest of the map darker ,how do i do this ?

    5.How do i make a wait function ?For eg. wait 2000 ms then do a action ... ?

    6.I can't see the library in mmf2 developer ....how do i turn it back on ?

    7.How do i make the camera center at the player and follow the player (a object)


    Please help me out with these anyone ....i just want to make my first game but i'm confused..

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Some quick questions....

    1. Go to application properties and change the player controls in one of the tabs.

    2. Make another object and always set it to XMouse and YMouse with the set X and Set Y position actions. Then make that obejct look at that mouse object with the Look At action.

    3. Same as above but with bouncing ball movement.

    4. Make an object transparent in the center and completely black everywhere else to follow the player around. The black area should be big enough to covere the entire screen.

    5. Use the function egg timer object.

    6. View -> Toolbars ->

    7. Under the frame obejct there is an action to center the scrolling on an object. Make sure the frame is bigger than the window or nothign will happen.
    Working as fast as I can on Fusion 3

  3. #3
    No Products Registered

    Join Date
    May 2010
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some quick questions....

    Thanks LB for these ,if you can (or anyone ) help me just a bit more i'l be verry happy ,i have some problems ...

    It seems that i can't select multiple objects , i tried selecting them in a box ,with control click ,i tried everywhere but it just doesn't work ,am i doing something wrong ? It's hard to paste every tile...


    2. What do i want to make :
    If a ojects speed (player) is greater than 1 (i did this)
    then play a sound (sound 1 ,a step)
    wait 500 ms then play other sound (different sound )
    then wait 1000 ms and play another sound (different sound )

    how do i do this ?

    3.When i play a sound if a object is moving it's just earrape ,how do i make it play once and play it again when the first is FINISHED ?

    4.I see that when a obj colides with another obj it haves the option to bounce ,how do i make a obj (a ball for example ) bounce faster or slower ?

    Thanks !

  4. #4
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Some quick questions....

    1. You have to hold SHIFT, not Control. Control is for dragging an object while holding Control to make another instance of it.

    2. Like I said, use the Function EggTimer. You can't enter miliseconds because MMF2's event loop only runs every 10 miliseconds.

    3. Add 'Only One Action on Event Loop" from under the special object conditions -> Limit conditions ->
    Then do the same thing for when it is stopped.

    4. Change the speed of it after it bounces, is that it? I don't know what you mean.
    Working as fast as I can on Fusion 3

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some quick questions....

    2. Or use the "Wait For" object to count frames

  6. #6
    No Products Registered

    Join Date
    May 2010
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some quick questions....

    Nevermind i found i was using a ilegal copy of mmf2 (from my friend) ,sorry for this i uninstalled right away until i have the money to buy it .

    But i apreciate all your help people ,again sorry for this .

    Got to go now since i don't have a full version of mmf and i can't use this anymore

    Well bye and sorry


Similar Threads

  1. A few quick questions.
    By redpandagames in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 22nd May 2013, 01:17 AM
  2. quick questions
    By method72 in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 10th May 2011, 11:54 AM
  3. 2 hopefully quick questions.
    By Jacob_Miller in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 7th March 2010, 12:35 AM
  4. A few quick questions
    By Toneslice in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 5th September 2008, 12:10 AM
  5. quick questions or so
    By Darke in forum The Games Factory 2 - Technical Support
    Replies: 8
    Last Post: 11th September 2007, 12:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •