PunkerFish - u need to use Math.floor, Math.floor returns the floor of the number or expression specified in the parameter x. The floor is the closest integer that is less than or equal to the specified number or expression.
Example:
The following code returns a value of 12:
Math.floor(12.5);
My_own_madness - Look into the "sharedObject" feature.
ouiskipoiski - LoL man just look through the 140+ pages here and u will learn tons.
THE-KRAZYMAN - can u elaborate a little? wot do u mean randomly across the screen?
Newrad - u can have a custom rightclick menu but only in .exe flash movies.
as for the s+click code it would be sumthing like....
onClipEvent(mouseDown){
if(Key.isDown(83)){
//menu code
}
}