LittleStain's Forum Posts

  • pixel perfick

    I'm not planning to make a digital D pad, for it should be possible for anyone knowing the basics of Construct2 to create it themselves.

    At least from what I understand it would just be sprites with on touched behaviour.

  • For the dual thumbstick option I have chosen to make an example with a tank of which the top can rotate freely..

    Update (hopefully coming soon)

  • Just keep them coming..

    Dual joystick-implementation could be fun..

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm kind of dissapointed you haven't responded to my email.

    Even if only to tell me you are not interested.

    It shouldn't be too much trouble to be respectful to people, should it?

  • I would be willing to help, although I don't work with Adobe flash.

    I do however work with photoshop, inkscape, scribus, blender3D and have a lot of experience with Construct2.

  • Something like this would probably work:

    barprogress - set height : (layoutheight-scroller.y)*barback.height/layoutheight+barprogress.y

  • I'm not really sure what the composer part would be, could you give an example of what you have untill now?

  • You're not really going wrong anywhere..

    If you make a platform on which the player stands and you move to the left or right, the player only starts falling if it is completely free from the platform, the same applies here. the player isn't colliding with the obstacle untill it is completely clear of the ground.

    This is built in in the platform behaviour, so you will have to find a way around it to check if the player is colliding on the same level as the ground. (you could use a detection sprite for it, or maybe an imagepoint or overlapping with offset detection)

  • pixel perfick,

    Thanks! I know the graphics are crap at the moment and the area is probably too small, but they are actually only there to show it's working.

    For improvements I was thinking of things like being able to put the stick anywhere you want on-screen easily, or adding adjustable speed for the different behaviours depending on distance to the center of the stick (only bullet behaviour has this implemented now).

    Also I wanted to know if the response to user input is as expected, but your comment about the nice feel makes me think I chose wisely.

  • You probably want textbox.text, which is the text inside the textbox.

  • I personally prefer

    http://www.scirra.com/forum/plugins-pode-html-pack_topic51522.html

    I use the iframe mechanism of Pode's pack to display Leadbolt-ads for example.

    Agreed.

  • -Edit-

  • I've come across many questions in the "How do I"-section about analog-stick/thumbstick/onscreen joysticks and decided to make a capx showing how to create such onscreen controls for all build-in movement behaviours Construct2 has.

    Thumbstick template preview online

    (Touch the behaviour name to toggle between the different behaviours)

    I'd like your opininions to improve upon this example before posting it online.

    Which extra options are needed/wanted?

    How could I make it better?

    I'd like to thank you for your input and thoughts about this, so I can make it a one-stop solution for those wanting to implement these kind of controls to their (mobile) C2 projects.

    Update 5-2-2014

    I won't be able to work on this any further, so I have decided to share the capx without any comments and or further improvements/adjustments.

    Here's the link

  • Car if animation1 is playing

    -set max speed

    -set drift recover

    Car if animation2 is playing

    -set max speed

    -set drift recover

    should be easy enough, right?

  • Why would the or block have to be checked every tick, when it can only affect anything every player.fireratio seconds?

    Or are you planning to add more code to the block?