Aphrodite's Forum Posts

  • jayderyu : I didn't remember seeing them for that long, but ok, I still though it could be useful somehow, guess I was wrong.

    megatronx : in the view ribbon, you can show the configuration bar, but since jayderyu said it is a old thing abandoned an not documented, I am not sure it is wise to use it then.

  • I see, thanks for the awnser

  • I've seen from quite some time a feature not really described in C2 manual other than a WIP, the configurations.

    They seem pretty powerful, but I am not sure how they are working (it seems they work for laout changes, but not for events changes, but I might be just using them wrong)

    Does someone uses them?

  • I wondered from where the graphic driver updater with C2 come from, I tried searching inside the proprities of the file, but.. Most of it is filled with "TODO: <file description>" and such, I think it is proper to C2 itself, but by seeing the "original file: GfxDriverUpdater.exe", I am not sure, also I did not find informations about it in the "About" of C2, maybe I was blind

    Just asking since it could come in handy for helping people updating their graphic card driver if it can be used, but the thing is I do not know if it can be useful, nor if we could be authorized to use it at the end, since I do not know who got the rights on it.

    Ashley .

  • I think this should have been discussed in an e mail to the scirra team.

    All we (users) can really say about this topic is either:

    -Learn to C2.

    -You should have used the trial before buying, or have contacted scirra beforehand to make sure the product suits you.

    -For your anwser: https://www.scirra.com/store/terms-and-conditions .

    -and some talking about our personnal experiences

    DUTOIT : be wary of couguar, they steal your youth o_o

  • Aphrodite

    Thanks, is exactly what I wanted

    Still can you explain the formula lerp(a, b, x) ? I understand that a=current position, b=destination and x=speed, but I can't figure how x works. I want to understand it in order to use it for menus. Using these examples, how can I make the "easeOutBack" or "easeOutExpo" ?

    In fact, lerp(a, b, x) is:

    a: start number

    b: end number

    x: percentage (0 to 1) between a and b

    But most people instead of making x varies, makes a variying, for exemple, if a is your current position, b your destination, and x is 0.5, theneach time, the distance between you and b will be divided by 2

  • I think this might help you, it is not commented though (not much time for now), just click on the green squares to see the player jump.

  • Just tried on my game to do a fullscreen, and it seems that if chrome is at the size of your display (like you clicked the Square between the _ and X symbols on the top right), the fullscreen has borders, where if it isn't stretched at your display, it works fine

  • This could be somewhat tricky to do, I would store the previous position of the player at different ticks, then apply a set position to the stored position after a given time, for each part of the tail.

  • Arlys Odin :

    Tried on tablet and it works, but it does not work on my desktop indeed.

  • If you are using chrome, you can also press f12, into ressources (I think), and edit the webstorage

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Wasn't notified before, sorry.

    I was talking about the chrome blacklist, which also is the same as crosswalk I guessed, was just trying to say that in some cases blacklist was there for reasons that does not affect C2 games.

    For crosswalk we have to wait for now.

    shadiho Sargas

  • Thanks for the reply jayderyu

    Whilst I agree with everything you say, we are not trying to change a game like Mass Effect - we are trying to build our own app - and as part of that we have an ever increasing number of platforms and locations on which to put them. The limitations you identify do restrict where and how we publish our work. In my case, through a WP site with controlled access. I could use an iframe to place the content in, but then this restricts my ability to provide a full screen option - I do not want my users to use my app in a small window.

    The program already allows the possibility to control the file structure in terms of images, it would be nice if you could control the rest at export.

    Do you know if it is possible to employ a full screen mode from within an iframe - as this would certainly solve this problem

    Again - thanks for taking the time to reply to this post

    I guess the browser object's action request fullscreen could do it.

    Also nothing prevents you to make a link directly to the index.html for the user to play I would think. Each game being in a separate folder

  • Webstorage is a global object, which means that there is no need to insert it on layout.

    If you want to use it inside one event sheet, just use it directly

  • The cpuutilisation is not a precise measurement, and the debbuger maybe has an overhead for each different object, also at the end, it is by testing on the devices you are targetting (not in preview only) that the result will be clear