Ubivis's Forum Posts

  • 90� for Euro Europe, which is 10� more than the US price converted into Euros.

    I do like the idea to ask for a subscription fee and that it goes to charity (deducting Tax on Steams side), what I don't like is, that the donation is made by Steam and not in the name of the subscriber. This gives steam the possibility to deduct the donations from their taxes.

  • A quick workaround: Place a shortcut to the folder on your desktop or somewhere you can easily find it. With it, you only have a few clicks :)

  • You do it the way you just mentioned yourself.

    If the player reaches an achievement, save a value in webstorage. To check if he has that Achievement, just read from the webstorage.

  • Yes, there are also several threads about it.

    You need to have a WebSocket Server (ex. "node.js") installed on your server that handles all of the communication between the clients.

    This is hard work and not easy to explain in a couple of words.

  • is it just me, of is the system down completely? Getting error 404!

  • only workaround I would know at the moment is to set the game to fullscreen and let the player press F11 to switch the browser into real full screen mode too.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • too bad, I have the same problem with Projects/Demos that use blending effects, but I do have a Intel Graphics Card (Latest Drivers installed, that are available for that old chip (Driver from 2009)).

    At the moment, I can only develop Games using VNC accessing to my Windows 2008 Server, that does not have a graphic card at all :)

    Can't preview the blending effects, but at least Construct2 does not crash while developing.

  • the count starts with 0, so it would be the second "s"

    EDIT: If you like to work without separators, you can use the "left" and "right" expressions.

    Based on your example:

    wwwbbbss

    to get the 4th entry, use this code:

    right(left("wwwbbbss",4),1)

    this would return the first "b"

    EDIT2: mid can be used too:

    Same example as above but the expression would be:

    mid("wwwbbbss", 4, 1)

  • NRABrazil

    it is a behaviour and not a plugin. You need to save it in the correct folder

  • what game? what is the problem? Have you updated the game and accidently removed the keyboard object?

    Hard to tell without more info.

  • sorry work and can't try it out for myself, but have you used the joints correctly?

    I tried something "similar" what you described (okay, without a heli) but with a rope, would an example of this help you?

    http://www.ubivis.de/bungie/

  • hmm, set a text object and fill it (using an event) with the value of the variable.

  • Even "3D Games" are possible, but this required a lot of knowledge :)

  • Easiest solution, put a invisible or visible sprite to the location where the end of your level is, if your character is overlapping the sprite, run the event to go to the next layout.

  • can you please save it as a .capx? in a caproj file, the sprites are not included.

    I think, the image is just facing the wrong position, but I can only tell for sure, when you provide a .capx

    EDIT: Made an example of a sprite that always faces into direction of movement. Link