Browse Search Popular Register Upload Rules User list Login:
Search:
Strip animations

Image:
screenshot of the scene

Author: lololoer

Group: Default

Filesize: 245.72 kB

Date added: 2013-06-24

Rating: 4.5

Downloads: 879

Views: 375

Comments: 3

Ratings: 2

Times favored: 0

Made with: Algodoo before v1.8.5

Tags:

Scene tag

uses time to live; each second is for each strip part , then the timetolive increments.
Please log in to rate this scene
edit
Similar scenes
Title: Bimetallic Strip
Rating: 5.7778
Filesize: 9.2 kB
Downloads: 724
Comments: 1
Ratings: 3
Date added: 2012/03/04 02:17:54
Made with: Algodoo v2.0.2 Edu
Rating: rated 5.8
download
Title: For MegaGate164/Algoquadcontathlon Cutscene 1
Rating: 5
Filesize: 158.16 kB
Downloads: 506
Comments: 3
Ratings: 1
Date added: 2017/06/25 23:34:14
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: 400m drag strip + Surprise
Rating: 5
Filesize: 492.23 kB
Downloads: 526
Comments: 0
Ratings: 1
Date added: 2009/10/02 01:44:28
Made with: Algodoo before v1.8.5
Rating: rated 5
download
Title: Strip Poker
Rating: 5
Filesize: 0.56 MB
Downloads: 679
Comments: 3
Ratings: 1
Date added: 2014/03/31 23:02:24
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: GoAnimate x Algodoo - A Comic Strip
Rating: 5
Filesize: 132.69 kB
Downloads: 919
Comments: 0
Ratings: 1
Date added: 2019/11/15 00:24:03
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Pimped honda civic
Rating: 5
Filesize: 60.84 kB
Downloads: 666
Comments: 1
Ratings: 1
Date added: 2009/12/24 05:40:57
Made with: Phunlet
Rating: rated 5
download
Whoever down rated this scene (was not me) should have the common decency to say why.

The only thing I noticed was that the scene was not using the last frame of each animation. This is what I did to correct it.

1. Removed code from controllerACC and inserted 11.0.
2. Set timeToLive = +inf.
3. Entered the following in the update event:
s = 1.0;
texturematrix = [0.5, 0.0, math.toInt(sim.time % (1.0 / s) * 8.0 * s) * 0.125 + 0.0625, 0.0, 4.0440359, 0.50182062, 0.0, 0.0, 1.0]

Note: Variable s sets the speed of the animation.
wow, so much better, thanks! _o_
Feel free to use the code to update your scene if desired. I'm sure Xray would like it because he loves the mod (%) operator.