Oliver, Check out:
hide img "hiddenImage" answer file "Select Image to Display" set the filename of img "hiddenImage" to it then you can show/hide img "hiddenImage" anytime you want, Chipp > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:use-revolution-admin@;lists.runrev.com]On Behalf Of Oliver Hardt > Sent: Monday, November 04, 2002 3:19 PM > To: [EMAIL PROTECTED] > Subject: loading images > > > problem: i want to load an image but i don't want to display it > immediately. currently, i am using the approach lined out below. > > 2 questions: (1) any better scripting out there? (2) when i import > an image with "import paint ...", how do i get the ID RR assigned to > the image? > > thanks, olli. > > > > current approach: > > > answer file "Select Image to Display" > put it into lFileName > if lFileName is not empty > then > lock screen > import paint from file lFileName > set the itemDelimiter to "/" > put the last item of lFileName into lImageName > hide image lImageName > unlock screen > wait 2 seconds > show image lImageName > end if > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
