justifun's Forum Posts

  • ludei

    Ashley

    Steps to reproduce:

    1. Use any project

    2. or start a new project (normal template or concoonjs which ever)

    3.

    Observed result:

    CocoonJS app give error

    Alert!

    Javascript error!

    Error: createShader OpenGL error '1281'

    preview_cocoonjs_postlude.js, line (col undefined)

    This is either a bug in Construct 2 or a problem in a third party plugin or behavior - please report it to the developer.

    -This happens even with a brand new project and nothing added.

    Chrome works fine, but cocoonJS app running the lan preview breaks

    Construct 2 version:137

  • devsbuild.it/resources/type/article/coppa-what-consider-developer

    Is your game being developed for kids? Check out the new regulations for apps starting july 1st.

  • eager to see what you come up with. just got my ouya today.

  • Another alternative if you don't have a mac, is to rent one online in the cloud such as macincloud.com

    its a $1 an hour, or they have other pricing options

    Since you are just using xcode to compile, you dont need it for long.

  • add this as a second event to your "on pickup coin" code

    set textbox.text = player.currentmoney

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • is your "run" animation set to "loop" and has a speed higher than 0?

    same goes the frame speeds of the individual frames of your run animation, they should have a higher number than 0

  • Change "start animation from current frame" to

    play animation "fall down"

    or which ever one you want it to trigger on contact.

  • Another solution might be to keep the units looking the same, but add a token or flag or some other item to the unit base (eg: a platform) or something indicating what team they are part of. Lets say you had a tank, and it was sitting on a red circle. That circle would be much easier to deal with changing its color than re-coloring the actual unit. So you could approach it that way as well.

  • You can do it 2 different ways.

    Either add another condition that checks if the touch is over the "left side screen box" or the right side screen box at the time of touch.

    or check its X position of the touch, and see if that's greater or less than half of the layout width.

  • Imagine a space ship that stays in the center of the screen, but the background is infinite space and you can "fly" (offset the background) and it would move based on the input from the player.

    do you have to constantly move the tiled background, and adjust its width/height based on the player's keyboard input? or is there an easier way to achieve endless space?

    thanks

  • There is a 3rd party Unity 3D plugin called Playmaker, which is really super easy to use, and allows you to more easily connect up parts of code without having to learn how to actually code in Javascript or C#.

    Its the closest things i think you'll get to a 3D construct 2.

    It costs money however for the plugin, and sometimes goes on sale. But its worth every penny.

    Start with watching some of the beginner tutorials on their youtube channel to see how easy it is to use.

    youtube.com/user/HutongGamesLLC

  • Only $6 (70+ unique tiles)

    graphicriver.net/item/rpg-dungeon-level-chip-set-02/3657247

    <img src="http://2.s3.envato.com/files/43867785/preview.jpg" border="0" />

    graphicriver.net/item/rpg-dungeon-level-chip-set/3608742

    <img src="http://3.s3.envato.com/files/43249278/preview.jpg" border="0" />

  • Every tick you would compare the previous location to the one before it.

    global variable "PreviousX"

    global variable "PreviousY"

    system every tick

    ->set variable PreviousX to Mouse AbsoluteX

    ->set variable PreviousY to Mouse AbosluteY

    compare system variable PreviousX < Mouse absolute X

    -> Sprite Set Frame "3"

    compare system variable PreviousX < Mouse absolute X

    -> Sprite Set Frame "2"

    compare system variable PreviousY < Mouse absolute Y

    -> Sprite Set Frame "0"

    compare system variable PreviousY > Mouse absolute Y

    -> Sprite Set Frame "1"

  • Graphics gale is a good 2D animation software.

    humanbalance.net/gale/us

    Also Spriter (www.brashmonkey)

    andd Spine (www.esotericsoftware.com