Delphawi's Recent Forum Activity

  • Have you tried using functions?

    Instead of making 1 loop with all the actions, I usually split the actions in a function (called DoStuff for example), and make the loop call DoStuff.

    This way I have control over the function. You can set the function Asynchronous so you can use Wait inside it.

  • Anyone please :) ?

  • Hello,

    I want to mirror the camera before pasting it to a drawing canvas. Is there a way to mirror the UserMedia contents directly? Is there a way to mirror the DrawingCanvas contents?

    Thank you!

    Tagged:

  • move-to can be moved along paths made with the timeline and these timeline path can have bezier curves.

    https://editor.construct.net/#open=move-along-curved-path official example project

    Ah, right! Thank you!

  • Here's a few ideas:

    An idea to make up track of modular pieces. Straight and perfect arcs.

    https://www.dropbox.com/s/quzp15smcjkljd4/train_wip2.capx?dl=1

    An idea to move along a Bezier curve. The curve is converted to a polyline to ensure constant speed along the curve.

    https://www.dropbox.com/s/m0pk8zvqoj08kr7/move_on_dashed_curve.capx?dl=1

    A slightly different way. It skips the polyline conversion step and still gives relatively constant speed even when nodes aren't evenly spaced. For a curve loop.

    https://www.dropbox.com/s/6mu2yolmavp5ap9/followSpline.capx?dl=1

    Thank you very much :)

  • Hello,

    I am trying to make a car move on a preset path, like a trail, with turns and the ability to accelerate/decelerate. What is the best to do it, please?

    - Tried the Car behavior, it worked with some speed values, but when trying to accelerate, the new speed cause the car to leave the trail.

    - Tried the MoveTo behavior, making the car move from one section to the other, but it looked clunky and not smooth like the Car behavior (but it has more control over the car).

    - Tried using EveryTick to move the car based on math calculations. The straight lines were easy to do, but the curves were tricky.

    What is the best to do it, please?

    Thank you.

  • > I am wondering, if consoles already have browsers, why not HTML5 games?

    xbox

    You can, play them, but people don't want that... isn't about being able to play it in browser, we can do that already for a while... is about being able to native export to said consoles... sales... since those consoles don't work with in-game advertising.

    ud be limiting ur game to just browser users... but the sales... are in hardcopy/digital sales... so if u want a sustainable return on ur work and investment u want a native exporter. not sure if there are many console/browser games that are "pay to own" like on steam and other platforms... would defeat the purpose of having a price for a browser game which u can access for free no download... well.. u could start ur own store with membership monthly for ur games... but then again plenty of other stores/websites doing that already. not sure really im thinking at this now and im confused hahaha.

    one game that does well as a html5 game is cut the rope... but even that one the html5 version is limited. where the paid version aka "full" is sold digitally through their own website or other 3rd party stores... otherwise would take very shortly to ride the "viral wave" and cash on it....if it comes...

    I meant that if they already have the tech to run an HTML5 game in browser, they should(?) be able to run it native?

  • Ashley I am wondering, if consoles already have browsers, why not HTML5 games?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • You do not have permission to view this post

  • I would like to translate the engine to Arabic, but it is not in the language list. Are there any plans to support this? This is a large Arabic community looking for simple and powerful tools like Construct.

  • You can only rotate the 3d shape by the z axis. Another option is buying the third party 3dobject which lets you rotate any way you like.

    The third option it to use distort meshes to make the 3d object, then you can rotate it any way you like with various amounts of math. Here are all the examples I've made to date. Some are much simpler than others.

    If you like math here is the gist of what's going on with vector math:

    rotatedVector = (positionVector-centerVector)*orientationMatrix3x3+centerVector

    Rectangles

    https://www.dropbox.com/s/9uko7hxjyp9z1uu/xyRotate.c3p?dl=1

    https://www.dropbox.com/s/6qs81zmktsd3so8/yaxis_rotate.c3p?dl=1

    Cubes

    https://www.dropbox.com/s/unnqd7exmaca6lk/mesh_cube.c3p?dl=1

    https://www.dropbox.com/s/5n5umhdkfhr0qhg/cube_roll.c3p?dl=1

    https://www.dropbox.com/s/zis7zp6rggxpdny/dice.c3p?dl=1

    https://www.dropbox.com/s/hvrhxk4bsslm8f3/3d_dice_v2.c3p?dl=1

    Spheres

    https://www.dropbox.com/s/lucl1153bmmr3qo/mesh_sphere.c3p?dl=1

    https://www.dropbox.com/s/2l2dtel4t0zf9jw/mesh_sphere_roll.c3p?dl=1

    https://www.dropbox.com/s/rkomtba52rlqw3t/mesh_sphere_roll_terrain.c3p?dl=1

    Model

    https://www.dropbox.com/s/uy6yfhpag7d1t2p/obj_loader_and_raycast.c3p?dl=1

    Amazing! Thank you very much :)

Delphawi's avatar

Delphawi

Member since 3 Dec, 2013

Twitter
Delphawi has 1 followers

Trophy Case

  • 10-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • x2
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

17/44
How to earn trophies