piranha305's Recent Forum Activity

  • Recently a signal trigger condition was added to last beta. currently only way to emit signal is through the event sheet? Is there a possibility of adding this functionality to the JavaScript API?

    Currently we can work around this with creating an event sheet function that emits the signal and just call that function.

    Tagged:

  • I had made a video where I go over one of the use cases for this in a game I am working on. https://www.youtube.com/watch?v=MEQtDCqeDu4&t=43s&ab_channel=Piranha305

    the video is quite long but, in a nutshell, I had a color picker system that was used on multiple layouts and when a new color was selected, I would create and dispatch a color-changed event (I would attach the hex value to the event data)

    I did run into a few issues removing events, and getting unintentional duplicate events, so I created a manager class to ensure events would not be duplicated and cause issues and also to keep a function reference used to remove events.

    But to consume the events you just need to call addEventListener on the instance.

  • Subscribe to Construct videos now

    Been working on some card games prototypes recently, took some inspiration from Slay the Spire, for this one. I'm thinking is going be a rouge-like, where you need to rebuild you deck each run, and each character will start with specific cards. there are also equipment cards, that will modify the cards or give specific effects. what do you guys think? would you play something like this?

  • fingerskier Okay I think I might know what might be happening, so when you make changes to the addon code in c3ide, you need to click on the button that says (Compile Only)

    this process get ran when you click Test C3 Addon, that step is what create the actual files that will be served to construct. this is needed because the way c3ide handles the addons files differs from the final structure of the actual addon. its what combines all the aces into the ace.json/the lang.json/ and the actual implementations, so when you make changes in order for it to be reflected in files the web server is sending to construct you need to rerun this step. (you can leave the web server on while you run this process)

    Also There is a setting in options called Compile on Save (which will do this automatically when you save the project), so you can just start the web server, and when you make changes and save, it should good to go on the web server. i don't recall if you still need to restart construct, i don't recall if they cache the dev add when it loads?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • fingerskier I just pushed out an update to c3ide to set "Cache-Control: no-store" header to all the responses, please let me know if you run into any issues!

  • You can probably simplify all those creates actions, by adding an instance variable to the thumbnail (with the name of Meme) then on Mouse Click - Create Object By Name and pass in the instance variable of the thumbnail.

  • yeah a feature request would be a good idea, but all my votes have already been used on other bigger features, plus these smaller feature request sometimes get overlooked, because everyone wants the shiny cooler things (including myself).

  • Yeah ended up with a different solution using properties on the tiled behavior itself and foreach because I had multiple instances. but all is good now.

  • Is there a way to check when the tiled behavior completed a movement? I was expecting an on movement finished trigger. I guess I have to use extra variables to keep track of it? Or is there some other way to check when the movement finishes?

    Tagged:

  • Currently I see setters for all the properties but not for "Ping Pong"/"Loop" setting of a tween, is there currently a way to modify these properties after the tween has been defined?

    Tagged:

  • Working on the team customization aspect of my American football game. Able to edit the team's primary/secondary color scheme (impacts the endzone color and fan attire), you can customize the team's uniform, and there is a logo editor so people can make their own them. I want to make sure players can export or share their team's, still think of a good way to accomplish this.

  • that is a great idea, thanks!

piranha305's avatar

piranha305

Early Adopter

Member since 26 Apr, 2016

Twitter
piranha305 has 37 followers

Connect with piranha305

Trophy Case

  • 10-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • x12
    Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x13
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x4
    Lightning Draw First person to up-vote a new Construct 3 release
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

20/44
How to earn trophies