Forum Moderators: open
then inpost both pics into flash, turn the lock part that you want to rotate into a movie clip and use this (untested ) action script (where your lock moive clip has an instance name of lockmc):
lockmc.onEnterFrame=function(){
_root.lockmc._rotate++;
}