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
Generic Countdown Timer
zOpen
change LocZ
Cache Loaded - Valentina
A Lingo Timer Script
DirMPEG
Direct Media Volume Slider
PrintOmatic lite behavior
Print Any Frame from Projector
Install Shield Pro
 

 

 

Behavior Swirl-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 SwirlAmount,pInterp

on getPropertyDescriptionList
  if not alphamaniacCheck(the currentSpriteNum) then exit
  
  set pList=[:]
  addProp pList,#SwirlAmount,[format:#integer,¬
                               comment:"Enter swirl Degrees:",¬
                               Default:0,range:[min:-360,max:360]]
  addProp pList,#pInterp,[format:#symbol,¬
                               comment:"Interpolation:",¬
                               Default:#On,range:[#Off,#On,#Paused]]
  
  return pList
end

on beginSprite me
  set s=the spriteNum of me
  if not alphaManiac(s) then exit
  
  set pInterp=interpolation(pInterp)
  Swirl(sprite s,[degrees:SwirlAmount,interpolation:pInterp])
end

on slideSwirl me, slider, p
  set s=the spriteNum of me
  if not alphaManiac(s) then exit
  
  setSwirl(me,((p*360) / 100))
end

on setSwirl me, val
  set swirlAmount=val
  Swirl(sprite (the spriteNum of me),[degrees:SwirlAmount])
end

on getBehaviorDescription me
  set msg= "This is where it gets cool!  Photoshop™ had it, now you have it! Add this to your AlphaManiac for a little twist."
  put return & return after msg
  put "Parameters:" & return & "-----------" & return  after msg
  put "*  Swirl Amount: -360 to 360" & return after msg
  put "*    Interpolation:  On,Off,or While Paused" 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