Ubivis's Forum Posts

  • You're welcome.

    <img src="smileys/smiley2.gif" border="0" align="middle" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • because you linked to the javascript engine, try this one:

    dl.dropbox.com/u/9983759/Erics/index.html

  • Looks really good, and yes I would love to see as well that you share your Plugins. I was already trying to use Scoreoid, but had not so much luck as you :)

  • do you have a capx where this shall be added, or do you just need an example how to do a shop like this?

    Depending on the requirements:

    • If you just need an example, I can set you one up this weekend for free that you can learn how to do it and implement it yourself (sorry I am not available earlier for this)
    • If you need to have a working shop in an already existing project, contact me by PM and we can work something out
  • Puck, your game looks good, but on latest Chrome and a quite good computer, I do only have 3-6 fps. Not enough to play it more than 1 minute :)

  • Pro:

    • Easy to understand
    • You are able to make good games without much programming knowledge
    • Games run fine on most browsers
    • Free to try

    Con:

    • You still need to draw your pictures yourself :)
  • Hey Admins, today I wondered that I got the Devotee Badge.

    Why? Because I got it already nearly 2 weeks ago :)

         You've been awarded the "Devotee" badge!

    Congratulations :D

    about an hour ago

         You've been awarded the "Devotee" badge!

    Congratulations :D

    10 days ago

    EDIT: Oh, "Index" posted the same bug :)

  • Cookie

    As the WebStorage is not what I need for my Games I am planning to do, and I have not found an easy Cookie implementation, I created one myself :)

    At the very moment, you can Set a cookie, read a specific cookie and delete a cookie on the current domain.

    Usage:

    1. Add the new "Cookie" Object.

    Set a Cookie

    2. Using "Action:SetCookie" to tell name and value the cookie should have, and how many days the cookie is valid

    Get a Cookie

    2. Using "Action:GetCookie" to say which cookie shall be read

    3. get the requested value by accessing "cookie.value"

    Delete a Cookie

    2. Using "Action:DelCookie" to say which cookie should be removed

    Example Capx

    Update 11. September 2012: Added quickfix to "hopefully" solve the error message problem. (Big thanks to xelloskun who provided that fix)

  • duh'... many thanks... this solved it :)

  • I got rid of all the additional plugins and made the same with standard tools, unfortunately still the same problem.

    Attached capx

  • Hi all,

    I have started with a new game and for this, I need to create a dynamic map.

    I have set up an array and initiated this event: set size to (x,y,1)

    x and y are variables that are set to a random value from 10 to 100 one step before.

    To get sure that the value is set, I have checked the value by a text component.

    To fill the array I have set up 2 repeat conditions (first for x and a sub-event for y).

    <img src="http://img14.imageshack.us/img14/1363/problemis.jpg" border="0" />

    When I run this, every single cell is filled with a 0 instead of 1 to 3... any ideas why?

  • this looks awesome.. can't wait for the release :)

    Tried something similar with just events... but is a pain at the moment :)

  • I don't think that they will change the download system they set up... I got Bryce 3D (Version 3) for free years ago, and I can still reset the download to have 1 new month to download the files. (Did the reset a several times already)

  • could have happen accidently... you can change the zoom setting by holding CTRL and using the mousewheel

  • known bug and already fixed. All you need is updating to the latest Release (r84):

    scirra.com/construct2/releases/r84/download