alextro's Recent Forum Activity

  • Separate them by different global variable or store them in array so you can add them later as text.

  • Sorry to say this but your or condition (event 38) doesn't make any sense either z or x is not being pressed down while conflicts with two previous condition that require one of these two keys down. Why not just just use normal condition without inversing and without using or condition? If two keys being pressed down at the same time they won't able to shoot.

  • You do not have permission to view this post

  • Use array if indexing data if you prefer hash table style. Alternatively use dictionary object if you just want storing keyword/name and it's definition/description. Calling string from dictionary is pretty straightforward, you call the "key" name and you get the value it's defined. While array use number to get value based on index position. So yes you can change any text (or variable value) referring to certain word or description.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Set the condition to "Trigger Once" or use "On Start of Layout" for example. If you having given condition that remain unchanged it is more likely the action will continue to execute creating object.

    For example the condition comparing player position:

    "is player.X < 200?"---> "create enemy at x = 100, y = 300"

    See the statement will keep creating enemy as long as player x position less than 200. In order to make the action executes once, a "Trigger Once" should be added under same condition. Try to experiment by putting "Trigger Once" before or after comparing player position because the result will be different.

  • Nice idea tarek2! The picking answer system will works correctly as long as you make the choice's string in one line.

  • May some of these non-direct examples help you on your pathfinding quest:

    dropbox.com/scl/fi/9e9w6kcpfa024h1bsq0zy/path_touch.capx

    dropbox.com/scl/fi/wyxookrclg7c2uthu98q6/path_orient3.capx

  • Check this link: github.com/erenertugrul/poki

  • You do not have permission to view this post

  • Ah it's something with my system that cause icons disappear. Here the working one: dropbox.com/scl/fi/asyrpuf3k1tccunmcu6i5/highlight.capx

alextro's avatar

alextro

Member since 22 Feb, 2012

Twitter
alextro has 39 followers

Trophy Case

  • 12-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
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x4
    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
  • x6
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x2
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

26/44
How to earn trophies