Jase00's Forum Posts

  • No crashes here so far!

    EDIT: Been using Construct 2 on my main project for around 3 hours, using the image editor a few times importing images, lots of event work, layout work, running the project (so basically, using all the primary functions of C2) and I'm happy to report that I got no crashes, and upon closing construct 2, it closed instantly without a hitch!

  • It's very interesting to see the different music and different reasons to why one listens to particular music (or not :P) when they are developing! I've taken a liking to the radio stations that jojoe mentioned, pretty awesome!

    Another thing I tend to do, is use Winamp + "Pacemaker" plugin, which allows you to alter the tempo/pitch of an audio file in realtime. I would lower the pitch slightly, and the tempo slightly more, gives a whole new spin on how the music sounds (It can make most songs feel more chilled and less distracting as they are slower!). It works for Rock music very well in my opinion, just got to adjust it right!

    I believe this is how mediocre "Nightcore" remixes are made, so if you like Nightcore, you'd probably really enjoy doing this! <img src="smileys/smiley16.gif" border="0" align="middle" />

  • I did notice this!

    I always thought it is because the Platform Behaviour is constantly figuring out angles with SIN and COS, (which makes even old calculators lag badly when using lots of those in one equation), but having it figure out angles, 60 times a second, multiplied by the amount of enemies, it comes to about 600 times a second!

    Though that's just an idea, I may be very wrong. Though if right, there should be a way to disable the angle stuff if the angle is 0.

  • Hey, I tend to keep Firefox open constantly with lots of tabs, and I'd be logged in on the forums here and post around and stuff.

    But recently, I randomly end up logged out (I ALWAYS click "Remember me", and continue to do so each time I re-log in). I'm not closing Firefox, I'm not touching cache stuff or anything, I just go back to the Scirra tab, click on a link, and realise that I'm suddenly logged out.

    Is this a website issue?

  • Thank god you didn't include the word "analyse"!

  • I just want to alert this, but this is still happening to me, and I started a new project and it's happening to it aswell, thousands of small 1kb files that add up to be massive!

    I have 100% used Node-Webkit since I started this new project, no other browsers.

    Does this happen to anyone else?

    If you are reading this and you commonly use Node-Webkit to preview, I'd be interested to know what happens to you! Simply go to:

    C:\Users[YOURUSERNAME]\AppData\Local[YOURPROJECTNAME]

    And once in here, right click your "Cache" folder and click Properties, report back with how many files you have! <img src="smileys/smiley16.gif" border="0" align="middle" />

  • hacks.mozilla.org/2013/10/progress-report-on-cross-platform-open-web-apps

    This seems like it could be the end to all the headache for Android exporting!

    Give it a read!

  • > Well, I've uploaded my app for verification and now I'm extremely anxious! :P

    did you take my tut on publishing because they wont exept it into the contest without it using api 2.2 and my tut shows how to do that

    I think I followed a guide that you made, you had the links to the different screen sizes I believe I used. Thanks!

    I got successfully validated and entered the competition now. I am pretty happy I even got in at all :)

  • I've been insanely busy and a lot more inactive on the forums thanks to Tizen challenge consuming my life, but finally I wanna say: I love the updated artwork for your game! Looks so cute!

    Thumbs up-ed on greenlight!

  • Well, I've uploaded my app for verification and now I'm extremely anxious! :P

  • So Scirrians, what do you listen to when you're programming? Gotta have a bit of tunage playing whilst you're developing!

    I tend to listen to chillout music, like

    . I find it works nicely since it's not distracting and usually tends to avoid excessive lyrics (I end up focusing on the lyrics and forget short-term information I should be remembering whilst programming <img src="smileys/smiley36.gif" border="0" align="middle"> )

    If that's TOO chill for you, there's always

    . That tends to be more upbeat than Ambient, so you don't lull yourself to sleep :P

    And then other times when I don't have to focus intently, like when creating something I'm very confident with, I'd listen to what I generally do enjoy (70's, 80's, rock, metal, you name it!) since I don't need much focus and can sing along to it awfully!

    How about you? Post links if you can! <img src="smileys/smiley16.gif" border="0" align="middle">

  • Pretty cool to see this! I like tinkering with other operating systems, though I do find the most reliant and productive OS is Windows (In my experience so far). Haven't tinkered with Mac stuff hardly yet, so this should be fun assuming it can be dual-booted or run in Virtualbox!

  • I think it uses the earliest object's properties.

    Here's a neat suggestion, the ability to Right-click an object and select "Set as default object". That would be useful, I sometimes look around all layouts to find the object that "Create Object" uses the values from, would be cool to just right-click the object in the "Objects Layout" and set it as default!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • My prediction without seeing a capx is, maybe you have set the object to "Global" in it's properties? That could be causing the strange behaviour.

  • narFsnw , You gotta setup "Preview over LAN" in the virtual box and then connect to the virtual box's IP address (e.g. "192.168.0.2:50000"), then it will work in the host browser!

    Here's a guide!