User Tag List

Results 1 to 3 of 3

Thread: run button while moving left?

  1. #1
    Clicker Fusion 2.5 (Steam)

    Join Date
    Jul 2015
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question run button while moving left?

    I'm currently using the Platform Movement object to control my character

    My character moves normally and I want him to start moving faster when the player holds the P key. I achieved this by doing this:

    Repeat while P is pressed
    Repeat while D is pressed
    Set additional X velocity to 400

    When wanting to go left I tried doing the same but this time I replaced D with A:

    Repeat while P is pressed
    Repeat while A is pressed
    Set additional X velocity to 400

    The problem is that when going left for some reason the additional velocity only causes my character to go right. How can have my character go left as well as right when running?

  2. #2

  3. #3
    Clicker Fusion 2.5 (Steam)

    Join Date
    Jul 2015
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haha, why didn't I think of that?! Thanks a lot dude, really appreciate it!! :-)

Similar Threads

  1. "User clicks with left button" doesn't work
    By Ben Laserlove in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 2nd April 2017, 11:03 PM
  2. [Bug] User Clicks with left button
    By ProdigyX in forum Android Export Module Version 2.0
    Replies: 4
    Last Post: 3rd September 2012, 04:48 AM
  3. Button is clicked condition works even when button disabled - Beta9
    By AyreGuitar in forum iOS Export Module Version 2.0
    Replies: 0
    Last Post: 29th May 2012, 02:29 PM
  4. [Bug] Repeat while left mouse button is clicked
    By ProdigyX in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 1st March 2012, 05:10 AM

Tags for this Thread

Posting Permissions

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