We want to hear your feedback! Submit your Questions, Ideas, Suggestions, and Problems.
0
Not a bug

Show at Tap not working

Charmaine Anderson 11 years ago updated by Alin Alexandru Matei 11 years ago 0

Show at Tap doesn't work when I set an action on an animated graphic  element  (which has a transition that resolves into place) to on Tap > Show at Tap > a separate Text element.  (The text element is hidden until it is revealed on tap.)  


When I tap the animated element in Interact mode, the animated element jumps a little distance on screen (not desired) but the targeted text element that I want to show at top remains hidden and doesn't display.  

Expectation is that Show At Tap should reveal the targeted hidden element in interact mode.  (I'm using a Macbook Pro).

Answer
Alin Alexandru Matei 11 years ago

Show at Tap is ment for the element on which the behavior is set. So if you have Show at Tap on the frame element that will Show when you Tap it. I suggest using simple Tap-Show.

0
Answered

How to Stop Narration on all pages?

Charmaine Anderson 10 years ago updated by Alin Alexandru Matei 10 years ago 0
I would like to be able to allow user to Stop the Narration audio on all my pages using a "Read to Myself" button on the home screen.  Is there a way to do this?

I tried using the pause narration option, but that only woks on the the current screen.
I don't want them to have to keep clicking a pause audio button on every page as that would be annoying to end users. I want the background music and sound effects on other objects to still play, just pause the narration on all pages.

Thanks for your help.
Answer
Alin Alexandru Matei 10 years ago
Hi Charmaine, for this situation you need a global counter on the first page of your app. Tapping the Read me On will make this Counter Value 1 ( by using a CounterSet behavior) and  tapping the Read me Off will make this Counter Value to 0 (by using a CounterSet behavior).
For every narration file that you have, on it's PlayAudio behavior you will need to set a condition: If the App counter <You global counter name> Value is 1.
0
Not a bug

I have just downloaded the updated program- none of the dropdown menus are there!

cathy lane 10 years ago updated by Ezra Weinstein (Administrator) 10 years ago 0
downloaded the new program update- none of menus are there in full- long thin boxes? My books are there but no names are on them?
Answer
I assume you are running on Windows.  Reboot your machine and start the InteractBuilder again, that should resolve your issues.
0
Started

Deleting an element in an action set error

Melissa Lind 10 years ago updated by Alin Alexandru Matei 10 years ago 2
I had two elements in an action set of 4. When I deleted one of them and went back into the action set, it still said there were 4 actions, but it would not let me delete the two that were unnecessary and gives me an error code. After this error the system slows to a crawl and I have to restart.
Answer
Alin Alexandru Matei 10 years ago
Hi! When you say that you had two elements with an action set of four, do you mean that the two elements had the same four action sets? Was the unnecessary action set still there when you restarted the program? [Inna]
We were able to recreate this error and we are working to fix this. Thank you for poiting this out.
Answer
Hi Robert,

The layout is the same for the free membership and the premium membership. What you have is InteractBuilder 4, while the webinar is showing InteractBuilder 3. The current version has many improvements and a few changes in the interface.

To create a play button, you can add an image or shape to the page and add an action set that makes a certain audio file play.
Here's some info from our user guide on how to add an element: Adding a New Element.
Here, you'll find information about adding an action set to an element: Creating a New Action Set.
To play audio, you can use the PlayAudio behavior (combined with the Tap interaction).

I hope this helps!
Inna
0
Answered

Is it possible to make certain words in a text element bold, italic, or underlined?

West Bolz 10 years ago updated 10 years ago 5
0
Answered

invert image problem

Melissa Lind 10 years ago updated by Alin Alexandru Matei 10 years ago 1
Hey all,

I'm not having any luck with the invert action with a tap. Doesn't seem to work anymore.

Thanks!


Answer
Alin Alexandru Matei 10 years ago

Hi Melissa , we were able to recreate this bug and we are working on a fix. Thank you for telling us about this.

0
Not a bug

Background not displaying on player

West Bolz 10 years ago updated by Alin Alexandru Matei 10 years ago 7
I made a gradient background for my app pages, but no background appears in the player.
Answer
See this sample. Gradient backgrounds seem to be working. Please let us know how you tried to set the background.

http://interactplayer.com/apps/xkTMN6EYzM6OMTM4gED...
0
Answered

4.0 Version - When will it be released?

Adrienne Brown 10 years ago updated by Inna Komarovsky 9 years ago 5
Where is the 4.0 version? I thought it was going to be released 08/31/14.
0
Started

MaskOn Behavior act strangely

Truman Kong 10 years ago updated by Ezra Weinstein (Administrator) 10 years ago 4
1) I am rebuilding my App to IB4.0.1, the maskOn Behavior act strangely. I have a memory game built based on your example from the tutorial. The MaskOn Behavior cannot cover the original images when being trigger. (you need to have more than one MaskOn image trigger at the same time)

2) The shuffleGroup also messed up the MaskOn Behavior. Some mask do not show up.

I suggest you redo your Memory Game Tutorial in IB4.0.1 and see the results.

I know you guys are busy in putting out new patches to fix the problems. I am reporting, just in case you do not know about this bug.