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
Centipede
Sarah"s Multiuser Pages
JTMR KoolMarquee
Grabbing the Stage (D7)
RTF files using free FileIOXtra
HSB Shifter-Alphamania
De-Xplode that text position relative
Wait for DigitalVideo Cuepoint
Label Search code
Particle Explosion Effect
 

 

 

Behavior Ripple General Settings-Alphamania

Added on 6/10/1999

 

Compatibilities:
D6_5 D7 D8 Mac PC Script

Required Xtras:
Alphamania
Effector Set II for Alphamania

This item has not yet been rated

Author: MediaLab (website)

Requires Effector Set 2

property height
property radius
property duration
property smoothCount
property stretch

on getBehaviorDescription me
  return "This behavior will set the general ripple properties. It does nothing else.  Use it in conjunction with the other ripple behaviors."
end

on getPropertyDescriptionList me
  set list = [:]
  addProp list, #radius, [#comment: "Radius:", #format: #integer, #default: 4, #range: [#max: 15, #min:1]]
  addProp list, #height, [#comment: "Height:", #format: #integer, #default: 400, #range: [#max: 2000, #min:1]]
  addProp list, #duration, [#comment: "Duration:", #format: #integer, #default: 4, #range: [#max: 10, #min:1]]
  addProp list, #smoothCount, [#comment: "Smooth Count:", #format: #integer, #default: 0, #range: [#max: 300, #min:0]]
  addProp list, #stretch , [#comment: "Stretch", #format: #boolean, #default: TRUE]
  return list
end

on beginSprite me
  set sNum = the spriteNum of me
  ripple(sprite sNum, [radius:radius, height:height, duration:duration, stretch:stretch, smoothCount:smoothCount])
end

 


Contact

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

Send e-mail