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

Flash Elements?

Ted Ollikkala 10 років тому оновлений 10 років тому 8
Are there any plans to enable a flash animation to be imported onto the canvas as an element? 
0
Є відповідь

What version of IB should we be on now? 4.0.1 build 380?

Ann K AlteredEssence 10 років тому оновлено Ezra Weinstein (Administrator) 10 років тому 1
I currently have 4.0.1, build 380 as of 9/5/14. I thought there was going to be a rebuild sent out to fix not being able to open previously built apps
Відповідь
Ezra Weinstein (Administrator) 10 років тому
We are still working on the update.
0
Є відповідь

Match activity using the new engine

Adrienne Brown 9 років тому оновлено Inna Komarovsky 9 років тому 1
Hello,

In a previous post about 4-6 months ago you mentioned that you were working on a small document/tutorial that will describe how to setup a Match activity using the new engine. Is this document/tutorial ready yet?

Відповідь
Inna Komarovsky 9 років тому
Hi there,

The matching effects are not yet completely fixed, so we will put together the tutorial when that is working smoothly. I apologize for the delay. We've had to focus on other bug fixes and improvements at this time.
0
Виконано

devices registered

sehovcovs aleksandrs 9 років тому оновлено Inna Komarovsky 9 років тому 1
сообщение при подключении -
Ой!
Пожалуйста, свяжитесь с support@interactstudios.com.

Что я должен делать?
sehovcovs Александр
alexanim@gmail.com
Помоги мне, пожалуйста
0
Under review

Adding to homescreen for iPad won't save to cache.

Clint Sutton 10 років тому оновлено Ezra Weinstein (Administrator) 10 років тому 3
I have noticed a problem with the "add to home screen" selection when I want to save the app to my iPad as a standalone app/link.  It will not work offline, and when I go online, it re-downloads the app all over again.  I looked on the net for this problem with Html5 and it does not appear to be a problem with my iPad settings, but a problem within the apps code.  The app needs to have the cache information changed to "cache.manifest".  Can this be setup in the builder?  How will this be implemented for each app I want to test?
Відповідь
Ezra Weinstein (Administrator) 10 років тому
This should not be happening, your app should work offline.  We will double check this issue and get back to you.
0
Fixed

animation won't play on second tap

Charmaine Anderson 10 років тому оновлено Inna Komarovsky 9 років тому 12
Animated graphic elements (.png sequences) set NOT to loop won't play in Interact mode on second tap.   I tried changing the replay from 0, to 1, to 100 and it still won't play again on second tap.  Kids will want to keep tapping things to make them happen again so it would be nice if we could resolve this.Thanks for looking into this or advising what I might be doing wrong.  
Відповідь
Inna Komarovsky 9 років тому
Could you make a sample app with the animations of those graphic elements? Thank you.
0
Fixed

Windows version of ITB3

William Mark Povey 11 років тому оновлено Ezra Weinstein (Administrator) 11 років тому 0

The windows version of ITB3 sharing does not work,its just hangs then an error message pops up, but you cannot select it as the program then become unresponsive. I have been able to share an app on the Mac version with no problems.

Відповідь
Ezra Weinstein (Administrator) 11 років тому

An update is imminent (we are hoping by Thursday or Friday).

0
Not a bug

global counters not working

SeanB 10 років тому оновлений 9 років тому 6
You may already be tracking and fixing this, but just in case.

  1. Create a global counter on page 2
  2. add a button tap > counter add 1 to it, then counter display
works as expected. now,
  1. on other pages add this action to any element:
  2. behavior counter display, target our counter, execute on page load "yes"
Run in Design mode
Expected: increment counter on page 2 to X, navigate to other pages and back and continue to see X on all pages that execute counterDisplay

Actual: global counter behaves as a page counter - not available to other pages, value is discarded after leaving page 2.

This is urgent for me as I want to use it to allow user to toggle off app-wide audio. See http://feedback.interactbuilder.com/topic/531056-how-can-you-play-page-and-narration-audio-together/?user_satisfaction=1#satisfaction_rating_edit
Відповідь
Inna Komarovsky 9 років тому
Hi Sean,
Here's a way to get around this problem:

1. On the pages that have CounterDisplay on page load, add a text element, and use that as the target of the CounterDisplay behavior. The CounterDisplay behavior has a separate field for Target and Counter, and the Counter field is where you can select the global counter that will display in the Target text element. So the global counter keeps track of the value, but the text elements on each page act as a container for displaying the value.

2. On the pages that use CounterDisplay on page load, go to the page properties, and set the Save Page State field to No. This makes sure that the "on page load" behaviors happen each time the page opens.
0
Under review

stop import psd file

Serge Patry 11 років тому оновлено Ezra Weinstein (Administrator) 11 років тому 0

When importing PSD file is it possible to had a button to stop that transfer. Reason if by mistake I am importing the wrong PSD file or for what ever reason, a button that would stop that PSD import would be useful.

Thank you.

Serge

Відповідь
Ezra Weinstein (Administrator) 11 років тому

This might be useful but I'm not sure what we would do if a user cancelled the import.  What if it got through a part of the import, should it delete everything it did so far?  We will investigate this further.

0
Under review

consistent way to lose a just-added action

SeanB 10 років тому оновлено Alin Alexandru Matei 10 років тому 3
Twice following these steps I have added a 3rd action on an action, and it has been lost.

  1. I have frame anim. element A in background, frame anim. element B in foreground, transparent element C masking tap on B
  2. I have onPageLoad animate B with linear transition from right to center stage, and hide mask C
  3. In Action Manager, on element B I add a 3rd action TAP > animate self + linear exit stage left
  4. I duplicate element A, which has a TAP animate self, creating elem. D
  5. D is above B, I leave it and drag it into place. I'll move it to background later
  6. I run Interact mode
Expected: elem B rolls in from stage right, I tap it and it exits stage left
Actual:Elem. B rolls in. Nothing happens when I tap B, or D, or A.

Back in Design mode I check my elem B actions. There are only 2. My 3rd was not preserved. A and D have their actions.

I have since added the 3rd via the good old original Action sub-tab, and not cloned anything over elem B. it's action 3 now persists.

Відповідь
Alin Alexandru Matei 10 років тому
I tried to recreate this situation but everything is working as it great. Neither one of the action sets is disappearing.