
Welcome Guest
|
#1
|
||||
|
||||
|
hi all,
while doing some test on display object I found its min and max values are now 0 and 1 respectively.But however if one keeps on increasing the alpha it just goes on increasing till 127 and suddenly comes down to -128.If anyone can put some light on it,it would be really helpful. Actionscript:
this.addEventListener(Event.ENTER_FRAME, onEachFrame);
private function onEachFrame(e:Event):void
{
this.child.alpha += 1;
trace(' : alpha : ',this.child.alpha);
}
__________________
www.saumyaray.com |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| min max button | bzbiz | Flash MX |
7 | 11-07-2002 02:52 PM |







