oosyrag's Recent Forum Activity

  • I'm not sure what's going on here. It looks fine to me, unless there is a quirk of families I'm not aware of.

    Are there any other events that can modify health?

  • Store the last movement input in a variable. While moving, disable inputs. Upon tile movement finishing, if the player is on an ice tile, simulate control of last input. Else if not on an ice tile, enable inputs again.

  • Click your profile picture and select notifications. Or you can use the forum search on your own username.

  • Add a system pick Nth instance condition to just get 1 from the currently picked instances.

  • Hope you don't mind if I leave this here for my own reference if I ever decide to revisit this gamasutra.com/blogs/SvyatoslavCherkasov/20181023/329151/Graveyard_Keeper_How_the_graphics_effects_are_made.php

    Edit: At the very least, the first step is to have any given object affected by light, or not affected by light. This can be done with 2 layers with z-order preserved, as the light can be isolated by layer, and objects can be moved from layer to layer preserving their z-order by comparying y-position with the light. Unfortunately, each light would need to have it's own layer for a comprehensive solution.

    The next level would be to control how much each object is affected by any given light. This would prevent jarring cutoffs for moving lights, although it is less of an issue for static lights. Might be able to design around the light per layer solution with static lights as well, as long as you don't have overlapping lights at different y positions with objects between them.

    Bump mapping and shadows after that.

  • If I were to hazard a guess it would be number of consecutive tiles of the same tile.

  • Afaik it uses the system speech recognition, which is local to the device and not always available, but there shouldn't be any limits. Could be mistaken though.

  • What addon were you using? That would be bad if they removed default actions from the list and should probably be looked into.

  • Set angle to choose(angle1,angle2,angle3)

  • No...

    You were using the Set Animation action, which takes a string - the name of the animation.

    You want to use the Set Animation Frame action, which takes a number.

  • You can use the exact name of the project file as a string in the AJAX - Request URL action.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • + Mouse: On Left button Clicked on card
    -> card: Set animation frame to card.AnimationFrame+1
    
    ----+ card: Animation frame = 2
    -----> card: Destroy
    
oosyrag's avatar

oosyrag

Member since 20 Feb, 2013

Twitter
oosyrag has 38 followers

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 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
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

21/44
How to earn trophies