winkr7's Forum Posts

  • I think you want to look at effects for this. There are a large number of standard effects you can mix and match to change the whole deck.

    yours

    winkr7

  • Put your global variables in a dictionary and save the dictionary. You are probably better off accessing global variables through function calls to a dictionary since it won't cloud up the global space.

    Just a suggestion.

    yours

    winkr7

  • Hello;

    One in three times, when I go to the community chat boards all the posts show as being 7 years ago. Indeed, they all seem to be from 7 years ago. This started about three weeks ago. If I hit refresh the problem seems to persist. But if I come back an hour later everything is okay again.

    I find this problem on my several different windows machines.

    thanks for your time

    yours

    winkr7

    Tagged:

  • This is very good work. I would like to see rivers as hex-side terrain. These hex-sides could also be walls or doors in a dungeon setting. Also, If i pick three or more hexes (these could be the locations of enemies or treasure or whatever) could you add a find closest function? IE, if there are 4 enemies find the closest one, or if there are 3 places that are adjacent to two enemies find the closest one. IE, the user selects a set of hexes and then the function finds the closest hex to the unit.

    Great work.

    yours

    winkr7

  • Great. I look forward to this.

    yours

    winkr7

  • After looking more closely I was wondering how you could assign a movement cost to each hex? Like swamp takes two counts of move vs one for open areas.

    It is a very good start.

    yours

    winkr7

  • This is great. Can you put hex sides into it--like rivers?

    good work

    yours

    winkr7

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Give stuff the persist behavior and they will remember how they were set at the end of a layout so that when you return they will not start all over.

    yours

    winkr7

  • Hello;

    but that's not particularly accessible to beginners or non-technical people, which is largely the point of the event sheet system.

    I try to keep as much of the game work in the layout sheet as possible. With templates and parent/child tools this works well. I hope the flow sheets follow the same path.

    yours

    winkr7

  • I like them so much I feel like giving them money every year or something.

    yours

    winkr7

  • As an example of a common use of the "on tag node changed" suppose I want the player to pick 12 apples--that is the quest.

    I make up a group, the appleQuest group and put a static applesSoFar variable in it. Any time the player reaches a node where my apple count is relevant (like someone says "keep picking" if applesSoFar is less than 6) I put in my appleCheck function. AppleCheck returns a string like, "only 4 more apples" or "one to go".

    However, in the Farmer Maggot dialogue (or the dialogues with his sons) I don't call appleCheck, I call appleUnhappy and they say, "You owe me for 8 apples." This is a separate quest from appleQuest, called maggotQuest.

    Is this the basic idea about how I track this appleQuest using functions?

    yours

    winkr7

  • Good work so far DiegoM, and interesting ideas from the rest of you.

    yours

    winkr7

  • You could set the volume to zero if you use a volume variable for all your sound events. Then turn it back on if you want.

    The sound events still fire then.

    yours

    winkr7

  • Any sprite you give the physics behavior to will do this, Apply a torque impulse with a high rotation resistance and it will spin and slow down.

    yours

    winkr7

  • If you can save one image you can save four. Can't you save 4 different images and load four? Like im01,im02,im03,im04?

    yours

    winkr7