laoniustudio's Forum Posts

  • how to set the Crosswalk runtime to 7? thanks

  • Hi,

    I made a project with continuously moving background, everything works fine in my computer's browser, but when I export to android app, the continuously moving background bring lag, the background did not moving smooth. at the first, I thought it's my project not well coded, but when i debug in many ways it still the same, finally, I found even if I just export the C2 suggested template Autorunner(C2->file->new->Template:Auto-runner), still have the lag, so I am wondering if the continuously moving background is not suitable for mobile, or it's my phone's problem, anyone knows, please help. thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ok, got it, thanks

  • thanks, I did not find the "coin set angle towards object coinbar" only find angle towards position, would you please tell me where is it? thanks

  • Hi,

    I set a Sprite which will create randomly every 2 sec, when I touch it, it destroy and spawn the coin, I give the coin a bullet behavior which I want it fly to the coinBar(fixed position), as the Sprite create in randomly place, how can I set Bullet behavior's angle for coin? please help, thanks

    file:

    https://www.dropbox.com/s/thxffz0b45oav ... .capx?dl=0

    thanks

  • seems no better way, thanks, I will do it 1 by 1, thanks

  • Hi,

    my project event sheet works fine for me , but I want to add many enemies depends on score, if I do as my way now, I need to add it one bu one, it is so many event, i thought there should be some for , or loop can instead of my spawn 1 by 1 old way? please help, thanks

    file: https://www.dropbox.com/s/7n8r69ssrgvp1 ... .capx?dl=0

    thanks

  • forget to add condition thanks

  • Hi,

    I have there objects with different ID(apple, banana, orange), when I touch on each one, I want to append the text with each one's name, like: on touch objects--> append text with ","&objects.ID, but the problem is the first ID that append to text should not have ",", but the rest should have. Please help, thanks

  • blackhornet thank you so much

  • Hi,

    I have a project with a family named "enemy" which include 4 objects, each objects has different family instance variable "damage", when my character on collision with family, a text pop out to show the damage that each object made to character, everything works fine, but now i want to change the text pop out event into a function,, when I call the function the text can not show the damage correctly, I thought problem is I need to pick the exact instance, but do not know how to do, please help, thanks

    file:https://www.dropbox.com/s/h1whv76tvtc741m/function%20with%20family.capx?dl=0

  • paulscottrobson i found the problem, there is a clear storage event, thanks also

  • paulscottrobson yes, it's global

  • Hi,

    I use the local storage to store my array data, and every thing works fine on the layout where array is, like: array and storage is in layout1's event sheets, and I have another event named layout2, but I find a problem, on layout1, when I close or restart the browser, the data in local storage still there, which is good, but when I have saved data in layout1 and then go to layout2, and close or restart the browser in layout2, the data in array in layout1 can not find, the data is missing? is the proble happened in local storage or array? please help, thanks

  • korbaach thanks, your way is great, thank you so much