Jase00's Forum Posts

  • 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!

  • 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!

  • I swear I had wrote this already in this thread, but I can't see it :P

    This works amazingly for my game, which is physics heavy! I'm not sure how to report or anyhting, but there is just one bug, which is it crashes with an error when I retrieve a physics object's "mass". (There's 2 points where I'd refer to the objects mass and those two times gives the same crash). Other than that, perfect!

  • jojoe

    Hey man, I can't give screenshot evidence RIGHT now but I have tested 2 things in (iirc) "Ubuntu 12.04 LTS" 64-bit in the past, they worked perfectly although the game performance would lag when fullscreen (But I believe I had something wrong with my drivers). This was a few months back. I'll go check it out in a moment with an export of a project using the current version of Construct 2, and I'll post results. (I'm not a massive linux user, I have it dual-booted with Windows 7, which I use primarily, so gotta rebootz.)

    EDIT: Goddamn I don't get Ubuntu. Took me a while to get it working but only because I had exported it into my external harddrive rather than the same harddrive that Ubuntu is installed in. SO I moved the files onto main harddrive and Linux64 ran perfectly, actually maintained 60fps more than when I ran the NodeWebkit export on windows! However, maximizing the game makes it lag like I mentioned before this edit.

    So I hit Printscreen, it lets me pick where to save the screenshot. I pick my external harddrive, it gets angry and says I cannot, so I place it in a new folder in my main harddrive, and I take a few more screenshots.

    I just rebooted back into windows and then I realise all but 1 screenshots are missing, and the one screenshot is broken. <img src="smileys/smiley5.gif" border="0" align="middle" />

    So, since I didn't want to have done that for no reason, here's a screenshot of the broken screenshot. <img src="smileys/smiley36.gif" border="0" align="middle" />

    [Removed, pointeless lol]

    tl;dr, Construct 2 [R147]'s Node-Webkit export works perfect in Ubuntu 12.04 LTS 64-bit, aside from lag for me in fullscreen. 32-bit doesn't seem to run at all (But that's safely assumed that it's because the install of Ubuntu is 64-bit)

  • tulamide , As you requested, in my project, I have written "Music by Tulamide" along with the track name I used, but I have been including images in my "Credits" section. Should I use your avatar here on Scirra with the hedgehog flipping me off? :P Or do you have another image you'd prefer, or would you prefer no image at all?

    Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • +1! I'd find this useful mainly for origin point alignment if it was to move the previous/next image according to origin-points :P

  • You can do that in the same event as the created object :P Just have the instance variables and make sure to put the "Set variables" events AFTER the "Create" event.

    -On mouse click

    +Create "Sprite" (0,0)

    +Set Sprite "HP" to 155

    +Set Sprite "Name" to "Bob"

    Edit: AS FOR sub-events, I'm pretty sure it automatically selects the object you created in the main event (though I may be wrong).