How do I Make a Game Card (Domino Card)

0 favourites
  • 3 posts
From the Asset Store
Card Game
$49 USD
Card Game Sound Effects Kit delivers the right variety of sounds to outfit your game.
  • I want to make game : a domino card (the card has 2 value), how I can compare, how I can give a value for image. so what a plugin must I use... ? thank you for ur helping

    (sorry my english is not good)

  • There are more than one way..

    The two easiest:

    • You could have an animation on the card holding all different values in different frames and compare the frame-number..
    • you could give the card an instance variable and set it to the number you want and compare that variable..

    No plugins required..

    (except for the sprite object ofcourse)

    if the card has only two possible values, using a boolean instance variable would do..

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • There are more than one way..

    The two easiest:

    - You could have an animation on the card holding all different values in different frames and compare the frame-number..

    - you could give the card an instance variable and set it to the number you want and compare that variable..

    No plugins required..

    (except for the sprite object ofcourse)

    if the card has only two possible values, using a boolean instance variable would do..

    thank you about your suggestion, I will tried...

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)