luckyrawatlucky's Forum Posts

  • i have a sprite "car" with 4 animations and another sprite "wheel". So basically its a car body and wheels.

    car has 4 copies on layout and 2 wheels on each car. i pinned wheels over the car. there is one global variable "selected car". All cars and wheels are out of layout

    here is what i am doing.

    On any key pressed > First selected car will move inside layout about 400px and then other cars will move one by one. everything is working fine excepts wheels when car is moving then wheels should rotate but i am doing something wrong here and wheels are rotating event after car stopped for half second.

    please anybody can help me to fix this issue.

    Tagged:

  • that is a zip folder and i don't know how to install a zipped plugin

    i tried it by renaming it to .c3addon but it never installed

    edit: i am using construct 3 and c3 runtime

  • dop2000 capx you shared not working as expected

    gif file

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • i tried but not working it doesn't have scale option and by enabling width and height

    it makes all objects of same size.

  • I have a character body parts. I pinned them to make a complete body. So now in runtime how to scale them so each of them scale by maintaining their position over body.

  • How do I setup Multi Resolution images to improve performance and memory usage in games?

    please give me some idea. how to setup this.

  • Another Question

    Why tween behavior doesn't have other options like Loop, PingPong, FlipFlop and reverse ?

  • Please convert LiteTween behavior to C3 runtime.

  • please anyone do convert it to C3 runtime.

  • You do not have permission to view this post

  • found it. I have used spriter in this project.

    its Spriter bug, if we place more than one spriter animation in c3 and then restart layout. it paused the layout

  • hi lucid

    a new bug found. if we place more than one spriter animation in c3 and then try to restart layout then it pause the layout

    steps to reproduce

    1. import spriter animation in C3
    2. make 2 copies in layout
    3. add bullet behavior.
    4. add mouse plugin
    5. On any mouse click > restart layout

    another bug is Pause Animation on start of the Layout doesn't seems to work.

  • no i didn't use persist behavior. This is a single layout project with width 20000px. object is moving from left to right.

    but i think problem is C2 to c3 conversion.

    Original project was made in C2 and now i have switched that project to c3 i think this is the reason problem. I have tried by deleting all objects and events from the project except one and give that object bullet behavior and then tried on mouse click do restart layout. but still not restarting.

    So now i am recreating project by re importing all objects from folder and then i will do copy paste events.

    I hope it will work.

  • i tried to check Restart layout by simply

    on any click > restart layout

    it does nothing but everything paused and same thing was happening before

  • I don't like using triggers in sub-events.

    i do this because i have multiple triggers in sub events.