deadeye's Recent Forum Activity

  • Ah, I see. You have no condition that specifies which yellow block you want to change opacity on in event 18. Defining your condition based solely on a global variable doesn't give you any control over which object is picked.

    You'll need some extra conditions in there that specify your yellow block instances:

    +Is global variable 'Rij1 Counter' equal to 2
       +BlockYellow.Y is less than 420
       +OR
       +BlockYellow is overlapping Block1
       +OR
       +BlockYellow is overlapping Block2
          ->BlockYellow: Set opacity to 50
    [/code:35tfesr9]
    
    Though honestly I don't understand what you're using the global variable for so I don't know if that's necessary.
  • No, that's not really clear enough. Type your event using pseudocode, or post a screenshot of your event, or better yet upload a .cap.

  • First off, you're setting the position of the player to the beginning of the level in the very same action.

    Second off, in your layout event sheet you have an include for the "Main" event sheet, and then an include for the "Animation" event sheet immediately after that. The Animation even sheet is changing the animation of your character in the same tick, after you set it to "Die," because you don't have any events that keep showing the player as dead.

    Also (and this is completely unrelated) you have a Particles object with is slowing the game down so much I can barely play it. You should be more careful with your particles.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It's good . Nice and simple.

  • You can also rename it in the Event Sheets rollout in the app properties when you create it the same way. But yeah, an "official" way to name them would be nice

  • Yep, I updated the first post earlier to warn people. Maybe I should have made a new post, too.

    So it'll probably delay the release of the next tutorial...

    I wish I could blame any lateness on the 98.8 release, but no... it's all due to my own laziness

  • Yes that's exactly how it is.

  • People would also get more replies if they posted screenshots. This isn't just aimed at you, but everyone.

    Downloading now...

  • Sweet tut, I think I might make one or two of these

  • Ah, so that's what the private variables are about!

    They're about a whole lot more than just that. You can store whatever value you want, for whatever purpose you want.

  • I don't think these filters really need shaders, they've been in things like console emulators with no hardware acceleration for years. Filters like 2xSaI and such are meant to be real-time filters.

    But making a shader maybe would benefit it? I dunno.

  • > I'd like to choose my own icon for the exported exe

    > If it can be done in the current build I missed it.

    >

    You can replacy icon using RecHacker

    OR...

    You can just go to the resources bar right click on the default icon under the Icon menu and hit edit.

deadeye's avatar

deadeye

Member since 11 Nov, 2007

Twitter
deadeye has 1 followers

Trophy Case

  • Email Verified

Progress

17/44
How to earn trophies