Pacermike
@pacermike
New Member
Joined: Feb 15, 2024
Topics: 19 / Replies: 89
Reply
RE: Funny max scripting

Hahaha, these are pretty good.

12 years ago
Forum
Reply
RE: getValue ccCurve as MXS function?

Oh! That’s a good idea. I remember the thread where you showed how to update a Bezier with the ccurve, too. I’m gonna play around with that idea… and …

12 years ago
Forum
Reply
RE: getValue ccCurve as MXS function?

lo, I wrote a function that does what I want but is INSANELY slow because it’s basically a loop that goes from 0.0 to 1.0 by .001 trying to compare ev…

12 years ago
Forum
Reply
RE: getValue ccCurve as MXS function?

denisT: path to control is wrong. it has to be: $box01.baseobject.custattributes[<attr_index>].<rollout_name>.<curvecontrol_…

12 years ago
Forum
Reply
RE: getValue ccCurve as MXS function?

Hi denis, This is how I was asking the ccurve for info inside a script controller: (getValue $box01.baseobject.custom_attributes.rollout.controls[1]…

12 years ago
Forum
Topic
Forum
Replies: 11
Views: 23
Reply
RE: Flippin Flipper

-Could you subdivide each polygon so that as the polygon flips it’s subdivisions are also flipping? Almost like a Tron res-in effect? -What about lik…

12 years ago
Forum
Reply
RE: Trying to find a member of a hierarchy.

Wow Denis. That is a thing of beauty. It works perfect and is so cleeeaaannn. :bowdown: Thanks!

12 years ago
Forum
Topic
Forum
Replies: 2
Views: 12
Reply
RE: controller changing images ???? help !

lo: What would you do if you had a 64X64 sprite sheet? 64 if/then/else clauses? A little math and this could be a one-liner. I know writing them …

12 years ago
Forum
Reply
RE: controller changing images ???? help !

It’s kinda fun to play around with So I went ahead and hooked up both the X and Y and changed the expression so you can resize the joystick with out …

12 years ago
Forum
Reply
RE: controller changing images ???? help !

Yeah, you’re going to need four more drawings for this texture to work I think. Move the top corners in toward the center drawing so the remaining dr…

12 years ago
Forum
Reply
RE: controller changing images ???? help !

That’s because there’s only 8 “walk” images on the sprite sheet, so it’s actually only one step instead of a full two-step loop. :shrug: With a more c…

12 years ago
Forum
Reply
RE: controller changing images ???? help !

I had a few extra minutes so I made a test file using this sprite sheet I found on Google. It’s max 2011 so hopefully you can open it (see attachment)…

12 years ago
Forum
Reply
RE: controller changing images ???? help !

Hey, the Morph Material is pretty cool! I’ve never played with it before. To get rid of the smooth transition try changing the morph’s controller fro…

12 years ago
Forum
Page 5 / 8