provokedninja's Forum Posts

  • 7 posts
  • The problem is I don't want the force on the frame to affect the wheel. I have the wheel moving as you said with the torque that's working fine it's just trying to get the frame to pivot around the wheel smoothly without the force affecting what the wheel is doing (ie pushing wheel forward or up with the force on the frame) so you have 2 aspects to my game move (2 buttons) and balance the frame (2 buttons or slide bar) :/ but I do appreciate the help EpicPixel

  • Hi all could do with some help. I am trying make a unicycle physics game where you have 2 buttons to move forward,back ( done that ) but i cant get the unicycle frame to balance. I have tried just using force to push and pull but if the top of the frame (seat/force point) gets to low the force pushes the whole thing. I then tried to place a point above the unicycle and used force to point but the problem with this was because the force is going up and makes the unicycle abit floaty any help on this would be great.

  • thanks for the reply Lof

    I did try to have one var like you said done it the same way just added 1 per win. The problem i had with that was you could just play the 1st level over and over to unlock all the other levels. but i think it might just be easier to do it that way and hope people don't work it out.

    and il have to have a look into dictionary

    Thanks again

  • Hi how do i use webstorage to keep the levels unlocked once they have been passed. I used a simple level select tutorial i found where each level has its own global number ie level1,level2,level3 ect. they all = 0 till you pass the level and it will add 1 to unlock the next level. I have only ever used webstorage for highscores and can't work out how to adapt it for what i need it for.

    any help would be great and thanks in advance

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • brilliant thank you

  • I'm trying to generate a random score for my game. I can get it to work but its not what i want because for example i want a random score between (1,10) as in 1,2,3,4,5 ect but instead im getting 3.396574928,4.093840935 how can i fix this ? any help would be great and thanks

  • 7 posts