Kashin Ginn's Recent Forum Activity

  • I think no one has a solution...

    It's better you report it here.

  • I never realized we had this behavior..

    The issue is that the Flock action needs to run every tick so the boids continuously update their movement. In your project, it's only being called when the F key is pressed, so the flocking logic runs just once instead of continuously.

    You also need to destroy charBirdSil on start of layout and create another one at a proper position once. Then it will work.

  • Not sure what you mean or what exactly the problem is...

    You uploaded only 1 file (New project.caproj)

    You should upload the whole project folder or save it as single file then upload it again.

  • Hey, no problem! Don't worry about it.

    I'm active on the forum most of the time, so if you have any issues or questions, just post them and I'll be glad to help when I'm available.

  • Obviously, only the "Blink" timer issue was fixed. Your visual blinking animation still isn't working because the "isShinning" boolean never gets turned off properly.

    Lines 281, 283, and 284 appear to be unnecessary, so you can disable them.

    Assuming you want to set GlowingFirefly's visibility based on the Firefly's boolean..., you should pick by comparison like this.

  • I meant after the fix I mentioned...

    But here's what needs to be updated.

    Line 281 has every random(0.3,0.8) where the time is smaller then your timer "Blink" which is random(1,2), so it will restart the timer "Blink" in less than 1 sec and your timer will not be triggered.

    That should be it..., nothing should stop the timer "Blink"

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • J.Lucas

    Hey, can you screenshot your events again?

  • Most of your events can be optimized...

    Anyway, from the manual

    Start timer

    Set a new timer, or if the timer exists, re-start it with new options

    So what's the point of using regular if you are starting the timer again after :

    On Timer "blink"

    Solution :

    Switch the timer "blink" to "Once" instead of "Regular" everywhere.

    Also, the issue might be coming from line 281 where you are restarting the timer every random(0.3, 0.8) seconds, while the timer duration itself is around 1–2 seconds. So the timer never reaches its trigger condition.

    Remove the action -> Start timer "blink", at that line

  • A "For Each" loop will not work properly below a compare condition... unless the compare condition for the distance is replaced with "Pick by comparison" in the system condition.

  • How about.. you upload an example so the devs can check.

    Create a rapid proto

  • Tom

  • I've been using that for the past 7-8 years in C2 and yeah it works in C3

Kashin Ginn's avatar

Kashin Ginn

Member since 27 Apr, 2024

Twitter
Kashin Ginn has 4 followers

Connect with Kashin Ginn

Trophy Case

  • 2-Year Club
  • Entrepreneur Sold something in the asset store
  • 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
  • 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
  • x11
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x7
    Lightning Draw First person to up-vote a new Construct 3 release
  • x6
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

13/44
How to earn trophies