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
Indeo 5 Codec
Expire date
Set DirectToStage Property of a Flash Sprite
Drag Install
Go To The Frame - Blog about Lingo
Set actionsEnabled Property of a Flash Sprite
MIAW Event Leak
selling|sound - royalty free music
Prompt for Disk
Animated Button
 

 

 

Behavior Seurat-Alphamania

Added on 6/10/1999

 

Compatibilities:
D6_5 D7 D8 Mac PC Script

This item has not yet been rated

Author: MediaLab (website)

Requires Effector Set 1 Behavior Support Scripts

Property pSpeed,pRadius,pIntensity

on getPropertyDescriptionList
  if not alphamaniacCheck(the currentSpriteNum) then exit
  
  set pList=[:]
  addProp pList,#pSpeed,[format:#integer,¬
                           comment:"Speed:",¬
                           Default:7,range:[min:0,max:25]]
  
  addProp pList,#pRadius,[format:#integer,¬
                              comment:"Radius:",¬
                              Default:3,range:[min:1,max:3]]
  
  addProp pList,#pIntensity,[format:#integer,¬
                              comment:"Intensity:",¬
                              Default:4,range:[min:1,max:16]]  
  return pList
end

on beginSprite me
  set s=the spriteNum of me
  if not alphaManiac(s) then exit  
  seurat(sprite s,[speed:pSpeed,radius:pRadius,intensity:pIntensity])
end

 


Contact

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

Send e-mail