INSTRUCTIONS - IF YOU DO NOT FOLLOW THESE THE SCENE WILL NOT RUN PROPERLY.
If you dont feel code proficent at all, I have uploaded a version which does not require code entering upon opening! Here is the link: http://www.algodoo.com/al … p?id=30694
If you choose not to use that link and run this scene however, follow these instructions below in red to ensure it functions correctly.
in the hinge script menu that is open when you open the scene, please copy and paste this into the CCW part replacing the part that says "false"
{scene.my.ccw}
All parts of my own invention!
its a 75 Pixel, 15x5 screen with 12 frame video.
Its a tiny bit glitchy and sometimes a pixel is out of place, mainly on the left side and bottom line this occurs. But there is a skew adjustment fitted so you can fiddle it into the right place with some time. It works best with gravity off, but the case is solid so you can run it with gravity and try and fiddle the skew till it works well.
This is early technology, give me a break!
Might make a youtube video for it, not sure yet - i've spent long enough fiddling this today as it is
Last edited at 2009/09/07 22:56:57 by Torpedo
Please log in to rate this scene
Similar scenes
Title: CRT TV 5x15 75 pixel 12 frame, NO CODE ENTRY REQUIRED
Rating: 5
Filesize: 84.02 kB
Downloads: 925
Comments: 0
Ratings: 1
Date added: 2009/09/07 22:49:12
Made with: Algodoo before v1.8.5
if you click the front cover, which should all highlight, loosen it, drag it away, and then you should see a gear with 12 boxes. they all have an oncollide that makes an array of 75 zero's and ones. basicly, it goes 15 of those are the first line of bits, the next 15 are the second line of bits, and so on, giving you 75 bits.
So you can easily do a 15x5 picture in notepad, put comma's in the middle, make it one line and then put it in to replace the array the box is set to make.
OR, another way, is to make your own array as above, remove the wheel and its laser, and set scene.my.image =[(your 75 bit array here)] and that will make the tv display whatever scene.my.image is. any good? lol