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
Change ShapeType of a Shape cast member
ADOXtra
Killer Transitions
Shiver With Sound
Generic behavior to change System Desktop Icons
Flash Member Controls
createSpecList
Creating a Marquee Tool
Graphic Drag on top
Getting full error messages
 

 

 

Behavior Title Name MIAW

Added on 6/10/1999

 

Compatibilities:
behavior D6_5 Mac PC

This item has not yet been rated

Author: RettCrocker

Title Name MIAW

on beginSprite me
  set lMember = the member of sprite (the spriteNum of me)
  set lMovieName = the movieName
  repeat with w in the windowList
    set lPathToWin = the filename of w
    if lPathToWin contains lMovieName then
      set lTitle = SPACE & SPACE & the title of w & SPACE & SPACE
      put lTitle into field lMember
      exit repeat
    end if
  end repeat
end

on getBehaviorDescription
  set lText = ""
  put "--======= Title Name MIAW behavior =======--" & RETURN after lText
  put "This behavior makes a text field act as if " after lText
  put "it were the name on a title bar of a " after lText
  put "window.  The behavior gets this information " after lText
  put "from the title of your MIAW so make sure " after lText
  put "that you set that attribute." & RETURN & RETURN after lText
  put "As always, if you use this behavior I would " after lText
  put "like a mention in your credits.  Enjoy." & RETURN & RETURN after lText
  put "/// © Rett Crocker 1997 \" & RETURN after lText
  put "\ r3tt@mindspring.com ///" & RETURN after lText
  return lText
end  

 


Contact

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

Send e-mail