•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Graphics and Multimedia section within the Web Development category of DaniWeb, a massive community of 397,786 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,377 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Graphics and Multimedia advertiser:
Views: 1506 | Replies: 0
![]() |
•
•
Join Date: Jun 2006
Location: Cape Town, South Africa
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 0
Hi there
I am creating an interactive CD-Rom in Director MX on PC. I have a problem with some of my cursor changes. I have a manual on the disc, after the user has finished reading it, they have to press a "back" button to return to which frame they came from. This uses the "play done" command.
I do realise there are issues with the play done command, but it was my only option in this case. Once the play done command has been excecuted the cursor doesn't change at all again. I have behaviours changing the cursor on each button in my movie, but they don't work AT ALL after this command has run. They all work 100% before this command is run.
The code on the "back" button:
on mouseEnter me
cursor 280
sprite(the currentSpriteNum).member="backButton_over"
end
on mouseLeave me
cursor -1
sprite(the currentSpriteNum).member="backButton"
end
on mouseDown me
cursor 280
sprite(the currentSpriteNum).member="backButton_over"
end
on mouseUp me
cursor -1
play done
end
Is this a common problem with the play done command? Or am I doing something wrong here?
I am creating an interactive CD-Rom in Director MX on PC. I have a problem with some of my cursor changes. I have a manual on the disc, after the user has finished reading it, they have to press a "back" button to return to which frame they came from. This uses the "play done" command.
I do realise there are issues with the play done command, but it was my only option in this case. Once the play done command has been excecuted the cursor doesn't change at all again. I have behaviours changing the cursor on each button in my movie, but they don't work AT ALL after this command has run. They all work 100% before this command is run.
The code on the "back" button:
on mouseEnter me
cursor 280
sprite(the currentSpriteNum).member="backButton_over"
end
on mouseLeave me
cursor -1
sprite(the currentSpriteNum).member="backButton"
end
on mouseDown me
cursor 280
sprite(the currentSpriteNum).member="backButton_over"
end
on mouseUp me
cursor -1
play done
end
Is this a common problem with the play done command? Or am I doing something wrong here?
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Graphics and Multimedia Marketplace
•
•
•
•
animated animations beta command console cursor development explorer flash gradient graphics hardware ie7 intel interactivity. internet linux microsoft multimedia news nvidia open-source opengl peripherals photoshop preview prompt registry root scripting streaming tweaks video vulnerability web web development windows
- Weird... unable to log in to windows (Windows NT / 2000 / XP / 2003)
- Computer Won't Function Properly (Troubleshooting Dead Machines)
- Black Screen (Windows NT / 2000 / XP / 2003)
- svchost.exe takes 100% of cpu (Windows NT / 2000 / XP / 2003)
- redhat 9 command prompt (Linux Users Lounge)
- Bgi Graphics Don't Work On Windows... Why??? (Game Development)
- Help! Bios problem (Motherboards, CPUs and RAM)
- Wanna know Administrator password.... (Windows NT / 2000 / XP / 2003)
Other Threads in the Graphics and Multimedia Forum
- Previous Thread: How can i create a 3D shape in Powerpoint
- Next Thread: For all those interested in multimedia


Linear Mode