jatin1726's Recent Forum Activity

  • You can use photon plugin and use group system tu reduce signal numbers, it's easy, graphic is easy but secure php and server also payment sistem is the hardest part of job...

    Hi How to use photon plugin for creating multiplayer game. Can u share good tutorial or capx ?

  • Unable to download. Link not accessible in India. Can you upload it to dropbox or mail to me at

  • Hi,

    Can anyone let me know how to close game or how to make game exit window appear when user clicks on device back button using intel xdk or cocoon?

    Regards,

    Jatin

  • jatin1726

    New document

    Thanks a lot Rex. Realy big help and appreciate it. God bless u.

  • Problem Description

    Camera is not opening on mobile. OS 7.0 mobile chrome version 54. working fine on desktop.

    Attach a Capx

    can't post cpx so posting url https://touch.affle.com/explorations/mo ... index.html test this on mobile only_

    Description of Capx

    Steps to Reproduce Bug

    • Step 1: open camera
    • Step 2: check you get black screen or camera
    • Step 3 etc.

    Observed Result

    only black screen apepars

    Expected Result

    rear camera should have opened

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES/NO)
    • Internet Explorer: (YES/NO)

    Operating System and Service Pack

    ____ Your operating system and service pack ____

    Construct 2 Version ID

    r240

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • jatin1726

    bejeweled, it is composed of my board series plugins.

    I am trying to make new documents for this topic recently.

    Thanks rex. That was really helpful. Can you let me know how to display score for each color in different textbox. Example: if I matched green color box then in score , green will show count 1 and if blues are matched then blue will show count 1 and similar goes increment. This is similar to farm heros saga. Is is possible to get like this individual score of each color match?

  • It's easy, first display that top 10 select. Under it add another textbox or whatever C2 object you use to display the first 10, so add one under it (i guess it's a textbox).

    Make it smaller and assign the following select to it

    SELECT

    *

    FROM scores

    where Name = <C2 variable holding his nickname>

    This will display one line with the player's nickname, and since you put the textbox under it, it will show as separate.

    It is possible to make a select to display everything in the same C2 object but i'm in a bit of a hurry right now. I'll see if I can make that work as well a bit later.

    Hi,

    Thanks for response. As I shared above I hve no idea about php and sql. Can you help me by updating sample capx (of tutorial) to the one showing current user id? That will be big help for me.

  • Sorry, I was under the impression that you had some knowledge of database operation.

    Okay, you see in this image:

    towards the bottom where he has the parameter $sql="SELECT * FROM scores ORDER BY score DESC LIMIT 10"

    You simply need to remove the "LIMIT 10" and it will return all of the scores in the database ordered by score descending.

    That is what that select statement is asking for:

    SELECT (tells the database to get data)

    * (tells it to return all data)

    FROM scores (from the "scores" table)

    ORDER BY score (order the data lexicographically by score)

    DESC (in a descending order from highest to lowest)

    LIMIT 10 (only return the top 10 scores)

    > How can I turn it to use 3 columns instead of 3.

    >

    Also this question makes no sense.

    Thanks a lot Gumshoe for such details replay, really really helpful and I understood that removing the limit of 10 will display all results. But in sample capx creator is using array and I have made it 10x10 to display data in 5 lines in text boxes. If I will try to show all list (might be scrolable) then how it can be done (I think it needs to create scrollalbe list with data filling from server, right)? any help in this? To cut short the things I am sharing screenshot of leaderboard similar to my requirement. I will be very thankful to you if can help me in getting close to this.

    Regarding colum 3 to 3 statement, it was my mistake. Actually creator is using 2 column (through array) and I need 3 colmn (index no. , player name, score). Also explaining this through screenshot.

    Thanks again.

    waiting for your reply. below is screenshot of required leader board and question which I have.

  • >

    > > PixelRebirth

    > > A Match-3 demo capx, using PixelRebirth's much overlooked jMatch3 plugin.

    > >

    > > screenshot-

    > > https://drive.google.com/open?id=0B4jH2 ... y1VaVFobWc

    > >

    > > Rar file-

    > > https://drive.google.com/open?id=0B4jH2 ... EpyMG5Gczg

    > >

    >

    > There is issue here. Matches should be activated only when it happens either vertical 3 or horizontal 3 or more. But it matches even L shapes also. How to fix it?

    >

    This is by design and mentioned in the first post. To currently change this you would have to edit the jMatch3 lib itself, so it's probably better to go for another solution.

    Thanks pixel.

    Can you suggest me any easy sample or plugin for creating game close to real candy crush?

  • PixelRebirth

    A Match-3 demo capx, using PixelRebirth's much overlooked jMatch3 plugin.

    screenshot-

    https://drive.google.com/open?id=0B4jH2 ... y1VaVFobWc

    Rar file-

    https://drive.google.com/open?id=0B4jH2 ... EpyMG5Gczg

    There is issue here. Matches should be activated only when it happens either vertical 3 or horizontal 3 or more. But it matches even L shapes also. How to fix it?

  • You should be able to have the MySQL engine sort the results of a SELECT script.

    Like this:

    https://www.tutorialspoint.com/mysql/my ... esults.htm

    Hi Thanks a lot for response.

    But I have no knowledge about php and mysql. I was following sample capx file used in tutorial. Currently it is displaying only two columns, name and score. Can you help me in displaying 3rd element which is ranking. In sample author has used array. How can I turn it to use 3 columns instead of 3. and how to fetch from db and display in construct 2 file.

    I will be really greatful to you if you can help me in modifying the sample capx of tutorial.

    Thanks in advance.

    Jatin

  • May be it need to send through https or needs to be uploaded to server first before making a call.. Just a guess.

jatin1726's avatar

jatin1726

Member since 27 Oct, 2014

Twitter
jatin1726 has 4 followers

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • x2
    Popular Game One of your games has over 1,000 players
  • x25
    Coach One of your tutorials has over 1,000 readers
  • RTFM Read the fabulous manual
  • Email Verified

Progress

15/44
How to earn trophies