ArcadEd's Forum Posts

  • How can you tell if it's been injected?

  • OK, so I got it installed. Always love learning new stuff :).

    Anyway, now when I try to build with Pender I get

    $ ./pendertools -p /c/java/kaplow-pend.zip

    PenderTools: Creating Library Project

    ./pendertools: line 81: android: command not found

    grep: invalid option -- o

    Usage: grep [OPTION]... PATTERN [FILE]...

    Try `grep --help' for more information.

    android create lib-project --name Pender --target 0 --path /c/java/kaplow-pend.z

    ip/PenderAndroidLibrary --package com.pender

    ./pendertools: line 73: android: command not found

    I don't expect you know how to help with this, but figured I would post it up :).

  • Wink

    That's awesome. I'm running into an issue just getting Pender. Any advice?

    Using: git clone git@github.com:lorinbeer/Pender-android.git

    Cloning into 'Pender-android'...

    Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts.

    ERROR: Repository not found.

    fatal: Could not read from remote repository.

    Please make sure you have the correct access rights

    and the repository exists.

    Thanks

  • Actually this seems easier than CYGwin.

    docs.github.com/en/get-started/getting-started-with-git/set-up-git

    However, all the linux stuff hurts my head. LOL

  • I just got as far as installing Cygwin, I quickly tried the git command and it's not found. Later tonight I might play around with it, or tomorrow.

    Make sure you are not just using a windows command prompt, you need cygwin installed. Maybe a quick google of git and cygwin will find a good result.

    OK, so yeah. You need to select those packages during the install.

    ccn.ucla.edu/wiki/index.php/Setting_Up_and_Using_Git

  • Ohh. I'm going to look into this right away. I'll post up here :).

  • Maybe everyone that wants a native exporter should start up a kickstarter to raise the funds to throw at someone to make it. I'd chip in :).

    However, I with the others. C2 is a HTML5 game making tool, and I am having a blast with it. Do I wish it exported natively to iOS? Damn right, hell I would would pay for that exporter right now. It is what it is though.

  • Same for me, I run it on my Windows 8 PC as well.

  • Good luck. Sometimes even just posting and typing out the issues can help you solve it. I don't know how many times I posted an issue, just to find a solution right after I post :).

  • Hmm, yeah I always run the latest beta of construct, sorry.

    What if you you first do a For Each Sheep, then a sub event with your If dog near sheep?

  • Instead of Set Angle Towards try Set Angle, to dog.angle

    It seemed to work for me, if that is what you are going for.

    Sheepherder.capx

  • Oh, I bet I have this problem on all of my apps.

    WaterlooErik, I need to make this change to the app still. I completely forgot about this.

  • We all do :)

  • Try Construct 3

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

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

    I only use Phonegap with simple games/apps. I build it through eclipse (for droid) and xcode (for ios) because it gives me more flexibility in the build. I can add any 3rd party sdk I want, in this case AdMob. I can also include, exclude permissions, etc.

    Also, in the past I used the Audio Latency plugin for phonegap to fix up laggy sound issues, however I didn't need to this time. I'm guessing the latest version of phonegap has solved that issue.

    Thanks for the nice words on my game, yes I did all the graphics myself. Except for the pictures, those were purchased.

  • Yes, I turned that option off in construct, exported to phonegap and built with eclipse and everything worked great. Going update my other app that's been on google play for a while. I had to make it not available to Droid os over 4.1. :)

    I should reiterate, this was only a problem when building with phonegap through eclipse. Not sure if it happens with phonegap build as well.