aridale's Forum Posts

  • ok... what png? there isnt one in the zip.

    Have you tested the new version? Even your example page doesnt work all I get no matter what I push is the normal sized shield img and in my own program the On Saving Complete is never getting called its not even attempting to save my img

  • Getting this error

    <img src="http://dl.dropbox.com/u/53012532/c2iError.png" border="0" />

  • theres a setting in 8 directions properties called Set Angle. Change it to no and it wont change any directions or animations unless you tell it to

    For the animations theres a loop setting in the same place all the object properties are when you edit them. Click the animation and the options are there

  • the apps/games only run in browsers. the files exported you have to have hosted somewhere online then you point a browser to that hosted location and use the app/game. There is no downloading to any device

  • heres one of my lil tests

    Platform Test

    So far I can tell its a pain in the ass to work with tiles in c2 lol

  • Heres how I solved it

    <img src="http://dl.dropbox.com/u/53012532/JumpThruSolution.png" border="0" />

  • hey thanks for the example! Its not a great solution but it works sure enough! I had no clue there was enable/disable for solid/jumpthru thats damn useful

  • How can I make it so the platform behavior can fall down thru a jumpthru object from above? Like when you wanna jump back down

    Ive tried just moving the players position down a bit with sprite Set Y but it doesnt look like the Jumpthru updates that Im now below it again and it should stop bein solid

    Anyone figured out a way to do it?

  • so simple... Is there a facepalm emote lol

  • Pode how do I get this to work? Everytime I start c2 I get this error

    <img src="http://dl.dropbox.com/u/53012532/PodeError.png" border="0" />

  • Grid Snap for Collision Poly Editing

    Thats my suggestion right now. I also would like to put my vote in for a simple rbga image editor built in too

  • Hes not tryin to add linebreaks hes tryin to remove em

    I dunno if construct has a chr() expression but chr(10)+chr(13) is a newline. If nothin else you can try that

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • thatd work for a button but what about editing and interacting with the text in a textbox?

  • Right now I have a textbox and a button on a UI layer in a simple test project. I also have a keyboard event for right arrow released.

    The problem is once I click on the button or inside the textbox it now has focus and the keyboard input is sent to it instead of the rest of the game stopping my keyboard event from ever happening.

    So my question is how can I remove the focus from a control like that? Can I at all or is this a bug/missing option?

  • if you create an Array and then clone it the cloned array wont return any values just 0 no matter what. I dont know if it just doesnt get the values set properly or just doesnt return em properly but either way it doesnt work.

    I struggled for over an hour last night tryin to use a cloned array and nothin was workin. I had to resort to the browser dialog box plugin to start testin values as I set em. No matter what I did the cloned array only returned 0.

    So then I inserted a new array (not cloned one of the existing ones) and it worked with no issues and I was able to move on