Laurent's Forum Posts

  • I mean the .capx for this

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Woaw ! Lovely !

    What about a "multiply" effect ?

  • Hello Delgado,

    is it possible for you to post the code ? I'll be very interested in :)

  • No idea ?

  • Dear all

    Thanks to Naelian and Sqiddster, I managed to have the most of my user interface working for a project of animated book.

    You can see it in the link bellow.

    dropbox.com/s/z8e5kutzx1u9lei/TestMarion.capx

    But I still have problems my terrible programming/logic skills prevent me to resolve. Here are they, and I would be quite happy if anyone could help :

    • dragging layout operates exactly how I wanted it to but I'd need to add inertia. Meaning that layout continues scrolling after finger is not over anymore and that speed is proportional to the previous slidding speed.
    • I'd like that dragging object at to the borders allows layout slidding to activate. So in that condition, scrolling layout would be possible when dragging an object.
    • Apparently, something is wrong when picking objects. Touching one appears to activate the ones bellow.

    Any help would be greatly appreciated.

    Thanks :)

  • Greg, you got me. This os what Imeant (and I did write it in pretty awful english).

    By the way, another feature I'd really love to have to is the Multiply effect..

  • Hi there,

    I've been learning how to use construct for some time now and everytime, there are 3 fonctions that I'd love to have :

    • I'm creating my layout on photoshop and build it very carefully using layers. I'd love to be able to import a .psd file and that my layers are automatically in place.
    • What about way to group objects in folder so I can move them, rotate together as one
    • What about making the top/bottom position fonction more precise by using move up/move down

    thanks btw for your amazing job so far !

  • septeven

    That's what I did and it worked !

    But I can't figure how to allow scroll again when objets slides down ans scrolling is still possible.

    Another last thing, I'd like to add a little inertia to the scrolling movement

  • That's what I did and it worked !

    But I can't figure how to allow scroll again when objets slides down ans scrolling is still possible.

    Another last thing, I'd like to add a little inertia to the scrolling movement

  • PS : i was thinking about placing draggable object in a Family and when this family is touched, Dragging=0

    But I need scrolling to occur again when draggable object reach the edge

  • Hey Stepteven,

    Thanks a lot, this is amazing how it works !

    I just have a problem : I have drag/drop objects on the layout and when I touch and move them, the layout is panning as well. Is the a way to prevent that ?

    Thanks again !!

  • Woaw, It's absolutely amazing. Thank you Naelian.

    But a few questions :

    • is there a way to suppress the white margin that appears left and right of the background image at the en d of panning ?
    • is there a way to make pan stop when an object on the scene is dragged ?

    Thanks again !

    Laurent

  • Thanks for this suggestion but I really would love to avoid using this transparents objet. Because, as specified, it intercepts actions on active objects that it overlaps.

    Would it be possible to use another approach with, for exemple, recording the absolute position of a click/touch spot on the screen and transmiting its movement to the layout ?

  • Well, both would be nice. The first one to navigate on a huge layout, the second as a transition to another layout.

    Naelin, thanks for your solution. I thought about it but there's a problem : the big invisible square intercepts the touch command applied to active objects on the layout.

  • That would be great, Septeven. I tried to but didnt manage to deal with the variables.