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

Drawing activity?

cathy lane vor 11 Jahren aktualisiert von Alin Alexandru Matei vor 11 Jahren 1
 I am not sure if this is possible maybe you can help me. I want the users to be able to draw into a canvas area and be able to change colours as they draw? I have worked out how to draw free inside a shape in a single colour- I want the user to be able to change colours. I can't seem to get select colour behaviour to work.
Thanks for your help!
Cathy
Antwort
Alin Alexandru Matei vor 11 Jahren
Here is a sample app for a Drawing app:
110 - Drawing app.zip

The color selector element will let you choose another color, with you can draw the house element.
0
Beantwortet

screenshots

sehovcovs aleksandrs vor 9 Jahren aktualisiert von anonymous vor 6 Jahren 2
Can I add screenshots after the publication of the application
Antwort
Inna Komarovsky vor 9 Jahren
Currently, the publishing process is delayed because we have been dealing with some issues with the Apple publishing process, but once it is ready to go, I would suggest adding the screenshots at the same time as submitting your app, but if you need to update any of the screenshots later, you can just send them to us. Let me know if you need any help with the screenshots.

Regards,
Inna Komarovsky
0
Wird überprüft

lower case hanging text cut off

SeanB vor 10 Jahren aktualisiert vor 10 Jahren 5
Version 4.0.9 Build 390 - "y" and "g" characters are being cut off at the bottom, despite the text bounding box being much larger than the font.

1 Google font "Chewy", bold, font-size 50, plain. Anchor point - any.

Does not happen with common font Arial, but I don't want to use that font.
Antwort
Inna Komarovsky vor 10 Jahren
Hi, thank you for letting us know about this problem! I sent a description to our lead developer.
0
Fixed

Unable to ope a test book in iPad

Amos Redlich vor 11 Jahren aktualisiert von Inna Komarovsky vor 10 Jahren 15
During rendering I get error messages (with no details)
The iPad is unable to open the project.
This is a one page book.
I use ver 3.4.3 build 355 on windows 7.
Antwort
Inna Komarovsky vor 10 Jahren
Try to uninstall InteractBuilder then install a fresh copy of it. Let us know if this helped in this situation.
0
Beantwortet

Intersection problem

Clint Sutton vor 11 Jahren aktualisiert von Ezra Weinstein (Administrator) vor 11 Jahren 0
Hi guys,

I have an item on the page that I have a drag-move action on.  When your dragging the item across the screen I want it to have a move back to it's original position if it touches another object.  I tried using the intersections actions, but it wont work with a "move" action.  It works fine if I choos something like "hide" or "blink", but not move.  Is this possible to produce with intersections?

Clint
Antwort
This will be fixed in version 3.4 however, if you want the item that they are dragging to move, it's not really possible because the MOVE/DRAG is essentially conflicting with the MOVE at the intersection.  I would use the DuplicateElement behavior to create a second copy of the element when the intersection occurs.  So you would duplicate the element and hide the original element.  That should be one way to handle it.
0
Wird überprüft

easing animation in/out

Luca Paltrinieri vor 11 Jahren aktualisiert von Inna Komarovsky vor 10 Jahren 4
I think it should be possible to ease a graphic animation in or out, instead of leaving it with only a constant unnatural movement.

Is it possible? I am not able to find such an option within the Builder.

Thanks
0
Not a bug

iMac and iPad Player still not working

Serge Patry vor 11 Jahren aktualisiert von Ezra Weinstein (Administrator) vor 11 Jahren 0

Now on the Interact Player  for iPad the buttons are working but the texte is not we can only see a part of it.

For the Interact Player for iMac we still don't see the text.Image 55Image 56

Antwort

This is already fixed.  You need to uninstall your desktop player and download the latest InteractPlayer for the desktop.


Click here to download

0
Fixed

Animations slowing everything issues

Clint Sutton vor 11 Jahren aktualisiert von Inna Komarovsky vor 10 Jahren 3
Hi guys,

Any news on the problems with the animations?  When you have more than 1 animation on a page playing at once and it slows down everything really badly.  You said you were looking into it and would be able to get it working.

I am nearing the completion of my app, and would like to send out a beta test to friends, as well as enter it in your competition.  But I can't do anything till this is fixed.

Thanks
Clint
Antwort
Inna Komarovsky vor 10 Jahren
This will be fixed in the next release that will come next week.
0
Fixed

Emails still showing incorrect links

Clint Sutton vor 11 Jahren aktualisiert von Ezra Weinstein (Administrator) vor 11 Jahren 2

Hi,


Another problem I am still having.  Emails that are sent out after sharing, contain broken links to downloading the player.  The "h"  at the beginning of the link is missing.  Sample attached below.


Dear Clint Sutton,

Clint Sutton would like to share the app Copy of Fly with Arnold tester with you! To view this app, download the free InteractPlayer app by clicking one of the links below:

Download InteractPlayer for Mac

Download InteractPlayer for Windows

Download InteractPlayer for Android

Download InteractPlayer for iOS


You will be prompted for your email address and password.

Use the password you entered when you registered as a Builder.


Antwort
Can you please try sharing again, we believe the links are fixed now.  Let us know if the "h" is still missing.
0
Not a bug

No going back to bookcases in Player

Clint Sutton vor 11 Jahren aktualisiert von Ezra Weinstein (Administrator) vor 11 Jahren 0

Hi,


There is no way to go back to my bookcases again once I open an app page in the Player.  I have to keep closing the Player, and opening it again so I can get to the "bookcases" screen.


It would be much easier if we could have a link back.

Antwort

You can tap on either the top or bottom left corner of the first page of your app.  If you turned off the page navigation then you can add a button with the following behavior:


Jump (Choose Close App as your target page)


You can choose to only show this button if running your app in the Player by adding a condition to the behavior:


{App Is Not StandAlone}


Adding this condition will cause the app to only show this button if your app is running in the InteractPlayer, not when it's published as a stand alone app.