Contents
Articles
Behaviors
Books
Director News
Director Web Sites
FAQ
Games
Mailing Lists
News Groups
Project Examples
Reviews
Software
Tools
Useful Web Sites
Utilities
Xtras

Don't miss these
Text scrolling effect
ESCAPE Video Studio
Drop Shaddow Button-Alphamania
ProgressCopy
Anim-FX Flash intros & Flash banners builder
Hexadecimal numbers
Update QT3 movies
Mix-FX Flash animation builder
Card Shuffler
Wait for DirectMediaXtra Sprite to finish Playing
 

 

 

Behavior RGB Shifter-Alphamania

Added on 6/10/1999

 

Compatibilities:
D6_5 D7 D8 Mac PC Script

Required Xtras:
Alphamania
Effector Set I for Alphamania

This item has not yet been rated

Author: MediaLab (website)

Requires Effector Set 1 Behavior Support Scripts

Property Red,Grn,Blu

on getPropertyDescriptionList
  if not alphamaniacCheck(the currentSpriteNum) then exit
  
  set pList=[:]
  addProp pList,#Red,[format:#integer,comment:"Red:",¬
                      Default:0,range:[min:-255,max:255]]
  addProp pList,#Grn,[format:#integer,comment:"Green:",¬
                      Default:0,range:[min:-255,max:255]]
  addProp pList,#Blu,[format:#integer,comment:"Blue :",¬
                      Default:0,range:[min:-255,max:255]]
  return pList
end

on beginSprite me
  set s=the spriteNum of me
  if not alphaManiac(s) then exit
  
  rgb(sprite s,[redShift:Red,greenShift:Grn,blueShift:Blu])
end

on getBehaviorDescription me
  set msg= "Use this simple shifter to adjust the color values of any AlphaMania Sprite."
  put return & return after msg
  put "Parameters:" & return & "-----------" & return  after msg
  put "* Red:  Shift the Red" & return after msg
  put "* Green:  Adjust the Green" & return after msg
  put "* Blue:  Adjust the blue" after msg
  put return & "-----------" & return & return  & ">>>" && amTip()  after msg
  return msg
end

 


Contact

MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA

Send e-mail