Tokinsom's Forum Posts

  • ^ They take 30% if that's what you're asking.

  • Using C2 you're technically developing for any platform it supports..."Developing solely for PC" translates to "I clicked Node Webkit export instead" lol. Unless you're using NW-exclusive features, that is..but still.

  • -Yep

    -Nope

    -Yeah but you need to register with apple at $99 a year and so on iirc

    -Yep

    -Check out the Scirra Store above. Not much in it at the moment but I'm sure there will be soon enough. There are also lots of .capx files to learn from around here, and of course the manual.

  • Use families. Put Sprite9 in the family, then compare collisions between sprite9 and the family.

  • Yeah it looks like instead of flipping the tiles it flips the positions of the tiles..or something. I've tried changing the hot spot and a few other things but nothing works. It worked perfectly a few builds ago...

    <img src="https://dl.dropboxusercontent.com/u/105711543/derp.png" border="0" />

  • Sounds cool but if it only runs on mac then uh..next :)

  • Just create the tiles at .PhysicalX+Tile.Width/2

  • Likewise. Not very convenient either!

  • Yeah it's pretty difficult to read toggled events, but I guess that's the point. Perhaps the text can be grayed out instead?

  • Yeah I don't really get it either. Elaboration needed! (Why not just add node webkit in the browser preview list? >:T)

  • Arg, can't find it. Might've been in the "How Do I" section instead. He basically said it'd be difficult/impossible with the way families are currently set up.

    Inheritance is pretty important. I think it's far more efficient to give a behavior to a family instead of individual objects so that surface modifiers and such apply to everything. You could also do stuff like freeze any enemy when it's hit. If you do this now you won't be able to access the behaviors from the "Enemies" family :T I've resorted to making a single family with all behaviors and activating/deactivating them as needed, then using a variable to separate enemy from player, base from mask, and so on. It's not a very elegant solution...

  • Lots of time and space :)

    Someone asked about this a little while ago and Ashley more or less said it's not happening. Would be very useful though...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I thought that might be the case which is why I tried it out on a node webkit build but it still happens. There is a pause in Chrome but it's less than a second.. Still noticeable though, and moreso with the chiptunes I wrote.

    The music definitely cuts off right at the end as they loop perfectly by themselves.

  • Rep means nothing. Show me some decent games ;)

    I had considered a timer but I have a feeling there will be inaccuracies (and that wouldn't be very efficient). I'm fairly positive there's nothing to do on our end about it. Perhaps it'll work properly in a node webkit build..lemme try that.

    Nope :T Ashley any input on this?

  • Read the thread.