LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-01-2009, 12:06 AM
saumya's Avatar
saumya saumya is offline
Super Moderator
 
Join Date: Oct 2004
Location: India
Posts: 2,214
Rep Power: 11
saumya is on a distinguished road
Fix display object alpha : min and max

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
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
min max button bzbiz Flash MX 7 11-07-2002 02:52 PM




All times are GMT. The time now is 03:46 AM.