dop2000's Recent Forum Activity

  • Check out this tutorial

    construct.net/en/tutorials/supporting-multiple-screen-17

    Most common solution is to use Scale Outer mode, but you might need to make some changes to your game - bigger backgrounds, use Anchor for UI objects etc.

  • I believe you need to dowload echarts.js or echarts.min.js and put it to Scripts folder in the project. In script properties (on the left panel) select "Main script". If it doesn't work, try "Import for events".

  • I don't know which behavior you are using, so it's up to you to determine the moving angle of the player. In 8direction behavior it's Self.8Direction.MovingAngle. Or you can check which button was pressed:

    If Down key is pressed : Set angle1 to 90

    If Left key is pressed : Set angle1 to 180 etc.

    .

    angle2, the angle between the player and the yellow imagepoint:

    angle(Player.x, Player.y, Shape.ImagepointX("tag"), Shape.ImagepointY("tag"))

    And to compare them use System conditions - "Is Between angles", "Is within angle", "Is clockwise".

  • You can define an image point (or set origin point) on the shape sprite at the yellow dot:

    And then compare two angles: player movement angle, and the angle between the player and the yellow dot.

    If angle1=angle2, then rotation is not required.

    If angle2 is clockwise from angle1, rotate 90 degrees.

    If angle2 is counterclockwise from angle1, rotate 90 degrees.

    .

    You can add another condition "the difference is over 5 degrees", to avoid rounding errors.

  • But however will I still need 60 events for 60 questions?

    No, this would be a wrong approach.

    Here is a very simple example:

    dropbox.com/scl/fi/ac9jmw6dhz0ea3p98pe1s/FlyingQuiz.c3p

  • > Delete the editor window > Delete the "Dimmer"

    What do you mean by this?

  • Try different releases, until you find the one that can open your file:

    construct.net/en/make-games/releases/stable

    Or you can check which release your project was saved with - unpack it to a folder and open project.c3proj file in notepad. Look for "savedWithRelease" value.

    You can continue developing your game in old version of Construct. There may be some bugs and some export options may not work.

    To update to the latest version you'll need to fix the addon, or remove it from your project.

  • Add a second condition after it - "System Pick Nth instance" and pick instance #0

  • Press F12 and check error messages in the console, it should tell you what exactly is wrong with the file.

  • There are quite a lot of problems..

    Events 2-5 should be done with Timer behavior on the projectile.

    NEVER use "trigger once" with objects that have multiple instances. "Ray intersected" should be nested in the same event where you cast rays.

    Instead of using 4 copies of LOS behavior, you can use one and cast a ray 4 times.

    In the functions 11-17 you need to pick the correct projectile instance by UID, otherwise it won't see the newly created instance. It would be easier to just move dots creation loops to "On space pressed" event.

    It also may be easier to use an invisible Line sprite - create 20 dots on it and add them as children to the Line sprite. Then you can just adjust the position, angle and width of the Line sprite, and all dots will re-position automatically. Or use a single TiledBackground object :

    dropbox.com/scl/fi/cdvnhadvcocu207w2g4ei/Dots.c3p

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If an ad is shown once, this tell me that everything is working correctly. Maybe Admob just doesn't serve you more ads. Have you tried waiting a few minutes, maybe even 10-30 minutes?

    You can also debug the app in xcode and collect the console log. If there are any messages/errors from Admob, you'll find them there.

  • alastair This is great, but could you tell what exactly it patches? Is it possible to do these changes manually?

    Edit: I didn't realize this tool was by Skymen.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 247 followers

Connect with dop2000

Trophy Case

  • 8-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • x4
    Popular Game One of your games has over 1,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x13
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

28/44
How to earn trophies