DiggyDog's Forum Posts

  • Usually people do not update these examples.

    But generally when people update something there sharing they indicate a update with -

    v1.1 - Made ?? Even more stable, added user support or whatever.

    or,

    changelog 1.1 -Made ?? Even more stable, added user support or whatever.

    You will see this often in the third party plugins section as there something that users regulary update.

    But as for this thread, New things are added to the bottom of the list of each category.

  • Does anyone have a tip/trick to reset the players position without them knowing or being notable,

    My game is a never ending score based game, And instead of having the layout to be something like 5,000,000 px long(Exaggeration), I could have it like 50,000 And then reset its position to somewhere in the start of the layout without them knowing, Is this possible?

    I Think i know half of the process, Well obviously art based, Having a animation incorporated into the loop so there appears hardly anything there except the Tiled BG, so there are not many obvious jumps.

    The part that confuses me would be when it comes to re-positioning the player at the exact point they was on the screen, I would need to record there exact x position, exact y, and exact angle. Hmmm any ideas or am i just to much of a enthusiast?

  • Wow Cool game, You considering releasing the capx? ;D

  • Not right now I dont think. You would have to make a third party plugin using javascript, Or use one of the allready made third party plugins to somehow detect the controller, There are plugins that allow you to call javascript so that might be a way to do it, But im not entirely sure.

    But im sure construct2 does not support the Xbox360 Controller.

  • , Thanks for the capx, But it all seemed a little to complex to me.

    , Yeah eventually i understood the sine behavior, I was just being dumb to be honest :)

  • smitchell, Thanks for your example.

    Kyatric, could you point me in the right direction? What joints do i need to use instead ect.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • How would you create a vehicle like this:

    Example

    I know there is a example 'physics vehicle' in the construct2 folder, But its not really the same kinda physics, Has someone got a quick example to share?

    Thanks.

  • Wow thanks, Can't think what i would use it for but one day I will :)

  • Kyatric,

    I tried to use the sine behavior, But I dont really understand it..

    and as for doing through events, What do you suggest somthing like:

    global var targetY1

    global var targetY2

    System: Every tick

       Object:Set y Position - lerp(self.y, targetY1,0.8)

    Something like that? But then how about once it hits its target position, How do you set it to target the next(targetY2) ?? and what about smoothness. Any ideas?

  • Elllooooooooo All, Merry christmas!!

  • rexrainbow,

    ?? You think i should load the strings from ajax and the call the javascript? Will that work? could you show me a example..?

  • Hi, Im new to construct(LOVING IT) And have started to understand it really well!! One quick question if you wouldn't mind helping a noob out..

    Could someone tell me how to make a object follow a sine wave and spawn a object from its position every x seconds..

    I know how to spawn every x seconds,

    And I know a very rough way of making the wave(Using MoveTo plugin) But i want a really nice smooth wave, Which can be adjusted at runtime.

    Thanks for your help!