Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
Multiple languages in the same movie.
RC4 Encryption Algorithm Script
Math
Vector Shape - Create Sine Wave
ColorCursor
Outline Text
Put stream percentage
StyleUtil
Multi-State Toggle Button
SinTaxer
MediaMacros Xtras Mall
 

 

 

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

 


Upload Provided by ABCUpload ASP

Contact

MMI
22 West Court Sq
Suite 2C
Newnan, GA 30263
USA

Fax - (206) 339-5833

Send e-mail