flemmig's Forum Posts

  • Hi

    I got this working random(19)

    But how do I only get a frame to show once

    Regards

    Flemming

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi

    random(19)

    I used this, since I have 20 frames

    How do I avoid frames to be repeatet

    Cheeers

  • HI

    Thanks for the hint !!!

    I solved it by doing a smaller sprite as HIT-area and

    position it to object

    working just fine :-)

  • HI

    This drag&Drop works fine on mobile

    but found out that if I made the sprite image smaller

    and have a larger transparent area IT works much much better

    when drag over it spawn an sprite to show where you drop on

    But then it gives me a overlapping problem

    Do anyone have a solution..

    <img src="https://dl.dropboxusercontent.com/u/22406377/DragDrop_problem.jpg" border="0">

    Please see the simple capx

    Drag & Drop problem

    Cheers

  • Thanks a lot !!!!

    Just what I needed - GREAT

  • Hi How do I pause/disable Touch

    as long as the spawned object is on layout

    Please see the simple capx file for better understanding

    Simple Touch problem - capx

    Cheers

    flemming

  • Hi ..

    Okay I see what you do with families

    In mine I have an sprite animation that is random shuffled

    and for the Thouch I use this

    please see image dump<img src="https://dl.dropboxusercontent.com/u/22406377/Touch_once_the_time.jpg" border="0" />

    So how can I avoid that you only can touch

    one at the time

    Cheers

  • Okay.. In other words

    How can I disable touch until a object is out of layout

    :-)

  • Hi

    I have 20 sprites on layout

    and on Touch off each > the spawn another object

    BUT the problem is that I want to avoid Touch

    on the sprites as long as the " spawn objects is on layout #

    So you only can Touch on one object at the time

    Regards

    Flemming

  • Hi

    thanks for reply

    Yes as in center X

    BUT it does not align center on all sizes

    and that the weird thing

    trying a small window .. 480 it goes to let after reload page

    in about 800 it looks right

    and at 1600 not right

    Seams as the window height have and influence

  • Hi

    Can someone help me out here ..

    My logic has stopped :-)

    In my Capx file ive tried to simply center a sprite

    hope u will give it a look

    dl.dropboxusercontent.com/u/22406377/CenterSprite.capx

    Cheers

    Flemming

  • Hi again..

    Still havent solved this..

    Ive done this small sample file of the problem.

    Hope that somebody would give it a look and have Idears

    how to get it running

    ( when dragging the black box to drog in the yellow..

    the blue ones are also affected by touch event )

    dl.dropboxusercontent.com/u/22406377/D%26D.capx

    Cheers

    flemming

  • Well .. in other words

    If I touch SpriteB

    the (Touch Is touching SpriteA)should be disabled

    :-)

  • Sure ..

    Touch Is touching SpriteA (this in layer = Game)

    Touch Is touching SpriteB (this in layer = Extra)

    Since I want SpriteB to drag around It is in conflict with SpriteA

    Hope you see my point...

    If I somehow can Disable touch events in layer = Game

    Regards

  • Hi

    Can I somehow disable touch in layer= (Game)

    because I want to drag and drog another sprite in layer= (Extra)

    Cheers