Lancifer's Forum Posts

  • That version is working, thanks.. But , it has the same addons and properties of the browser version?

    Yes, same addons and properties. It's virtually identical to the browser version.

  • GabrielIq

    Have you tried the standalone version of C3?

  • While what R0J0hound said is true, it also helps to use a little common sense when identifying spam.

    Is the linked site suspicious? Does the link contain any referral or affiliate I.D.? Is it off-topic from the conversation?

    If you can say yes to any of those questions, then it's probably spam.

    I did, however, do a quick image search of his avatar and he does indeed seem to be a user of that site.

    It doesn't necessarily mean anything bad though. It just means that he's familiar with it and thought to suggest it.

    But, do whatever you want.

  • 18:9 is the same as a 2:1 ratio.

    Just make the Window width twice the size of the Window height and you will have a 18:9.

    (example: 720x360, 960x480, 1440x720, etc.)

    You might want to read this as well...

    supporting-multiple-screen-sizes

  • Try adding a...

    [quote:1buxwtrf]LocalStorage > on item "numberofrounds" missing > LocalStorage > Set item "numberofrounds" to NumberOfRounds

    To force local storage to create it if it's missing.

  • I have no problems using multiple local storage items in my projects. You probably overlooked something simple, like not having 2 different keys or values to correspond to each item. Can you share a project file or a screenshot of the events?

  • This...

    LocalStorage > on item "numberofrounds" exists > LocalStorage > Set item "numberofrounds" to HighScore

    LocalStorage > on item "numberofrounds" exists > System > Set NumberOfRounds to LocalStorage.ItemValue

    should be...

    [quote:1zl5foee]LocalStorage > on item "numberofrounds" exists > LocalStorage > Set item "numberofrounds" to NumberOfRounds

    LocalStorage > on item "numberofrounds" exists > System > Set NumberOfRounds to LocalStorage.ItemValue

  • PS: Sorry for the long and boring post, finding it tough to concentrate after I suffered a head injury recently. Will try to edit it out if possible.

    No need to apologize. After seeing so many negative posts from disappointed users, I'm sure it's refreshing for Ashley, Tom, and the rest of Scirra, to see something positive being said about them.

    For the most part, I do agree with you. I, personally, am not complaining about the subscription price. I also understand some of the criticisms that are directed at Scirra too. I don't necessarily agree with all of the criticism, but I do understand why some people are complaining. People tend to make their voices heard when they experience something, in their opinion, is unjustified and wrong.

    But, kudos to you for saying something positive. Hopefully, some people will take your suggestion and wait it out and see if it's the right path for Scirra. I certainly will. I enjoy working in C2/C3 and certainly hope the best for Scirra in their success.

  • Where do I find the "choose". I am using Construct 3.

    It's an Expression that you add to the Set Text Parameters...

  • There isn't a search function for the arcade. However, you can use Google to do a site search.

    For example, if you wanted to find an endless runner game...

    site:scirra.com/arcade "endless runner"[/code:3iestkpl]
  • Well, I got curious and am now following that tutorial also...to see if I can reproduce this problem.

    A quick google search reveals others with the same problem and they fixed it by uninstalling jdk9 and installing jdk8.

    Edit - Btw, I already have jdk8 installed and am not getting this error.

  • Yes, this is the command:

    C:\Users\Menno\AppData\Local\Android\Sdk\build-tools\27.0.3\apksigner sign --ks release-key.jks --out signed.apk aligned.apk

    Are you sure that's the installation folder? Maybe it's this...

    C:\Users\Menno\AppData\Local\Android\android-sdk\build-tools\27.0.3\apksigner sign --ks release-key.jks --out signed.apk aligned.apk[/code:2agotuun]Note that it says [b]android-sdk[/b] and not just [b]Sdk[/b].
  • Apparently, I guessed wrong.

    I use another method to build my apks (Android Studio).

    Can you paste here the actual command you used?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm guessing you missed the part that says this...

    [quote:3jgdrvpz]In the following steps, we'll shorten the full paths to path\to\jdk and path\to\android\build-tools for brevity. When you see these, you'll need to replace them with the full paths. Don't forget to surround them in double-quotes if they contain a space, and in PowerShell, if you use double quotes also prefix it with &.

  • You can find rexrainbow's C3 plugins here...

    https://github.com/rexrainbow/C3RexDoc/ ... o/index.md