Burvey's Forum Posts

  • That's really cool!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can resize the height of the tiled background in the editor and that should fix your issue.

  • Thank you very much, that's exactly what I was hoping!

  • I've been reading up a lot on sprites and how to optimize them. I read that it's best when using construct 2 to size the sprite to a power of 2 minus 2 pixels. But, I also read that you should always crop the transparent area off of the images before using them. So would it be better to have 20 to 30 126x126 sprites and keep the transparent areas or to crop them down and have 20 to 30 70x53 sprites, which would mean much less transparent pixels but not a power of 2 minus 2?

  • I have a question regarding placing audio into the music or sounds folder. When I started creating my game I was developing it for use on the web. As such I was placing my music and other audio files that aren't utilized very often into the music folder so that they would stream and not require being downloaded. Now I've changed directions and am going to be exporting using node-webkit instead. Since all the audio files will need to be downloaded already, would it be to my advantage to move all the sound files from the music folder into the sounds folder, or will it make no difference? Currently as it stands I have around 100 files in the sounds folder and 3 to 4 times that in the music folder.

    EDIT:

    I should add that download time isn't going to be an issue for me. The only concern is since the files are already downloaded, will they play immediately even if placed in the music folder, or will they still try to stream?

  • Thank you very much.

  • I'm just curious, is using floor random rather then just random any more efficient if it doesn't matter if the number returned is whole or not? I use random several hundred times in my project, mostly for timing new spawns and such, so I was just wondering if it would make any difference as far as efficiency goes.

    Thanks,

    Dennis

  • Thanks for your reply PixelHero. I should have noted, Use Mouse Input is already set to Yes. Any other ideas?

  • A repository would be wonderful.

  • I've run into an unexpected snag in my game development. I've added a PayPal donate button but for some reason it only works when it's clicked on with the mouse, not when it's clicked via touch on my touch screen. Since I'm developing for a touch only device this is a big issue. Any idea why this would happen and how to fix it?

    PS - I'm using pode-div to display the PayPal button.

    Thank you,

    Dennis

  • Does anyone have any ideas about this? I want to move into the beta phase asap and I'm not sure if I'll need to remove the video completely since in the current condition (100% opacity) it's covering the "start game" menu on some computers.

    Thank you,

    Dennis

  • In my game I have a video that plays over the title screen via a div (pode-div). In order for it to look good and work correctly for what I want, I'm using a low opacity level for the video. It was working well until I exported using node-webkit, and in fact it still works on some of the computers I've tested with. But it seems that on some computers the opacity of the video/div isn't set correctly. Is there a way that I can trouble shoot this. For example make the video only show up if the opacity is able to be adjusted correctly on the computer that the game is playing?

    Thank you.

  • washingtonbr Can you post your capx please?

  • Have you tried using a sub-event?

  • check your other post, I uploaded a capx for you.