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

Unable to view converted IB4 app on interact player.com

Adrienne Brown 10 ár síðan updated by Ezra Weinstein (Administrator) 10 ár síðan 1
I converted my app to IB4 and then clicked the Interact button. I was taken to interactplayer.com and prompted to login. I tried to login and got the following message.
Oops! You already have 3 devices registered to share apps

Please contact support@interactstudios.com.

So how to I view my app on interactplayer,com? Do you have to reset my devices?


Answer
Hi Adrienne, we have reset your devices, please login into the InteractPlayer site again.
0
Fixed

Bug when duplicating a Text Element

Serge Patry 11 ár síðan updated by Ezra Weinstein (Administrator) 11 ár síðan 0

Hi again. Sorry if I only have bad news. When I duplicate a Text Element the new Text Element  doesn't keep the choices I made like Font, Font size, Font colour and the rest.

Thank you for the speed you fixt the last bug.

Serge

Answer

This will be addressed in version 3.3.

0
Planned

Webinar / Tutorial Wish List

Charmaine Anderson 11 ár síðan updated by Ezra Weinstein (Administrator) 11 ár síðan 1

How about creating a new Category tab on your forum for Tutorial Wish List items so folks could list topics they would like to learn how to do?  Such as how to create a coloring book page (using "crayons"), Create a Maze or Create a Simple Puzzle, How to Highlight Text with Audio, etc.  Or perhaps you could create some templates for folks to open in IB3 and customize with their own content to speed dev time.

Thanks!

Answer

We will be working on some of these ideas, and also adding more sample apps.

0
Under review

TimerPause

Jen Hoyte 10 ár síðan updated by Alin Alexandru Matei 10 ár síðan 3
I'm trying to get a timer to pause when the reader leaves a page, then start back at the same point if go back to the page.  So I set a text element to TimerStart on page load, TimerPause on Page unload.  But when I go back to the page, the timer starts back at 0.  How should this be set up?  thanks.
0
Declined

Layers Bug

Charmaine Anderson 11 ár síðan updated by Inna Komarovsky 10 ár síðan 2
It appears you cannot have more than one object on any layer. If possible,  please enable the ability to have multiple elements residing on the same layer, as the code provided to me by Alin awhile back seems to require this feature.  See below for details.

I have a "coloring book" page with several different crayons, I want the ability to draw with each crayon without it drawing immediately until the crayon is placed where the user wants to begin their drawing on the page.  (Alin provided me with the code below, however this only works with ONE crayon, when I duplicate the code on the other crayons on the page, it doesn't work on the other crayons.  I have determined this is a layers issue and the code provided will only work on the crayon that is on the top layer.  I think if you were able to enable multiple elements residing on the same layer, this code would work on all the crayons, not just the top level crayon.  (See page 46 of the sample app I had shared with Alin awhile back).   Here is the code he provided: 
Crayon (On layer above Crayon_COPY), Visible Yes)
1. Drag > Move > Self > On Load >NO
2. Drag End > Hide Self
3. Drag Move >Crayon_COPY > On Load > NO

Crayon_COPY (on layer beneath Crayon) , Visible Yes)
1. Drag > Draw > set width, constraints, etc. On Page Load > Yes
2 DragEnd > Show Crayon> On Page Load > NO
3. Drag > Move Crayon

If there is another way to accomplish this, please advise.

Thanks so much for looking into this issue.

Charmaine



Answer
Inna Komarovsky 10 ár síðan
We are looking into this problem, and we will let you know as soon as we found a solution.
0
Answered

narration 3.0

Peter Sbardelli 11 ár síðan updated by Ezra Weinstein (Administrator) 11 ár síðan 0

Could you please post a video on creating a "read aloud" highlighted text sentence?


Thank you for software - it is excellent! Really looking forward to learning more

Answer

Unfortunately we have not enabled the text highlighting feature yet.  You could still create your own highlighting by creating a frame animation.  I will ask someone to post the technique up as a video.


Text highlighting is on our short list for version 3.3.   Version 3.2.1 should be coming out in the next few days which will include several bug fixes, we expect to release a version 3.2.2 in a couple of weeks with some enhancements and more bug fixes.  Version 3.3 should be released in September and will include the text highlighting.

0
Under review

counter target not updating as expected

SeanB 11 ár síðan updated by Alin Alexandru Matei 10 ár síðan 9
I have a global counter working across all pages. There is a minor bug that repro's with 100% consistency.

Steps:

  1. create global counter on page 1 and give it a value
  2. go to page 2
  3. add an Action > Interaction = none, Behavior = CounterDisplay
  4. now on Target row click the "(Self)" and select your counter from the dropdown
Expected: "(Self)" changes to your counter name. Actual: nothing, it doesn't change. See screenshot below.

5. Now under Behavior Settings, Counter click "(Self)" and select your counter name.
Expected: it changes to your counter name. Actual: it changes, and finally so does the "Target" "(Self)" above.

Expected: Target should change on it's own, to reflect it's selection, not depend on Counter.

Related scenario: If I skip setting Target and just set Counter, then Target won't change (until I reopen the book).

In this screenshot I've already clicked the Target "(Self)" and chosen my counter "TalkCounter", yet it didn't change. Only after I make a selection in the (duplicate data?) Counter popup will Target change.
Image 130


Answer
Alin Alexandru Matei 10 ár síðan
We were able to recreate this error and we are currently working on a fix for it. Sorry for the inconvenient and thank you for your feedback.
0
Fixed

Links to download player in emails invalid!

Clint Sutton 11 ár síðan updated by Ezra Weinstein (Administrator) 11 ár síðan 0

Just to add too your problems, I have found an issue with the emails that are sent out.  The links in the emails are incorrect and you cannot go anywhere with them.  This is the link address for windows: 


ttp://www.interactbuilder.com/download?codeNeecaa656cb7"


to me it looks like the "h" in http is missing

Answer

This has been fixed in version 3.3 which is being released in the next few hours.

0
Fixed

Animation only playing once

Clint Sutton 11 ár síðan updated by Inna Komarovsky 10 ár síðan 3
I have a 6 frame animation, that gets triggered when I tap another object, animation runs once after the tap.  This works fine, until I add another object "C" that has an animation-linear to itself.  As long as that object "C" is moving, the 6 frame animation only plays once after a tap initiation.  If I tap again the 6 frame animation does not play.  If I turn off the "linear" on object "C" the 6 frame animation works every time I tap.

I can't work out why or how to alter this?
Answer
Inna Komarovsky 10 ár síðan
We were able to recreate this and we are working on a fix for this bug. Thank you for poiting this out.
0
Lokið

Intersections Should Work With Invisible Shapes

Data Command 11 ár síðan updated by Alin Alexandru Matei 11 ár síðan 2
It would be very useful to be able to trigger intersections with invisible shapes (no fill, no border line).  Shapes with a border will trigger and intersection, hide the border and the intersections do not fire.
Answer
Alin Alexandru Matei 11 ár síðan
I tried to recreate this but the intersection is working as it should. You can try instead of invisible shapes you can add a new graphical element and leave it without an image assigned to it.
Let me know if you need a sample app for this.