astonishin's Forum Posts

  • Im creating a flappy bird clone with a twist and i need a developer to finish it. Using the tutorial on here i got pretty far but i still need scoring, levels, and some work to use the different characters.

    I have graphics already so right now i need the dev and thats it. Im have a itunes dev account so when the game is done im looking to submit to the app store.

    Payment: Paypal

  • I have a couple great game ideas that i think people will love and i want to partner with someone to create the graphics and build the game with scirra. I have a ios dev account so i just need this thing built so it can be published. I will split all profits 50/50 and cover all cost and other aspects.

  • True its just frustration for me to do these thing multiple times and keep failiing while i know people on the forum knows how to do it much faster and better than me.

  • I had this problem fixed it my moving the objects to a bottom layer.

  • I need help dropping candy kane from them sky so the monkey can catch them for points. How do i do that?

    Here my capx

    mediafire.com

  • After testing my game and seeing that once the player comes out the view margin since i placed my touch controls in there once i exist it they no longer work. How can i keep it position the same placed on the screen?

  • Here is a tutorial for anyone that needs it.

    scirra.com/tutorials/189/on-screen-touch-controls-for-button-games

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have some game ideas some i did a little work by my self but i cant get the events right. I need someone to work with to help me create these games then use phonegap to sell that on mobile devices im willing to spilt profits evenly. I already have a ios developer account purchased and up.

  • How do i move left and right what settings in need to set this control up.

    Figured it how i need to simulate it.

  • How can i make it so half the screen move my platform left and the other half moves it right? Like im unning the game on my iphone and thats how i need the control to be.

    Ok i created two clear png files what i planned to do is put that over my game on both side and connect it to move the object left and right, what i need now is help on how to do that.

  • Well, the catapult capx is pretty explanatory.

    The three states of the button mouse are the same that in the touch object.

    (On touch start, is touching object, on touch end)

    On touch start, you display the arm, the trajectory (as a sprite, like greenarrow is in catapult) and the gift.

    Is touching object, you set the angle of your arm and of your direction.

    On touch end, you apply a force on your gift.

    You can read more about the force and such in the physic tutorials (basic and advanced)

    Ty never looked at it liked that.

  • bump

  • yeah the angle was being changed i turned that off so now its good.

  • Ok so i created my game works fine but i need help with the touch controls since it will be a mobile game. I set some events up some are working some are not. What i want is that when someone touch Santa his throw hand goes up then a dotted line will allow you to see where he will throw the box. The objective is to throw the box onto those ice box and deliver it. The more he pull back the further it will go.

    You see like the catapult in this example scirra.com/forum/drag-and-throw-physics_topic45693_page2.html when the ball is pull back the arrow moves and also get longer i need help with that.

  • So i set up a background and the floor, Then i have a stick man as a player. When i press the up arrow key(jump) the player goes on its side and starts bouncing. When i press left and right it moves left and right but on its side