Maxum's Forum Posts

  • I did not know they put the OR in yet. If I can I would do it that way. Is the OR, Else commands in a plugin?

  • Is it possible to simulate a spacebar keystroke with a left mouse click. I am making a game that lets you use both the keyboard and a mouse to control the firing of the weapons.

  • Hi smitchell

    Take a look at this

    Car Race

    this should get you going.

  • Hi harrio,

    Here is the updated program so you can have Primary and Secondary dice.

    Dice Roller capx file.

    Dice Roller On-line ver.

    If you see any problems let me know.

  • Hi amarcelo,

    Yes it is Random(7) or you could do Random(1,7)

    also when you are typing in the function "Random(" the function syntax will show up for you.

  • Hi 0plus1,

    if you check out the card object it has CardSuite and FaceValue for each card as it dealed out. So it has every thing you need.

  • Hi TastyBytes,

    Glad you like it so far. Still have more work to do on it. If there is anything you like to see in it let me know.

    The Behavior/plugin I think is rexrainbow's

    Rotate

    rexrainbow does great work. The only think I like to see is the he change the names in the program from just Rotate to rex-Rotate so you know it is his you are working with, Because Construct 2 already has a Rotate.

  • Thanks harrio,

    I am adding the multiples in. It should be done soon when I get some free time to play with it.

  • Had a little bit of time today so I thought I'll make a dice roller program.

    DiceRoller capx

    DiceRoller online ver.

    Take a look at it and let me know what you think.

    If you have any tips on how to make it better I would love to hear them. Or if you like to see functions added to it let me know.

  • Thanks again for your help Yann. As always you are a big help.

    I updated my demo so now it gets the card values and can total up card hands.

    Thanks R0J0hound for your input. I did change the order of the animation frames so that the Ace comes before the two. So now it more straight forward to calculate the face value. (card % 13)+1

    Updated capx Card Game

    or you can check it out at here Card Game

  • Right now I am trying to figure out the best way to enter in the card face value into my array system. I am thinking about using a three dimensional array. X would be the card deck number. Y would be the card face value. Z would be the ace check / alternate face value.

    I am trying to figure out the best way to code this. I would love to see your ideas on this.

    Thanks

  • Thanks Yann for checking out my project and showing me how to simplify it. I have to say your way is more elegant and efficient.

    I have made a few more changes.I am now using   rexrainbow Behavior plugin -- MoveTo it lets you move the sprite to the target position straight from current position.

    Here is the new capx Card Game Update

    And if you do not want to install the plugin you can see it here Card Game

    Thanks agian Yann and the others that took the time to check out my project. If any one else has any more pointers I like the hear them as I am trying to learn the best way to use Construct 2.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Im playing a round with a card game project. I have the basic functions down, making the deck, shuffling the deck and dealing the cards out. If you could take a look at my capx and let me know if there is a better way to randomized the array for the deck. Or if you have any other tips or tricks for the rest of my code I would like to see it. As I am just learning Construct 2.

    http://dl.dropbox.com/u/1244375/CardGame2.capx

    Updated 1/25/2014 -----------------------------------------------------

    Hello all,

    I been away for a long time.

    I have updated this card game demo to fix the shuffle and I took out the plugin Moveto so it will run off stock Construct2.

    Here is the updated file:

    https://dl.dropboxusercontent.com/u/124 ... 2014-01-25 19:09:35

    I know it's been a long time but I have made some more updates to this demo. Updated 6/29/2016

    https://www.dropbox.com/s/6x3rl4dsnweterp/CardGame12.capx?dl=0

  • Hello all,

    Here's is my game for the competition and my first game made with Construct 2.

    a) Astro Blaster

    b) http://dl.dropbox.com/u/1244375/Astro%20Blaster/index.html

    c) United States

    It is bested played with Chrome as I was getting 55-60 FPS. The others were droping down to 10-15 FPS.

    Tell me what you think.

  • I have updated to R61 and still have the same problem.