User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Object auto move multiple directions

  1. #1
    No Products Registered

    Join Date
    Jun 2016
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Object auto move multiple directions

    I'm new to CF2.5. I'm working on my first project and I'm a bit stuck. I'm want my "player" to auto move in what ever direction I've pressed. For example if I press right arrow it should keep moving right without me keeping right arrow pressed, then press down and continue to move down, same for left and up and it should also not do a 180 turn, basically from moving right you can only go up or dowm and from down either left or right etc.

    Hope this all makes sense.

    Hope I've posted this in the right place.

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,307
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Hmm... the bouncing ball movement can actually be useful for basic custom movements like that.

    Have a look at this tutorial to get an idea on what I mean: http://www.clickteam.com/creation_materials/tutorials/download/SmellyClaw.zip

  3. #3
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    You can make a Repeat option until another key is pressed, or when you hit an object.

  4. #4
    No Products Registered

    Join Date
    Jun 2016
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks all, I'll give both options a try.

  5. #5
    No Products Registered

    Join Date
    Jun 2016
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so the bouncing ball does the trick, now just need to figure out the if it moves in a direction, you can go in the opposite direction, only 90 degree turns allowed.

  6. #6
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    I don't think the Bouncing ball would be the solution.
    Why not use the 8 directional movement ?

  7. #7
    No Products Registered

    Join Date
    Jun 2016
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've tried the 8 directional, limiting it only to the 4 directions, U, R, D, L, but then I can't figure out how to make it continuously move on the direction of arrow pressed without keeping the button pressed. I know I'm missing something, and is probably easy, but still finding my way around this software though.

  8. #8
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    make an group with a movement to 1 direction, and make it repeat with "Always"
    and disable the group.

    then make an event upon pressing a key - Activate group "the one you created"
    now that one keeps repeating whatever you put in there

    then make another event with upon pressing "a" then disable group "the one you created"

  9. #9
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    KLiK-iT's Avatar
    Join Date
    Sep 2011
    Location
    New Jersey
    Posts
    2,852
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Here is what you're looking for. Very simple. Hope this helps.
    Attached files Attached files

  10. #10
    No Products Registered

    Join Date
    Jun 2016
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, exactly what I was looking for, you guys are awesome.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Make an object auto move?
    By Zallred in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 21st April 2014, 02:52 AM
  2. 8 directions: make the object move due to a general event
    By Chokito in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 20th November 2012, 12:27 AM
  3. objects and 8-directions move
    By qenio in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 8th January 2011, 01:45 PM
  4. Won't move in certain Directions
    By kjellm87 in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 9th March 2009, 07:30 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
  •