shinkan's Forum Posts

  • Niko Probably yes. Most of them was made two years ago in sfxr (bfxr younger brother). For this version of game I've only remastered some of them and add a couple of new ones.

  • Im in too.

    "Dynamic lights and shadows" is one of the biggest missing feature here.

    Maybe it could be done like official SpriteFont? Let them give it to someone else to do the hard work ;)

  • Avast! here as well.

  • <img src="https://dl.dropboxusercontent.com/u/34375299/Games/Cybernetic%20Overload/game%20screens/screen.jpg" border="0">

    <font size="4"><font color="brown">No story, no plot, no adventures...</font></font>

    <font size="4"><font color="brown">Shoot, destroy, survive!</font></font>

    Old school, arcade style little shooter.

    Survive all enemy waves and destroy as many of them as you can.

    You have only one life so be careful.

    <font color="brown">Cybernetic Overload</font> is a remake of my old game made in CC.

    Play it on:

    Newgrounds

    Kongregate

    Download original game here: Cybernetic Overload (CC)

  • You could assign each world a number. So first whole sentence is put into an array in order like "My name is Jerry and her name is Jane" so "My"=1 "name"=2 "is"=3... and then when you shuffle you will have each word correctly numbered but at random position.

  • I've downloaded v0.6.3 of node-webkit from the GirHub, replaced all the files in C2 node-webkit folder and everything back to normal. Even my antivirus stop flagging and deleting exported files - without turning it off.

    Preview, export and running someone else's files.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • There's no way to use Sprites (or any objects) by name in expressions in C2. There are few walkarounds for this situation, but still can't call by name.

  • antivirus flagged and deleted only the exported *.exe file. So there must be something with C2 or nodewebkit itself.

    sqiddster, right. So we must be doing something to trigger this, bug?

  • Like I said I had no problems for last 10 days. It started suddenly few hours ago (before that I was using nodewebkit preview all the time). Since then it's permanent for every opened/created project.

    At first when it happened I was exporting my project to exe and my antivirus soft gave me a popup notification about "potentially dangerous file" and delete exe from exported folder. It was kind of strange but i've added C2 folder and folder for export to exclusions and then exported my project without any problems. And since then node webkit don't work for me at all. Got same window like sqiddster on preview, and no exe file after export - even while antivirus soft is completely turned off.

    sqiddster does it work fine for you after exporting?

  • Starts showing for me as well just now. There were no problems since r139 showed up until 5 minutes ago. Now it's everytime when I press preview.

  • nutmix just use search, there's quite few posts about that

    David Flook don't need timer for that

    Every tick: lerp(self.x,targetX,dt)

  • ?: is a conditional operator

    It's all quite nicely explained in manual, You can find it here.

  • RookieDev just send you a pm

  • Works fine for me. No doubling here.

  • Just tell me what you need - basic stuff like how many rows, columns...

    You want to add items by clicking on them with mouse or overlapping by another sprite? Same type of items should stack on each other or occupy different cells? I try to comment everything in file so you could easily understand whats going on and make changes to any part of it.