Desperate for help . please please please

hi all
i desperately need some help with a couple of issues.
i am building a small profile site for a resume and other personal information that i need to finish by next week. but im having some problems. btw im a beginner in flash, dont know much

  1. i wanted to put a time referring to my local country, so i worked with the get UTC actionscript, and added +7 reffering to hours away from gmt. however when the time reached 20:00 gmt, the computer adds 7, making the time 27:00 ???!?!?! can somebody please help me with that.

  2. need some assistance with the transitions. for example
    i have a button that says resume. when i click, a resume flys in and fades in and lands in the middle. when the person is done reading , he will click another button on the menu. how can i let the previous animation fly backwards or do anything then go to the new target

please i need this simple information very soon
some one help
many thanks
cheers
Hani

ok well the asnwer to your first question is why would you add 7 hours and wonder why when it’s 20:00 it says 27:00? you okay? alright nwo the answer to your second question is this. you can do it 2 ways… either by unloading the movie:
on(release){
unloadMovieNum(x)
}

or just make your movie clip which fly’s into the middle go to a different frame where it flyes back up ex.

on(release){
with(movieClipName){
gotoAndPlay(10);
}
}