At 2/6/09 07:18 AM, VaragtP wrote:
I have done a fish jumping out of the water and back into it , frame by frame in a movieclip. How can i make a copy of this clip easy but have the fish jump in the opposite direction?
Thanks for help
press CRTL + L (dont actually press the + key)
right click on the fish clip and choose duplicate
now you have 2 MC's the same that you can change how you like
(if you just copy instead of duplicate and change 1 of them they both change)
Option 1
Modify > transform > flip vertically or horizontally or something or rather
option 2
double click the new MC and select all the frames right click one and choose revers frames
all depending how you have it setup
party.onEnter = function(){
if(beer <=0 && money <=0){
CRY
}else if(beer <=0 && money > 0){
Shout BEER RUN!!
}else{
shout WE STILL HAVE BEER!!
}
}