Chotu's Forum Posts

  • 9 posts
  • Hi Austin .. I need help in making payment process in game using Clay.io .. I have added game on Clay.io & set api key in Clay.io Object. I have added Item worth of 5 $ & set it's ID in add Item. when I make check out. It says you need to be connected to internet. Game is not published on clay.io & I don^t intend to do that until I am done with payment of item.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi .. Contact me .. I have a Skype ID: waqas_siddique123 & E-mail_ID:

  • Hi .... Here is link to Advertisement ...

    dl.dropboxusercontent.com/u/196969557/Ad.txt

    I Need expert opinion about how to place this ad in construct-2 ...

    Thanks

  • In Project Window, You will see Layout Folder, Right click on it & click on add layout option. New Layout will be created.

  • rexrainbow

    Agreed, Thanks for assistance. I am thinking about that. I am highly impressed by forum assistance, Senior developers even scirra developers are available for help.

    I will figure it out. If i am get stuck then again i will need advice.

    Thanks again.

  • Thanks Ashley. I was also thinking about that.

  • The interface to the game platform will be via a javascript framework which will provide functions for

    essential functions such as data requests, and game results (number of questions correct and incorrect).

    If you have a good reason, you may request to interact directly with the server using JSON-based web

    service requests, instead of using the javascript framework.

    In addition, at appropriate intervals you must pass information back to the server. This includes length

    of time playing, score, and correct and incorrect items.

    If you are selected you will receive the detailed JSON interface. To help you with building and estimating

    this game, we have provided the following pseudocode JSON description:

    “Metadata”:{

    “DifficultyLevel”:<1-5>,

    “UserName”:<Text>,

    “UserAvatar”:<Image>,

    “LessonName”:<Text>,

    “LessonImage”:<Image>,

    “LessonCreatorName”:<Text>,

    “LessonCreatorLogo”:<Image>,

    “QuestionType”:<”text” or “image” or “audio”>,

    “AnswerType”:<”text” or “image”

    }

    I have right now CallJs Plugin which allows to call javascript in Construct-2 ..... My Question is that Can I make Javascript Interface of game Using CallJs or whatever on Construct-2

  • I know that Browser has a alert action. But When I export it, Browser alert can not be accessed due to C2-Export Mechanism. My Client wants to call API in this function. I See nothing in "runtime File" which can be understood.

  • Hi Everyone, I Need Help in customizing Construct-2 Exported Code.

    I made a game for client, He wants to call a function in Index.html to give alert of total-points when user clicks a Specific Button ("Done Button" in Game)

    Here is Game Link ....

    dl.dropboxusercontent.com/u/196969557/Betty_Bellows%20V2.5/index.html

    Right Now When you click on Done, it calls browser alert message.

    But My Client wants to Implement this in Index.html.

    I Need help how I can call this function in Index.html when user clicks on done button, & Access ("TotalPoints" Global Variable in C2Project)

    /**** (I Have less Knowledge about Coding)

    index.html

    <script>

    function update_points(points)

    {

    alert(points);

    }

    </script> ***/

  • 9 posts