User Tag List

Results 1 to 7 of 7

Thread: Stupid Questions

  1. #1
    No Products Registered

    Join Date
    Aug 2008
    Posts
    29
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Stupid Questions

    I'm a beginner, and my mind's blanking on these right now:

    * How do I make my character jump?

    * How do I add to lives, subtract from them, etc?

    * How do I change my character's strength, etc?

    * How do I center my character to the screen, and put the lives in the top left corner so they stay there as I move?

    I know that I should know these things, and I do, I just forgot. I checked on help and looked around the area of the software I know, but I couldn't find the answers.

    Whoops.

  2. #2
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid Questions

    Next time you post a whole bunch of questions, you really should number them to make it easier for us to reply to.

    For jumping, you just need to have a y velocity value. When the player hits the jump key, set the y velocity value to something like -10, then add 1 to that at every frame, and add that to the player's y coordinate. When they hit a platform from the top or bottom, set their velocity to 0.

    Lives? I think they work just like the counters.

    Strength... what do you mean by strength?

    For your lives, turn off 'follow frame', and for centering, look in the application object's actions, there should be a center view on object action.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,367
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid Questions

    I assume your character is using the built-in platform movement, so to make him jump, simply edit the properties of the character's movement and select a jump key.

    Lives are added or extracted in the event editor. Look for the joystick icon, you can do life action from that one.

    Please clarify what you mean by strength.

    To center the character in the screen, the frame area needs to be bigger than the game window. Then do as LazyCoder told you. The scrolling actions are found from the Storyboard controls icon, under Scrollings.

  4. #4
    No Products Registered

    Join Date
    Aug 2008
    Posts
    29
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid Questions

    Strength... At a camp I went to, I learned about strength. It was supposed to increase/ decrease how high the player would jump.

  5. #5
    No Products Registered

    Join Date
    Aug 2008
    Posts
    29
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid Questions

    And I have 8-directional movement.

  6. #6
    Clicker Multimedia Fusion 2

    Join Date
    May 2007
    Location
    NJ
    Posts
    156
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid Questions

    Please do not double post, use the edit button...

    For a jumping character, I would suggest platform movement.

    for adding/subtracting lives, set up a counter. You can double click it and then edit the frames, and create hearts or whatever you want. You do the addition/subtraction in the event editor.

    Strength Im not so sure about, although if I needed to I could figure something out.

    for centering, create condition always, and then under the checkerboard thing, right click and go scrollings>center window position in frame, then relative to your character, then the co ordinates (0,0)

  7. #7
    No Products Registered

    Join Date
    Aug 2008
    Posts
    29
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid Questions

    sorry about double posting.

    I figured out about strength and gravity.
    Thanks.

Similar Threads

  1. May be a stupid question but...
    By WEich1213 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 10th November 2013, 04:38 AM
  2. Stupid n00b questions
    By Threeleggedyoyo in forum Multimedia Fusion 2 - Technical Support
    Replies: 29
    Last Post: 8th November 2008, 12:24 PM
  3. Stupid MMF toolbars
    By Nick in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 4th September 2007, 01:58 PM
  4. Really stupid question
    By haora in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 28th August 2007, 01:23 AM
  5. Stupid question but I must ask.
    By Sam in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 26th September 2006, 11:32 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
  •