tire marks, smoke and counter?HELP!

0 favourites
  • 2 posts
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • Hello guys, I need help! I am creating a game Drift and wanted to add brands of tires to skid, smoke the skid (not only when accelerating) and counter, the counter would work basically when the car is in a certain position ie, skidding, he start to add points on a variable, thereby counting your points drift, it will be possible to do that?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey kfglkfgl, first, create the Skidmark images.

    Next, create an ImagePoint on your car sprite where you want the Skidmarks to appear.

    Now you can easily create your skidmarks by using something like:

    If Player is accelerating >>> spawn Skidmark at Imagepoint(1)* at layer

    [player layer -1]**

    On Skidmark is created >>> Set Skidmark.Angle to Player.Angle ***

    *or whatever the number of the image point.

    ** this is so the skidmark isn't spawned above the player. I suggest create a whole layer specifically to store your skidmarks

    ***By default your skidmarks are spawned at 0 degrees. If would be weird to have your car going up and spawn a skidmark going right.

    Hope this helps!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)