Tomycase's Recent Forum Activity

  • You can make a single object with 3 frames and animation speed at 0, duplicate it and set their frames based on the result of the shuffling, for example :

    On button clicked

    For each sprite : Set frame to array.at(self.IID)

  • You could use an array and shuffle it then set each sprite based on the array indexes;

    This tutorial is for C2 but works with C3 : construct.net/en/tutorials/shuffle-array-boss-easy-event-2396

  • Use audio "Seek" action, and specify the loop point position in the song; I also recommend to add a small silence at the end of your song, "Seek" doesn't work if the sound ended as the tag doesn't exist anymore, then compare the current progress of the song to trigger the "Seek" action

    As it is not as flexible that the two files method, it avoid the problem of a small silence when the intro stops and the loop starts for a seamless result, and you can automate it by indicating the end and loop point of you song in a variable and retrieve these numbers when needed

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • No, you can have multiple instances of each sprite and assign them to each other, but you'll need to use a "for each" loop so the game can pick the correct instances to assign;

    The container allows to creates the flashlight at the same time the enemy is created, then it is easier to pick the enemy sprite in the event sheet; downside of container is if the flashlight is destroyed, the enemy will be as well, there's ways to do this without container as well, I'll craft an example when I have some time

  • drive.google.com/file/d/1y-CLN2zdCSWfNB9q7EAfYdyRsdAaSqHg/view

    This capx proposes two examples, one using Lerp for movement accuracy but is way more advanced;

    Everything is explained and detailed in the capx

  • An advice, you should put the trigger event "button pressed" on top and check if jumping or falling as sub-event, that way you use a trigger instead of a loop, which is always better for cpu usage

  • Impressive as always (and as always too complex for me to understand haha)

  • Instead of using "Persist" on the objects you want to save outside game sessions, use "No Save" behavior on the objects you don't want saved instead, it should work better

  • I actually know about Inkscape, but I'm afraid that atm it is out of my Construct knowledge scope indeed, but I hope you'll still find some use to this demo!

  • Thanks!

    Actually it's possible to do so, but I'd like to see an example of the result wanted before working on it

  • Hi, what type of gameplay is it? Plateform? Top view? There's different methods for different gameplays

  • Hi, it's because your event pick all the skeletons at once instead of looping for each of them individually, you need to use "For each" condition on top of the event that check the distance between player and skeleton

Tomycase's avatar

Tomycase

Member since 3 Apr, 2016

Twitter
Tomycase has 6 followers

Trophy Case

  • 8-Year Club
  • Forum Contributor Made 100 posts in the forums
  • 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
  • RTFM Read the fabulous manual
  • Email Verified

Progress

14/44
How to earn trophies