Tap Gesture

  1. 5 years ago

    Joel_Eisenstat

    16 Oct 2018 User since 2016

    Good afternoon ,
    The TapGesture works in the simulator but not in CreoPlayer, at least in this case ;
    GestureRecognizerState.Ended;

    if ( propic.frame.x == 165 ) {

    propic.animate(1.0, 0.2, 0, {
    propic.frame.x = 615
    propic.frame.y = 884
    propic.frame.width = 250;
    propic.frame.height = 250;
    }, null);

    } else {

    propic.animate(1.0, 0.2, 0, {
    propic.frame.x = 165
    propic.frame.y = 395
    propic.frame.width = 700;
    propic.frame.height = 700;
    }, null);
    }
    Regards,
    Joel

  2. Joel_Eisenstat

    17 Oct 2018 User since 2016

    Sorry my error . CreoPlayer is good.

or Sign Up to reply!