rfisher's Forum Posts

  • Thank you for the VERY quick replies. I think you all pointed me in the right direction.

  • I thought of that to, but how do i fill the array?

  • I would like to place 100+ sprites at certain locations with a comma delimited text string. It will be the same sprite and not different sprites.

    The format would be: x1,y1,x2,y2,x3,y3,x4,y4,...

    Does this already exist? If it doesn't, would it be a behavior or plugin?

  • I have played that game on a ipad and it is very fun. To me it looks like it dynamically recreates the vector graphic that is the ground once you swipe your finger. I don't think we have these options in C2.

  • This is not complete so here it is.

    Your a little knight that has to find chests of gold to build towns. Once you build 4 towns in a row you have made a kingdom and complete the only level in the game. The only thing that is holding you back is if you move your knight 5 blocks in a row, they succumb to dragons.

    Movement is by left mouse clicks. You hover over the knight and you click on the block in that direction to move.

    Knights Quest

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • My real goal was to check for 5 of the same objects in a row using the overlapping at offset method. Well when that didn't work i got the idea to create a object that was the size of 5 objects and check to see if that overlapps and it works. I have no idea why the overlapping at offset doesn't work for me.

  • Well it turns out i was using it correctly and i still can't get it to work.

    <img src="http://www.fishertextiles.com/test.jpg" border="0" />

    Basically i'm trying to test for 2 blue blocks in a row and place a red block on top of one of them if the condition is true.

  • I tried to use this feature and had no luck. Does anybody have a capx showing how to use "overlapping at offset"?

  • Worked, but since i can't set the orgin of rotation it will not work for what i'm doing.

    I'm going to use the following so i can rotate all objects around a point.

    x = cx + r * cos(a)

    y = cy + r * sin(a)

  • Thanks, i would have never thought of that.

  • I'm trying to rotate a layout or layer while maintaining the gravity angle the same. This is with physics objects. My example would be that i have a rectangle with a ball on top of it and as i rotate the layout or layer the ball should roll off and its not. Does anybody have any examples on how to do this?

  • I'm trying to use the function plugin and what i'm doing is not working. I created a function the accepts param(0) and param(1) and is used as X and Y to place a created sprite at a certain location. I do this 5 times in the function to place 5 sprites. I then on layout startup setup param(0) and param(1) and call the function and nothing happens.

  • Do you have to become a member of Kongregate to play? Because the game didn't come up in IE9 or Chrome.

  • Ashley,

    Here is a url of the page from chrome when i did chrome://gpu

    chrome gpu results

    I also just paid for a standard license, Great program and excellent community!!! Keep up the good work!!!

  • The chrome fps is stable. I'll also check on the extensions. On a different computer that has a faster processor i did get 60fps on chrome. But its not that much faster.

    Just checked, the refresh rate is 60hz.