Cipriux's Forum Posts

  • DUTOIT Thanks. It didn't cross my mind to check Alexa.

    I have a friend that say americans are the best because are all over the internet and do all the cool stuff, but again... I am on the internet and I'm not american. That makes me wonder how people see the world.

  • zenox98 From my analytical point of view. Most people do not write on forum because of bad english, but they are part of the community.

    P.S. English does not mean US

  • VictoryX Your proposal is a good one, but 80% of Scirra community is outside US.

    Hope you will find your team.

  • Yeah, good points here, but saving SOL allows you to do bitwise operations with sets

    more easily.

  • I think I am not the first one to suggest this:

    An action to allow me to save the SOL to a variable, an array or a tag to check collision using different SOL .

    One of the issue with C2 is the difficulty to check collision between instances of the same object without knowing IID of UID.

    I am working on a game with jewels and I find it redundant that I have to use an invisible sprite using 10-15 events (maybe not the best solution).

  • Isn't London GMT + 0 ?

  • delgado mitchjohnson52

    IF you already have the .keystore file (it is a one time process) I can give you my method of decompiling/recompiling/sign/zipalign . no need to use command line.

    I had made 4 shortcuts and put the commands as attributes so the only thing you have to do is put the .apk file, rename it, lunch the corresponding shortcut, and in 10 seconds you are done.

    I put the decompiler so I can half the size of the apk downloaded from cocoonJS (cocoonJS puts 2 version of armeabi library, so I make 2 version of the apk and upload them both to the store )

    This method sign .apk files not jar

  • Pipes Puzzle: added 2 days ago, 280 plays, made 12 cents net

    http://www.kongregate.com/games/cipriux/green-waste-pipes-puzzle

  • Dasat

    Every circle becomes an ellipse (with an extra distortion in 2 and 3 point perspective)

    you could find the distortion using Ellipse polar coordinates, but is complicated unless you are good at math.

    Make the knob line having a with = radius intersecting a point in a eclipse function of angle here

  • Dasat   You can install different versions of Construct in different directores without interfering with each other(Just click "NO" if asked to uninstal the old version of it)

    Also you can open the .caprox file from the project directory (renaming capx extention to zip and unpack) and modify the tag <saved-with-version> and replace with older version (from 15200 to 15102 --- i think 0 in this context act as a decimal point)

    ...but maybe you have your reasons .

    Try redownloading the capx again as I replaced it with 151.2 version

  • Chigabooga I receive it. Thanks

  • Chigabooga

    Thanks

  • Try Construct 3

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

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

    Yes, on event sheet.

    <img src="https://dl.dropboxusercontent.com/u/139926126/Forums/scirra/preload_sound.PNG" border="0" />

  • RickUSBstick do you mean in a shooping website after selecting an item to buy, a dialog appears that say "your item is in the basket" ?

    If that's the case, put a text/image where you want it to show up, but make it invisible (in property window select "Initial visibility = Invisible"), then make it visible at runtime.

    Or you can also move it outside the layout changing it's X or Y coordinate

  • Dasat post your html game in the "public" folder in DropBox. If you dont find it, search google how to enabble it.

    [EDIT]: hope this helps

    example

    capx