User Tag List

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 30

Thread: Stupid n00b questions

  1. #11
    Clicker Multimedia Fusion 2
    dragonguy's Avatar
    Join Date
    Apr 2008
    Location
    RULE BRITANNIA!
    Posts
    3,071
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid n00b questions

    Are you using the built-in platform movement? Why not create your own or use the Platform Movement Object?

  2. #12
    No Products Registered

    Join Date
    Oct 2008
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid n00b questions

    Quote Originally Posted by dragonguy
    Are you using the built-in platform movement? Why not create your own or use the Platform Movement Object?
    You just lost me...? More information please

  3. #13
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Stupid n00b questions

    There is a tutorial on the tutorial page that goes over this
    http://www.clickteam.com/eng/learning_resources.php

    But I would caution you, based on some of your other questions you might want to run thru some of the other tutorials first before trying to build your own platform engine.

    A lot of people try to jump in too deep right away first you need to get a good grasp of the program before trying some more advanced type of projects.

  4. #14
    No Products Registered

    Join Date
    Oct 2008
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid n00b questions

    Thanks... yeah I'm not trying to do anything horribly complicated. At this point I just want my guy to shoot consistently and properly... it doesn't seem like it should be this difficult. :/

    Never had this problem with Klick n Play...

  5. #15
    No Products Registered

    Join Date
    Oct 2008
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid n00b questions

    The problem appears to be related to the "facing" issue.

    Right now I have to lines - if (dude) is facing right and player pushes fire, it fires (or creates, they both work equally well) the missile. Same for facing left.

    The problem comes in when the guy falls. Apparently his direction is replaced with down and then it won't let him fire again until he has advanced one direction or another.

    As a testament to this, I tried eliminating the direction requirements all together, and now he shoots perfectly - but only in one direction.

  6. #16
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid n00b questions

    You're right, this happens because the player is considered as facing down the way when he's moving down.

    To force shooting left or right, what I always do is keep a separate invisible object that doesn't even move - just sets its direction to left or right depending on which of those keys was last pressed - and use the direction of that for shooting rather than that of the player.

    You don't have to do anything overly complex... just one step at a time.

  7. #17
    No Products Registered

    Join Date
    Oct 2008
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid n00b questions

    Quote Originally Posted by DavidN
    You're right, this happens because the player is considered as facing down the way when he's moving down.

    To force shooting left or right, what I always do is keep a separate invisible object that doesn't even move - just sets its direction to left or right depending on which of those keys was last pressed - and use the direction of that for shooting rather than that of the player.

    You don't have to do anything overly complex... just one step at a time.
    Took the words right out of my head... I was thinking about making a counter off the screen that does this. Glad to hear that it works in advance.

    Reminds me of the Klick N Play days where I didn't even know counters existed and had an object appear to hit 9 which would then turn into an 8, etc... haha.

  8. #18
    No Products Registered

    Join Date
    Oct 2008
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid n00b questions

    Ok, next Newb question... it regards scrolling.

    I've checked out the tutorial and have figured out two ways to do it:

    A) Screen is always centered on (Dude) creating a dizzying constant-scroll

    B) Set the screen to center on (Dude) when he reaches near the edge, but then it is still jumpy.

    I'm looking for a clean effect that only comes into play when he's near the edge. You know, like Super Mario or Megaman. What am I missing?

    I'll have to fool around some more...

  9. #19
    No Products Registered

    Join Date
    Jun 2006
    Posts
    625
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid n00b questions

    you probably want something like this :

    When X Right frame - X("Player")<20
    Center horizontal display to XRight Frame + Window Width+4

    This should make a smooth (4px/frame) scrolling to the right when the player is less than 20px from the right side. Is it the kind of thing you're looking for ?

  10. #20
    No Products Registered

    Join Date
    Oct 2008
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Stupid n00b questions

    Quote Originally Posted by Corentin
    you probably want something like this :

    When X Right frame - X("Player")<20
    Center horizontal display to XRight Frame + Window Width+4

    This should make a smooth (4px/frame) scrolling to the right when the player is less than 20px from the right side. Is it the kind of thing you're looking for ?
    That sounds great, but I'm a bit confused as to how to input that into the program itself. Please forgive my newbliness.

    I've tried inputting it in a few different ways but the compy no likie... could you help me with that?

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. MMF2 N00B HELP!!!!!!!!
    By regs23 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 6th August 2009, 04:55 AM
  2. Stupid Questions
    By whiptcream13 in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 23rd September 2008, 09:49 PM
  3. MMF 2 n00b
    By parkaboy in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 22nd May 2007, 10:08 AM
  4. N00b
    By Heetu in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 25th November 2006, 11:57 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
  •