---- written for Director 8 ---
---- Kumar.K ----
---- kumark@icode.com ----
------ Custom Properties ------
--- This Handler Checks for the Asset Given---
-----assetType canbe one of these ---
--#animgif,#bitmap,#button,#picture,#cursor,#QuickTimeMedia,#digitalVideo,#script
--#empty,#shape,#field,#sound,#filmLoop,#swa,#flash,#text (#richText is now obsolete)
--#font,#transition,#movie,#vectorShape,#ole,#palette
on assetCheck assetType
set asset = new (assetType)
if ilk(asset,#member) then
erase asset
put assetType & " asset is installed."
---Your Custom Lingo Goes here--
--- what You want do if the assest is installed --
else
put assetType & " asset is Not installed."
---Your Custom Lingo Goes here--
--- what You want do if the assest is Not installed --
end if
end
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA