aridale's Forum Posts

  • Does that actually work Tokinsom?

  • if the crates have physics on em wouldnt the player bumpin into be enough to cause em to react?

  • dt is deltatime is a system variable for the time it took to complete the last frame

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • no you dont need 2 of each control. You just setup your controls to effect the currently active one and make the one thats not bein controlled ignore input

  • Ive got 2 projects I want to merge and its not really workin out. I open both and then move/copy all the stuff from one to the other and it works fine until I close the project I was copyin from then it crashes c2 when I try to edit the event sheets

  • I wouldnt even bother tryin to do it that way really.

    Make the 2 chars you can control both have whatever control behavior you want and when you need to switch between them just disable input on the old one and enable input on the new one.

    Treat each as its own playable character with full support for everything your game requires

  • incase your wondering how it happened... you probably put the tree in the layout after the player object. Objects are ordered on Z in the order they were created

    To make sure your player is always "on top" of everything else on the same layer move the player object to the top of the Z order every tick

  • dropbox with the dropbox program installed on your computer is BY FAR the easiest way to test your apps in a "real site" kinda situation. As long as you dont need to request files from a website or use php or anythin its the fastest way to go.

    For those that dont know the dropbox program installed on your computer makes a folder on your computer that mirrors your dropbox online. It has the private folders and public folders just like using the website but its all on your computer with the standard windows interface.

    Wanna put an example on dropbox so ppl can see it? Make a new folder in your public folder and export straight from c2 to that folder... its (almost) immediately available to see in a browser. Just right click on the index.html and goto Dropbox -> Copy Public Link and then share that link with whoever you want to see it. Its that simple

    if only ftpbox worked that well =(

  • its all just guessing about how your doin it without you postin your capx for us to look at

  • spriters-resource is one of the best sites youll find. It doesnt have a lot in the way of custom made sprites but it has more sprites ripped from games than any other site Ive ever seen. Sure you cant make a commercial game with em but if you just need already fully made stuff... cant go wrong

  • this seems a bit off to me... If he wins the 10k prize thats cause his entry was the best it doesnt matter what he made it with so why should he have to buy a c2 licenses if he wins just cause he used c2 to make his entry?

    He didnt make 10k by SELLING things made with c2 which is whats implied by the business licenses right?

  • its called variable jumping and theres nothing built in to handle it. Basically what you do is set the vspeed to 0 when jump is released if vspeed is less than 0 (aka jumping)

  • try a 'on create' event for your patrol and make it make its own shadow object. Then every time a patrol is created itll make its own shadow without you havin to keep up with it. Just make sure you store the shadow object thats created with an instance var for that patrol so when the patrols deleted it can delete its shadow in an 'on destroy' event

  • if overlapping a wall and falling decrease gravity so you fall slower else set gravity to normal. The rest is just animation to show that the char is wall sliding

  • yeah! not have em installed and try to open the file! lol. Thats the only way I know