luckyrawatlucky's Forum Posts

  • there is no "is playing" condition in Spriter plugin

  • lucid

    How do i check if animation is not playing in condition?

  • Why there are only limited 200 Undo/Redo in construct 3?

    200 undo/redo looks like sufficient for events but for layout its not sufficient. I think 500-1000 Undo/Redo should be there.

  • Functions are very useful to make event sheets neat and clean.

    Arrays helpful to store huge data.

    Dictionary is helpful to save all variables data at once.

  • instead of character one thing can be done here.

    Update each parent's icon with its own scene preview.

  • Okay i got it what you asking.

    I'm not sure if it is possible to make or not. But following thing make this different from body.

    1. Update its icon to current view of the objects appearance in the "scene editor". If we change image positions in the scene editor then Character's icon will be update too. So we could know about what is behind this scene. See image below.
    2. This will be symbol of scene graph. like Family icon is symbol of family.

    OR I'm no coder but i have strong feeling that updating icons is difficult task or not possible then just ignore the character and consider body as root of the tree.

  • Character is scene name which is holding the whole tree.

    body is Image (which is our chest) where our hands, legs and head is connected.

    Instead of popup for adding items so there could be just drag objects from "object types" to scene directly .

  • hi Ashley !

    I made a mockup for scene graph

    Scene graph in the Project Bar

    in the "Project" bar there is new folder with name "Scene"

    How will add new scene

    when we right-click over "Scene" there will be option to "Add scene". On "Add scene" clicked a popup will appear similar to family popup (Image-4)

    After selecting images and close popup. Our "Project" bar will look like Image-3 (left side) and all the images we added in character scene will look like a single image in layout (Image-5)

    Assign Object as Child

    On double click "Character" scene in the "Project" bar OR double click any image in the layout will open "Scene Editor" (Image-2) and then we can assign objects as a child or parent by dragging objects in the "Project" bar OR by dragging any image in the "Scene Editor". In the "Scene Editor" click any image and drag and then move it over the other image and drop there. it. will make dropped image as child object. After assign object a child "Project" bar will look like Image-3 (right side).

    After assigning objects double click anywhere in the "Scene Editor" to exit "scene editor"

    Tagged:

  • No I'm not calling function every tick.

    Screenshot looks like I'm calling it every tick because i combined 2 screenshots together. There were some other events between them.

  • see condition of 3rd and 4th event

    dot | ID < gCurrent

    dot | ID > gCurrent

    in the function i can use either dot | ID < gCurrent OR dot | ID > gCurrent, i cannot use both on one function.

    Noah Gengo suggested to pick Dot and steps using UID inside function but by doing this function will pick only 1 object but dot | ID < gCurrent is picking multiple object.

  • 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:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes i learned that 3 days ago.