willhay108's Forum Posts

  • 4 posts
  • Hi guys,

    I have a c3p file here ufile.io/439ql.

    This is my first game so the code will be a bit messy, but the general idea is that it's a quiz game based on the solar system. A question at the top pops up and you select the corresponding planet as the answer and fire it to the sun, if it's correct, the next question arrives.

    However, I'm getting a random bug in which sometimes 2 questions are appearing on screen at once. This makes the question impossible to read and breaks some other functionality. While watching the debugger, it seems that sometimes the question_no int++ is being incremented more than once when it is triggered by a correct planet colliding with the sun. The behaviour happens a lot more on my tablet than it does on the mac where I'm developing it. I'm really at a loss as to why this is happening and I just don't know what to do. I'd hugely...HUGELY appreciate any help with this.

    Thanks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sure. Google "add to desktop", uwp, and nwjs.

    Is there perhaps a tutorial you could point me to? My technical ability is quite low so those terms mean very little to me,

    Thanks

  • Hi,

    I have a requirement for my game that it can be played on a tablet running windows but without internet. IS there a way to load the game onto the tablet that does not require an internet connection to work.

    I found this tutorial that states " So long as the game has been downloaded once while online, the user can play the game again after going offline." but it does not seem to explain what is meant by the game being downloaded while online.

    Thanks

  • Hi guys,

    First post here, I'm currently making a basic game in which there is an angry birds style mechanic. The idea is that a planet is selected from the bottom (the planet is tapped and placed on a catapult), and then it can be dragged and released to fire towards a target on the right hand side of the screen.

    I currently have the basic mechanic in place, I can fire my first planet (currently a placeholder) and it behaves as expected. The problem, however comes when I switch to my second planet. The planet when tapped moves to the slingshot but just falls straight through it and off the layout.

    I've been struggling for hours, trying multiple different things to no avail. I have attached the c3p file and I'd really appreciate some help to get this working.

    Thanks.

    ufile.io/edlx7

  • 4 posts