zardaloop's Forum Posts

  • Did you set the animation speed to 0?

  • Hi Guys,

    Does anyone know how to make a torch like feature ?

    I want everywhere be dark in the game and provide light like this image .

    Does anyone know how?

  • I want to use particle object for explosion, so wherever the particle is created any tile that particle object overlaps get removed.

    Does anyone know how ?

    I have seen this post :

    and as well as downloading the example from this post :

    But had no luck so far.

  • Thanks lennaert that is exactly what I needed. I knew you would know the answer. Cheers mate

  • mindfaQ well I am not sure how to do that? do you mind to modify the file that I have sent you the link?

    Cheers

  • Hi guys,

    I am having a simple game idea that two player can join into a game where there are multiple objects(some cubes) and they can move objects in turn.

    Something similar to chess that you can drag and drop items on the board in turn.

    What I can't figure out is how the information of drag and drop is passed on from the peer to the host and from host to the peers, so both of them can see the dragged and droped object and later on they can intercact with the object that has been dropped by the other player.

    Does anyone have any example of drag and drop for multiplayer? <img src="{SMILIES_PATH}/icon_e_geek.gif" alt=":geek:" title="Geek"> <img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked"> <img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question"> <img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confused">

    This is what I have done so far https://www.dropbox.com/s/1gfahznq5pbnc ... .capx?dl=0

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Does anyone know how can I scroll the screen into different position for two users which are joined into one multiplayer room.

    I want to scroll the screen into left for host and scroll the screen into right for the peer.

    Many thanks in advance.

  • That was it, many thanks

  • Awesome guys many thanks

  • I have a global text let say "HELLOWORLD" that I want to iterate through it and print

    H

    E

    L

    L

    O

    W

    O

    R

    L

    D

    Does any one know how to do that?

    Cheers

  • I want to design a game that user can drag and drop object and when the object is dropped they can rotate the object. by selecting its rotation handle. Of course I need to also be able to show the handle in first place when the item gets selected.

    I want the exact functionality that exists in the layout editor. Does anyone know if that is possible? Or does anyone have any .capx example for this?

    Many thanks in advance

  • Is it possible to iterate through object of a list that is stored in the data storage and create objects?

    Does anyone know? I desperately need a solution for that.

    Cheers

  • I want to make the drag and drop object be solid. so they can't over lap. However when I set the overlap behavior and solid behavior objects still overlap. Does anyone know how to do that?

    Cheers

  • Hi Guys,

    I am trying to use the plugin cranberrygame plugin to integrate google play with the game that I have created and I want to publish in google play.

    this is what I have done.

    1- I have created an app in the google play developer console.

    2- then clicked on Game services.

    3- clicked on add a new game and filled in the app details.

    4- Then clicked on Linked apps and added an android app (not a web one) as it is stated in this tutorial (https://www.scirra.com/manual/175/google-play) because I don't have any url for it.

    5- selected the package name from the list, which obviously was the new game that I am creating and published that.

    7- went and downloaded the plugin from https://dl.dropboxusercontent.com/u/186681453/free/cranberrygame_PhonegapGame_1.0.64_free.zip

    8- unzipped the file and copied the folder into C:\Program Files\Construct 2\exporters\html5\plugins

    9- restarted the construct2 and imported the plugin.

    10- wrote the following block of functions. and entered the app id that I have got from the game services app

    11. I have went to file>export project >Cordova

    12. created a project XDK and added the following line of code into intelxkd.config.android.xml and intelxdk.config.additionals.

    13 - then off course entered the App_ID that I have got from the game services app

    14- and finally instead of crosswalk because my app end up being really big (around 75MB with max file should be only 50MB)with crosswalk so I can't upload the apk, I use Android and create an apk and upload it into add developer console.

    15- then I download the app from the market.

    The problem

    As soon as application get to this block of code

    it crash

    I highly appreciate if anyone could help me with this.

    Thanks

  • Hi lamies thanks for getting back to me. I don't know where to find the plugin and how to install it. so for example how do I then sign in ? Do I actually need to hard code the functions into the index file? or there is a neat way of construct2 style for that?

    Cheers.