rah's Forum Posts

  • thank you very much for the response, will be looking into it now

  • i'm almost done with a video poker game...

    I want to release an android and ios version.

    but the problem arrived with the web version i want to release for other platforms.

    while playing the web version whenever i refresh the browser or close it, the values reset. like the score comes down to the initial score.

    How do i prevent that???

  • you can use Scroll To behavior for the sprite

  • sure i made one since yesterday but it isn't perfect.

    Still needs a lot of work.

    I want to include only one joker card...

    but as per my logic I've to add 4 card animations in order to avoid card skin clash, like if i use only one sometimes instead of joker, there appears the back of card animation

    Anyways. Thank you very much for the help

  • the cards get sorted in the background and their values are compared and its done like this>>>

    first check card >> "X" (as they are arranged in order)

    the system then checks in for value that is X+1 then (X+1)+1 & ((X+1)+1)+1 ,also straight is checked at the last as far as other hand ranks are concerned

    the method is same as you did.. arrange and check for value.

    but i guess you've arranged in ascending order

    here's what I've done (a picture for straight)

    https://mega.nz/#!5RtR0LRT!qXTzpSjf9EmV4xfpeNasfHmskqJ27caXiE2wIzWPSfw

  • yeah there's only one joker there

    Although I've used a completely different method than yours,

    if you're willing to look at it i can send you the capx file

  • woah ! 99Instances2Go

    Thanks for the help.

    The capx is helpful.

    Also can you suggest me something about adding the joker to the pack via capx. I know the concept but don't know how to apply it.

    Appreciate your help !

  • AnotherUser thank you for the response & it's "VIDEO POKER" played against the house(or the dealer) one on one

    foxium I'll look into it, as I've no idea what it is. Anyways thank you

    keatingb that's what i did yesterday.. looks a little complex. Searching for something simpler. thanks for the advice

    Although, thank you everyone

  • hi all

    working on a poker game (video poker to be precise)

    but i'm unaware of the betting logic in the game.

    Is there anyone that could offer any help here///

    Looking forward for support please help

  • in a descending order to compare the values for poker hands like one pair, two pair etc

  • Hey blackhornet

    Thank you for providing the method

    but is it possible to sort the cards after applying the BHT

    Also great job with the Plugin

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks a lot blackhornet & Kyatric for your time

    and I'm currently going through your links Kyatric (thank you once again, this is helpful stuff)

    I'm uploading th capx file

    https://mega.nz/#!cM8lXIKI!h3IMrQFTJtOH ... VWonIiE33E

    made a lot of changes overnight..

    It's different than the last one and ain't working

  • https://mega.nz/#!VZNVgC6C!PPO8Z_E__Hlt ... lxDr8Z_Yso

    This is what I've done but the value gets repeated

  • thanks again for a quick reply..

    Just gonna try both the method you just said..

    Still have a query though,,, do we need an array?

  • thank you for the response.

    I just started Construct 2.

    So I'm at scratch,,, is there any capx file for reference??

    I don't know how to input the array values to BHTSmartRandom