Ask a Question related to Macromedia Director Lingo, Design and Development.
-
kx10 webforumsuser@macromedia.com #1
Busy mouse icon after member import script runs
I am working on a multimedia diary and am working on the user importing media.
After this handler to add a cast member runs, the cursor shows the busy timer icon until I move off the stage and back on again.
Any ideas why anyone?
--get the path of the file from the user
--begin a FileIO instance
fi01=new(xtra "FileIO")
--ask the user for the information and put into variable
vFilePathName=displayOpen(fi01)
--if the user has not cancelled
if vFilePathName<>void then
--count current number of cast members
vNumOfMembers=the number of members
--add one and save as a variable
vNewMemberNum=vNumOfMembers+1
--create new cast member in that position
vNewCast = new(#bitmap, member(vNewMemberNum))
--put the chosen file in the new cast member
(member(vNewMemberNum)).filename=vFilePathName
--close the channel of communication
delete fi01
else abort
end if
kx10 webforumsuser@macromedia.com Guest
-
Wrapping mouse over help icon up Web User Control
Hi guys! I have some pretty neat code that shows a floating help box over the top of an ASP.NET screen when an image is mouse-overed. I've... -
Changing cast member with a mouse click
Im trying to change the castmember of a sprite each time it is clicked on. I've managed to do it so that it changes just the once by using the "set... -
ksh script - Preventing multiple runs of a particular script
I am having trouble with a ksh script I am writing. I need to make sure that the script is not already running when it is kicked off in cron. ... -
Script runs once
Hello, I have a perl script that is to stop and start at midnight, and write to a new log file. The problem is it runs once then does not run... -
#24580 [NEW]: sometimes script runs slow
From: longshot at home dot nl Operating system: win XP PHP version: 4.3.2 PHP Bug Type: Performance problem Bug description:...



Reply With Quote

