Forum Replies Created

  • Thanks for the response Dan. I did some experimenting and even looked at the Newton plug-in, but did not have any results. There may have been too much going on motion wise for it to be visually appealing anyway so I went in another direction and your expressions for decay really helped out there.

  • Nick Adcock

    October 26, 2010 at 7:54 pm in reply to: Random Color with Parameters

    Kevin,

    Thanks very much. That worked well.

  • Nick Adcock

    May 4, 2010 at 2:06 pm in reply to: Linking Fill Color to Rotation

    Thank you Dan and thank you for monitoring these boards like you do and being so damn good at actionscript.

    I did a slight mod for the y rotation and different rotation values but it worked perfectly.

    color1 = [255,255,255,255]; // white + alpha
    color2 = [87,110,163,255]; // shade of blue + alpha
    r = transform.yRotation;
    if (r < -90) color2/255 else color1/255

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy