Hey everyone. I just came across an interesting presentation program that looks like a projector but flips it's pages like a 3d book. It's pretty cool, and I'm...
Hi there... I don't know about plugin, but NoiseCrime did something like this a while ago for Director 8. http://www.noisecrime.com/develop/techdemo/d8.html ...
... From: "JCameron" <jasonrussell@...> ... I just want to remind everyone that this type of question is off-topic for the openLingo list. I know the list...
... From: "JCameron" <jasonrussell@...> ... Hard to say, I keep having to put things back, but basically as soon as my CMS is finished, it's the first...
Hi there... Having a bad hair day... without going and building a binary array to represent a 32 bit integer, is there a faster method of mirroring the integer...
Anyone have any information about the structure of .cst files? For distributing the openLingo library as a cast, it would be nice if all the scripts were...
how about making a couple of casts. One completly empty, one with one script member (with little code in it) and one with two script members. open a hex editor...
... From: "Christoffer Enedahl" <christoffer@...> ... That was what I was going to do if no one knew anything about the file format. However, I want to...
I think we can give up trying to reverseengenere the compact format. I use a hexeditor where I can see chars, there you can clearly see where the scripts are....
Hi there... My CRC object is uploaded to the openLingo files section, including documentation, test files and the original C++ source. You'll find it in the...
OK, I'm really excited this morning and I thought I'd share the reason why with the group to see if it inspires anyone. I've done some little experiments with...
... readability of ... mention that ... information ... information ... dispose of ... I don't know if this is what you're thinking of, but I recently made a...
It's been my experience that the best way to reduce globals, or to eliminate them altogether, is to encapsulate the data together with the methods that operate...
... From: "Jerry McManus" <jerrymcm@...> ... beyond the ... will say ... data as ... variables. Well, it shouldn't be beyond the scope of this list (this...
Well, I've still got a lot of work to get out of the way before we see a live site, but I had a bit of time today and thought I'd get some of the library...
Hi Robert Nice to see that the site is taking some shape now. I have a sound manager ready which I have uploaded into my folder. It's not yet openLingo...
Yay! Lets all go get some beer. :-) Alchohol enhances thought processes by making you feel smarter than you really are. Pranav Negandhi Software Engineering ...
Hi Robert Your'e right about the modularity. The classes for handling queue's and files are always used even if you just want to use a single internal sound. I...
What should destructors be called? Constructors are always called new, because that's built-in, but there is no built-in destructor so we have to make our own....
... Hi, this is my first post to the list - thought I'd like to add my comments here. I use destroy as well - though I could live with others - it is to a ...