sletts's Forum Posts

  • 11 posts
  • My game seems to load the first time you open it, and then thereafter it won't load unless you go incognito/clear cache.

    Any thoughts? Here is the game:

    socialdistancing.wtf

  • I've got a HTML5 game and I only want the on-screen controls to show on mobile, not on desktop.

    Is there a built-in way to check if the user is on a mobile device?

  • Thanks Ashley, but definitely a bit too involved for my kids.

    Is there any chance of building this in to Construct?

  • I would like my students to work collaboratively on their games (we have plenty of licenses).

    How can I do this in Construct3? For example, James and Dan are working on a game. I would like them both to be able to edit the same project, in real-time.

    Is this possible?

  • How can I calculate both angles in this image where the line from A-B is one sprite and B-C is another?

    https://i.imgur.com/RzEv2rX.png[/img]

    i.imgur.com/RzEv2rX.png

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • When I export a game from Construct 3 I receive "Required file 'c2runtime.js' is missing from zip archive."

    I use the Arcade option.

  • Have you made the switch to Construct 3?

    Why / why not? (Price, features etc)

  • Is the pricing correct?!

    For us to run this with our Year 10 & 11 Digital Technologies students it now costs $3233 AUD while Construct 2 cost ~$450. More than a 700% price increase.

    It was a good program but at this cost there is no way I can justify it at this cost.

  • I am using the Canvas plugin to allow students to practise their handwriting.

    I would like to be able to have the students draw on the app and then have the app replay their stroke formation. It would be very similar to this:

    http://www.ictgames.com/writingRepeater/

    Is this possible?

    Any help would be greatly appreciated

  • sletts

    There may be some tutorials that I'm unaware of but it's pretty easy to use. Just look at the actions and most are self explanatory. It uses the HTML5 canvas so you could google tutorials for that and it's mostly a one to one with this plugin.

    There's an action to do a flood fill and erasing is done by pasting an object with the destination out blend mode.

    Replaying should just be a matter of making a list of the actions you used as you use them. Then just make some events to loop over the list and does what was saved. You probably could use an array to do the list.

    Thanks! Now that I've played a bit more I feel more confident.

    Regarding the replay of drawing - I'm a bit stuck. To clarify, I would like a student to be able to draw in the app (i.e. trace a word) and then click the 'replay' button and it will replay exactly what they just drew.

    Is that possible?

  • Hi,

    This looks great. I am wanting to create a basic interactive whiteboard app for my students. Are there any tutorials on how to use canvas? (i.e. How to do paint bucket fills, eraser tools etc?)

    Also, is there anyway to 'replay' recently drawn lines? I'm wanting to be able to write something and then replay the strokes for the students - similar to this flash game http://www.ictgames.com/writingRepeater/

  • 11 posts