Author Topic: Video brick. (Lots of lag i think.)  (Read 758 times)

Title says all.
A sort of print brick, where you can choose short video clips in *avi or animated gifs.
That would nice for tv, but i think there will lag a lot.
So, say what you think or such.

Code: [Select]
On touch blah next print
blah next print
blah next pring

Impossible

Although I do have an animated print script, but that makes 6 prints and then runs through them in a constant cycle.

Impossible

Although I do have an animated print script, but that makes 6 prints and then runs through them in a constant cycle.
so, basicaly not so impossible
also, what about once the print is applied, it checks if it is still that print, then incriments a number to change the print but keep the same name (ie, cow_1 -> cow_2, and it would check if cow_1/2 started with cow, then changed the print based on the number on the end)
that way it would stop once the print is changed


Impossible

Although I do have an animated print script, but that makes 6 prints and then runs through them in a constant cycle.
I would think again.

In version 8 MegaScience made a animated print brick. Although, I do not know how he did it.
I believe it was a "SpaceBalls" print. And yes, it did do a loop.

I would think again.

In version 8 MegaScience made a animated print brick. Although, I do not know how he did it.
I believe it was a "SpaceBalls" print. And yes, it did do a loop.
lol are you that stupid

I would think again.

In version 8 MegaScience made a animated print brick. Although, I do not know how he did it.
I believe it was a "SpaceBalls" print. And yes, it did do a loop.

Yep, I remembered the SpaceBalls animated print in TBM and remade it using 6 frames from a higher definition Youtube video of it. I made a script so, when a print is set, it checks if it is one of the 6 frames. If it is, it runs an infinite cycle through each frame.

Very simple, likely abuse-able code. Rather not do it by this method.