and displaying text (connected to the click number)
should also display a short video (connected to the click number)
This video should start playing automatically and stop/disappear at the end.
From PuraVida I found 2 blocks to solve the start playing automatically, but I don’t understand the used clock feature. Before I used them, I produced a result with manually start. Now nothing starts….
I attach my blocks, a screenshot and hope to get a hint
which timer interval did you use for the clock?
why a clock component is required was explained here Redirecting to Google Groups
yes, you re correct, it seems to not work directly in the Screen.Initialize event
as workaround just use a clock component (timer interval = 100ms) to start the video a little bit later... see screenshot and example project
[quote=“Taifun, post:2, topic:5215”]
which timer interval did you use for the clock?
[/quote] thank you for the reply…
I did not use any timer interval. The documentation on the component “Clock” is all Greek to me. I find no reference to the special clock blocks (there is nothing explained, blocks are only explained for built-in blocks) Can you show me the use of a timer interval in the blocks and where I should put it in?
Thank you
Meanwhile I found the clock-timer-intervall block and put it together like the following:
well, everything is explained in the documentation for each property and method... and some properties you also can set in the designer...
you can find the documentation of the Clock component here https://i.stack.imgur.com/4mmH1.jpg
Specifies the interval between subsequent Timer events.
to set the timer interval inside the Clock.Timer event does ot make much sense...
why don't you follow my example?
set it in the designer or during Screen.Initialize and start the clock there
it does not make much sense to repeat everything again, does it?
what about downloading the example app from here Redirecting to Google Groups to test it on your device? does it work?
Sorry, but I have to come back:
My app is working with the videoplayer correct with the MIT AI2 Companion, but does not work at all on my real Smartphone offline. I have no idea, what could be done …