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
Print a file with associated program
Installer
Billenium Transitions Xtra v1.3
BinFileIO Xtra
Set Static Property of a Flash Member
INSIDE Macromedia Director & Lingo
Flash Paper 1.01 Controller
Space C
Truques e Dicas
Ripple Follow Sprite-Alphamania
 

 

 

Behavior Format Image

Added on 8/4/2000

 

Compatibilities:
behavior D7 D8 Mac PC Shockwave

This item has not yet been rated

Author: Shehal (website)

Sets image size

-- visit my shockwave site
-- http://www.unixville.com/~shehal/
-- mailto: shehal@mediasolv.com
-- I work for MediaSolv.com
-- visit RISSA"s site
-- http://www.geocities.com/~marissaj/
property imageWidth
property imageHeight

on beginSprite me
  set the width of sprite(me.spriteNum) = imageWidth
  set the height of sprite(me.spriteNum) = imageHeight
end

on getPropertyDescriptionList
        set description = [:]
    addProp description,#imageWidth, [#default: 268, #format:#integer, #comment:"Width of Image"]
  addProp description,#imageHeight, [#default:236, #format:#integer, #comment:"Height of Image"]
  return description
end

 


Contact

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

Send e-mail