LoobyLoo's Recent Forum Activity

  • Glad it was helpful. Sadly, I can't think of a better way to utilize this action at the moment. It has very limited use cases and it is suitable for very specific tasks like yours.

    You may find this link helpful for a better understanding.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • My bad, the issue here is, that we may stop with a Boolean but once it starts it will end till every action is executed, in order to tackle it we need to pause the execution of actions in between, so here we can use "Wait for a signal"

    I just demonstrated this roughly but you get the idea of how it can be done.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • I think it should work

  • if i click left,up and right arrow, the animation freezes and goes up

    This may help

    youtu.be/kgzUl98u-s4

  • What data is being transmitted? Is the data encrypted at rest and in transit? Is this called out anywhere in the Scirra terms of service?

    Good question, I think we do not know much about this but you said

    "How is the security of our information/code being handled during minifying?"

    I assume it's the same security we get when we generate the AAB/APK when opting for their service.

    But if the code is really sensitive, then there's always a way we can download the Android Studio file, the Cordova file, or the XCode project and export the output ourselves.

  • I want Sprite A's" Sine Animation to remain disabled.

    Do you want to keep Sprite A's" Sine Animation disabled forever?

  • It doesn't work because it's impossible that the same value is 37, 1 and 8 at the same time.

    Here we pick by comparison so theoretically, it will pick all the objects where at the value the instance variable matches.

    This way it works

    (Text.var =37) | (Text.var =1) | (Text.var =8)
    

    This way it doesn't

    (Text.var =37) & (Text.var =1) & (Text.var =8)
    
  • You could add parenthesis. (Sprite.var=2)&(sprite.var=3)

    I think at least. It’s an order of operations thing or something. But for and I’d just add multiple instance compare conditions. That acts as an and

    (Text.var =37) & (Text.var =1) & (Text.var =8)
    

    it still doesn't work, maybe C3 somehow intentionally not allowing this to happen?

  • Thank you so much, this is exactly what I was looking for, and now I understand what I was doing wrong. 😊

    I just have one follow-up question. it works perfectly with the OR "|" operator, but not with the AND "&" operator.

    (If the scenario is, out of all the available objects, if few of them have the instance variable, like

    Text.var =37 & Text.var =1 & Text.var =8
    

    then it should be executed, but not sure why it is not working.

  • Please check the below image, hope it now makes sense. :)

    Basically, what I'm asking is how to use the "&" and "|" OR operators in the expression while comparing.

LoobyLoo's avatar

LoobyLoo

Member since 10 Jul, 2023

Twitter
LoobyLoo has 1 followers

Trophy Case

  • 1-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

6/44
How to earn trophies