This is a GreatWhite code project.

I keep getting this error

TypeError: Error #1006: setMouseState is not a function.

I'm trying to trigger the rollover graphic for a btn inside a movieclip that
is being used as a MovieMaterial on a cube,

public function handleRoll(e:MouseEvent):void
  {
     trace("over");
    e.currentTarget.setMouseState("over");
    e.currentTarget.drawNow();
  }

Any suggestions?

Tim G.
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to