Lancifer's Forum Posts

  • 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?

  • 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

  • That's not how Joomla templates work.

    You would have to install the Joomla CMS on your web hosting before you can use that template. Joomla CMS is a content management system (CMS) that requires php and mysql to work. Does your hosting have those? You may want to do some research on Joomla before jumping into it. It's not the easiest CMS to work with for a beginner.

    So, it takes more than a template and a domain name to get a Joomla site running.

  • Well, it's not impossible.

    Simple ads can be done. You can include ad scripts on the page that the game is embedded on (outside of the game)...or, if you want an ad in the game itself, you can include a banner sprite, with an on touched object (or on object clicked)> browser>open url in new window event.

    But, as I said, it's only for simple ads. If you want something more complex, I'm afraid Froweey is probably correct.

  • My suggestion is to use the LiteTween plugin located here...

    behavior-litetween_t70700

    It does a majority of the easings listed at http://easings.net.

  • Try Construct 3

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

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

    Your suspicion is correct. That is a direct copy/paste from this thread...

    He just changed the link.