I am anxious to see some solutions on this. I don’t have the time to participate this time I started some tries in the past to copy what I call “fla…
reading shots – swapping words – thats the way it worked. Why don’t you use the bit.swapBytes function? Maybe we should compile a little thread with…
Thank you both! I will try this right now. I have a goog feeling. Because: I adopted the shortswap function I found in this forum. The purpose of thi…
Anselm, try tracking down the bad script by removing all 3rd party macros. Reinstall them in chuncks until the error rises. I thought you did this a…
This seems to be a max9 file? But there are tons of cellular automata implementation for various languages on the net. I guess you could adapt one of…
Yannick, thank you. I still haven’t installed my max 9, but after reading your pdf I am eager for it … Georg
You can use the dragandrop interface method dowloadurltodisk to fetch the image. First get the URL from your PHP then download it … I recently stumbl…
Blue, very clever water dropplets! Georg
as your editable splines are rectangles ypu can get the width and length wit the .min and .max properties. the area of such a spline should the be ca…
bitmap needs 2 arguments: bitmap bmp “” filename:thePath path seems to be a special word in maxScript better use thePath, myPath, somePath … what …
just because I didn’t find them, that doesn’t mean they don’t exist. the functions are called: bit.intAsChar and bit.charAsInt letter = “A” format “…
I really like this approach! 5 stars from me! Georg **edit You could wrap WshShell.SendKeys “{ENTER}” inside a loop. that way the code is easie…