hi Michael von Aichberger 
this script i write in my movie

on startmovie
importpicts
end
  on importPicts
 
  mypath = "(C:\WINDOWS\Desktop\imagefolder\images)"
--- should i give the name of specific image 
  repeat with i = 1 to 9999999
 
   nextFileName = getNthFileNameInFolder(myPath, i)
 
      if nextFileName = EMPTY then
        exit
      end if

 
     member("forImport").fileName = myPath &
nextFileName --- all is in one line
      newMember = new(#bitmap)
     newMember.image =
  member("forImport").image.duplicate()
 
    end repeat
  end
 
 but.......
 again i got nothing 
even its not showing any error. but nothing happning

plz help me out from this

nitin




__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to