LuckyRawat's Forum Posts

  • all the conditions is picking multiple "dots" & "steps" that's why i can't use pick with UID in the function.

  • noah Gengo in the conditions there dots and steps have difference conditions on each event. pick by uid will not work here.

  • Thanks you for your suggestion.

  • First of all watch these events

    in the Actions only x position is changed, So instead of repeating all actions i created a function and put all actions there with parameter "pos" to change x position. but function not working there.

    My Question is why function needs conditions too, OR why function doesn't take conditions from where it is called.

    see below

    Tagged:

  • Yes i learned that 3 days ago.

  • its lost now. recreating entire project.

  • hello Ashley

    I am working on a project saving it regularly but from few minutes ago it is not saving and giving error below

    it doesn't change anything update but it making original file 0 kb file. I am trying to do save as but it only creating 0 kb file.

    Currently i have opened this file and i am not closing it because once i closed it i will lost every thing.

    I also tried copy paste all content to new project but that also not saving and doing same 0 kb file.

    Please help. I can do screen share. please contact me luckyrawatluckysra@gmail.com

  • if i copy "CupCake_scml" object in construct then also it works fine. I am doing destroy "CupCake_scml" on startup and recreating it, fixing this issue.

  • lucid I send you both .c3p file and Spriter project via email: mikeufs@brashmonkey.com

  • Hi Tom

    When will we get Construct 3's own store.

    One feature i want to request is to spend my earnings from the store to store. So i can buy things in the store by my earnings from store.

    Tagged:

  • Finally we have a dark theme.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey Underdog I want to understand this topic about collision. what kinds of collisions are these? 5800 collisions!. is it Sprite or Particles, Big or Small sprite or what? and how you measure this like 70 per tick? can you show me some example?

  • Hi Ashley few month back there was action to set public key in Mobile IAP Plugin but now there is not. Where do i put my "Public Key" Now?

    Thanks

  • + System: Every 0.2 seconds
     // try disable / enable below conditions and then see result
     // if i pick road by road ID then there is difference on spawning time. Its not 0.2 second every time. Its like after few creation it starts thinking about what to pick.
     // if i pick road randomly then there is No difference on spawning time. Its 0.2 second each time.
    ----+ System: Pick road where road.id = choose(0,1)
    ----+ [DISABLED] System: Pick a random road instance
    -----> System: Create object player on layer 0 at (road.X, 50)
    
  • Yes that's why i said my question is not valid.

    If i use tween then object moves fast at high distance and if i use "move to" then objects moves slow at high distance. So i have to add few custom speed here like, if distance is low then less speed if distance is high then add extra speed.