Yeah, I used to create a .jsx file then call afx using shellaunch and a command line switch. The AIR approach would certainly be a little prettier, a…
Do you mean with automating Photoshop or After Effects? I mean we’ve had Flash in max for years, but no-one as far as I can see, has really done anyt…
erilaz: One still crashes max right now. The “Work Out Why Max Is Continually Crashing” Game. I love it!! Did it take you long to write? LOL
Excellent work Geoff! That’s loads of fun
Hey Martin, Not happy in max 9, but happy in 2008! It would be great if you would animate the turns, using a timer. The flick is a bit sudden for me….
OK, Here’s MaxSnake. Lots of potential here for a killer game I think. I especially enjoyed: [ul] [li]The mouse interaction[/li][li]Having the segment…
Do you need to round off the input to MaterialID to have it be effective? fn round n = (floor (n + 0.5)) EDIT: just checked, and that doesn’t look l…
Without looking at the script, you just need to apply a volume select modifier first, then you can adjust the lights on their own
gallion311: So I simplify the brake light texture to just a color, no bitmap… Hey up, Well, you can have whatever material you like, really. If y…
Can you not just make one multimaterial with an “off” and an “on” material, then animate a MaterialModifier on the object? That way you switch the mat…
You must remember when presented with that kind of question to: [ul] [li]Suck in air sharply thorugh lips, whilst scratching chin and shaking head pon…
I odn’t think so, I tried the exact same thing the other day, and only one function was created. Easiest thinfg is to use 2 intermediate functions tha…
Whadya know, I went with an array of structs in the end. Even though it’s not as clean, it’s definitely more intuitive to think of name value pairs t…
Thanks fellas, Eugh… that .net stuff looks super-messy (code-wise), so I think I’ll avoid the hassle. I could happily use a 2-part struct to store i…
Hi Martijn, Thanks fpr that. Sorting isn’t a massive prioroty, it’s just a “nice to have”, and will probably come in useful at some point. I did som…