Aphrodite's Forum Posts

  • I use the Personnal License from the website, I don't want to use the steam version, since I don't want to use steam, it's to much a pain IMO, the licensing conditions are the same If I remember:

    -One person allowed to use it, all functionnalities included (don't take my words, just see the Compare features of this page, and read this: How licenses works )

    The diff?rence? The steam one is tied to your steam account (aka: you need steam to be launched, and connected to the right account), also, if steam just don't work for X or Y reason, you can't use C2 since Steam can't launch.

    EDIT: the thingy alerted me, sometimes it don't work well, but that's right, I got an alert ^^

  • No, the steam license is not attached to the site license, nor the opposite, also, the only difference is that one of them is attached to steam, the other isn't, but you can't have both.

  • Hey Guys,

    I have a strange issue with the game pad. I'm using an xbox 360 controller

    I have programmed it for a platform game. I use the d-pad for the player movement left and right and the ABXY buttons for player actions.

    The only thing is that the dpad does not work until one of the ABXY buttons are pressed first. Once one of them is pressed all controls work fine and the game runs perfectly.

    Has anyone had this issue before?

    Regards,

    Jaza23

    If I remember, it is normal, you have to press a action button before the browser recognize the controller, not sure of the reason, but I read that it is normal

  • do this: scirra.com/forum/topic60224.html

    soon, the arcade will be redesigned

  • Did you set the value "Default control" to 0 for the snails?

  • Xvelocity and Yvelocity are exactly the speed in X and Y, maybe you should add a value to them, instead of set a new value

  • I'm in, I don't understand al of It, but the browser alert about:

    "The page at dl.dropboxusercontent.com/u/176100679/index.html displayed insecure content from http://189.70.91.83:8099/socket.io/1/?t=1369672989873."

    "The page at dl.dropboxusercontent.com/u/176100679/index.html displayed insecure content from http://189.70.91.83:8099/socket.io/1/?t=1369672782162."

    also it taken a lot of time to connect it seems, don't know why

    EDIT: that was really fun, And it is a promising game, list of suggestions/complaints I had:

    -personnalised keyboard (the azerty and no numpad problem)

    -the unfocus game problem

  • You should upload the "game.zip" itself, not uncompress it

    (If you didn't uncompress it, ignore this, but the message seems to say that you uncompress it and select the arcade.xml)

  • Buttons objects do not work on mobile exports If I remember, use sprites instead

  • Infinitys End is the name of a member, he was responding to him

  • There is not, but some users have trouble with the steam version it seems, try to search for that

  • Santhenar

    I guess, as you did, you'd better propel the player of:

    VectorX = -100*cos(Angle)

    VectorY = -|+100*sin(Angle) (not sure if it - or +)

    But as you described it, it seems more like:

    VectorX = -100*floor(cos(Angle))

    VectorY = -|+(100*sqrt(2))*sin(Angle) (again, not sure if - or +)

    Hope that helps

  • I meant more that for your projectile:

    (image here)

    <img src="https://dl.dropboxusercontent.com/u/10035971/images/Omnomnomcentered.jpg" border="0" />

    the Origin (point number 0) be at the center of your projectile, Sometimes, it doesn't go right in the middle, an non-centered object can explain the problem you encountered

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • InvaderX

    I can't help, but do indexedDB storage (used for the save-states) isn't Really Huge?, and so used instead of WebStorage because of that? (so, I'm not sure to store it entierly in the webstorage is a good thing to do).

    EDIT: Also, I'm guessing you already save to a Save Slot by doing the system Save action, so, It is just nonsense, again, I can be wrong

    EDIT2: you can load, not from JSON, but just load, and enter the name of the slot you selected before, don't use webstorage actions At all.

  • leroyjackson : the Image point 0 of the projectile (not of your character), it should be centered