Slider Actor

Hey Guys I just want to know how i make a actor to slide from left to right when dragged?
I want it constrained on the horizontal line.
Any help will be much appreciated :)
P.S I'm on Windows

Comments

  • Thanks a bunch and just one more question is there a way to make a clock so when you lose it shows how long you lasted
  • bjandthekatzbjandthekatz Orlando, FlMember Posts: 1,375
    Create a real attribute and call it Time along with a boolean called dead
    after the start button is pressed (or when the level is started) & Dead is false every .1 seconds change attribute time to time+.1
    When you die change dead to true to stop the clock.
Sign In or Register to comment.