delgado's Forum Posts

  • I set in construct2 and in XDK orientation to landscape

    installed apk can rotate screen portrait/landscape

    how do i lock only one orientation?

  • How do I open excel file stored in dropbox public folder?

    i found some examples with ajax and csv but nothing display excel table in preview

    i need only display excel file on layout

  • do like in this example

    set variable 'charged' to player not to projectile

  • Its possible to connect wireless camera to my c2 project?

    i dont have now any wireless camera but i want to know when i buy few cameras

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hold keyboard button, when key is down every 0.1 second add 1 to variable 'charge'

    when charge is 10 and more and key is relased > spawn big projectile

  • do you make in future more characters ?

  • Real Time RPG inventory system — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/real-time-rpg-inventory-system-2022

    <p>HOW DO THINGS ON GAME?</p><p>PICKUP ITEMS- get your player close to the item and doubleclick on item</p><p>USE CONSUMABLE ITEM- click on 'USE' icon (mouth) and click on consumable item</p><p>DROP ITEM- doubleclick on Pocket slot item</p><p>EQUIP ITEM- open INVentory and doubleclick on meelleweapon or distance weapon</p><p>SHOOT DISTANCE WEAPON- click on 'AIM' icon (eye) and doubleclick on enemy direction, (do not click on enemy)</p><p>Game uses Scroll to plus behavior:</p><p>https://www.scirra.com/forum/behaviour-bound-to-layout-plus-scroll-to-plus_t87207?&hilit=scroll+to+plus</p>

    Use this topic to leave comments, ask questions and talk about Real Time RPG inventory system

  • i have that message too, you can add more points

  • or set collision polygons manually

  • luckyrawatlucky create wall sprite and set every wall manually

  • zenox98 too bad but i should spend one day to look whats going on.

  • blackhornet i forgot add, that bugs happen randomly, so if this bug in code this should happen everytime.

    if you have to destroy 50 planes sooner or later bug can happen or maybe not. Thats so confusing

  • https://dl.dropboxusercontent.com/u/44710358/Masarkra%20pod%20Berlinem/index.html

    First weird bug

    game have inexplicable bugs, sometimes you cant destroy plane, its weird because each plane have variable 'hp' so when bullet hits plane system substract hp and when hp is 0 or under 0 > destroy. Everyone know that condition and event. Even is it so simple that cause bug when this bug is 'activate' you cant destroy any plane:(

    Second bug

    every time when each enemy has created system add 1 to global variable called 'maxkills'

    when you destroy enemy add 1 to global variable called 'kills' and when level is finished i compare this two values

    when kills is 96 and max kills is 96 and you have 3 stars, 'PERFECT' sprite is visible but problem is, when you play and even if you destroy all enemies you can get 95/96 or 97/96 (how to hell its possible???)

    Anyone have that kind weird bugs?

  • Kyatric if i set few sprites and only one sprite will have changed animation sprite and saved to key. on start of layout when i check key automatically local storage will change state to all sprites right?

  • In layout i have one sprite with one default animation with two frames.

    On start sprite have animation frame 0 but if i touch this sprite > set frame to 1

    So now when i turn off app and turn on this touched sprite should have 1 animation frame