0
Beantwoord

making image jump/add to another page.

Clint Sutton 11 jaar geleden bijgewerkt door Alin Alexandru Matei 11 jaar geleden 2
Hi,

Is there a way I can have a particular image/graphic, when tapped, get added to another page?  I want the user to tap it, and then the image must hide, and be added to another page to be seen later.

Clint


Antwoord

Antwoord
Beantwoord

You can make this by having a app counter. And on the element that is Tapped you will have a CounterSet behavior to 1. Then on the second page you will have, on the element you want to show a Show Behavior Invoked on Load with a Condition that the app counter to be 1.Let me know if you need a sample app, and I will make and provide you one.

I've attached to this reply a sample app:

100 - JumpAdd.zip

Beantwoord

You can make this by having a app counter. And on the element that is Tapped you will have a CounterSet behavior to 1. Then on the second page you will have, on the element you want to show a Show Behavior Invoked on Load with a Condition that the app counter to be 1.Let me know if you need a sample app, and I will make and provide you one.

Hi Alin, Thanks for this!  I have been trying out your suggestion, but get stuck on a few things.  Would be great if you can make an example for me!


Thanks

Antwoord
Beantwoord

You can make this by having a app counter. And on the element that is Tapped you will have a CounterSet behavior to 1. Then on the second page you will have, on the element you want to show a Show Behavior Invoked on Load with a Condition that the app counter to be 1.Let me know if you need a sample app, and I will make and provide you one.

I've attached to this reply a sample app:

100 - JumpAdd.zip

Cheers Alin, that's perfect!