Ваші коментарі

I've created a sample app with how I think you want this to work.

168 - animate scale.zip

Let me know if this is what you wanted.

Hello Serge, try making a one page app and see if you can share that with your iPad. If not let us know

Hello Serge, try making a one page app and see if you can share that with your iPad. If not let us know

At this moment it is not possible to erase an element while Dragging another one( like the eraser). What I suggest is that two have two erase elements. For the first element the behaviors:

SetEraseMode to On,

TapHide self

TapShow the other erase element.

For the other erase element have:

SetEraseMode to Off

TapHide Self

TapShow the other erase element.


Also if you want an example you can check page nine of A Day with the Butterflies example book app.

Let us know if you are still having problems.

We will try to fix this as soon as possible.

Could you provide as with a small app showing this problem?

Hello Mark this is how you can set multiple languages:

1) On the first page add a global counter.

2) On the botton that you tap to select language 1, you add a Counter Set behavior that will set the global counter to 1.

    On the botton that you tap to select language 2, you add a Counter Set behavior that will set the global counter to 2.

3)On the other pages you will need to set the specific language elements invisible on runtime. And for every behavior you will need to have a Show behavior Invoke on Page Load and with this condition: App Counter (the global counter) Value is ( 1 or 2 depending on what language the element is for).

I've attached a small app to see how this can be set:

225 - Multiple Languages.zip

I've attached a small app with how the ToggleAudio behavior works. On first page I have two elements both with toggle audio behavior, and on the second page I have a text element with a PlayAudio on Page Load.

204 - ToggleAudio.zip

You can get this action with Pause Audio

I've attached a small app with how the ToggleAudio behavior works. On first page I have two elements both with toggle audio behavior, and on the second page I have a text element with a PlayAudio on Page Load.

204 - ToggleAudio.zip