I made this flash and coded it (stupidly) using (stupid) newbie language.
Well, the logic seemed on the line, but then there comes a fault. I must have left something out...
Could someone take a quick peek at my ASing?
Thanks
Loads
TONGXN
Printable View
I made this flash and coded it (stupidly) using (stupid) newbie language.
Well, the logic seemed on the line, but then there comes a fault. I must have left something out...
Could someone take a quick peek at my ASing?
Thanks
Loads
TONGXN
/bump/
Its kinda hard to pin down the exact problem that youre having. I can only assume that u mean the entire clip doesnt work?
First biggest problem IMO is the fact that youve set the fps to 1. Personally i wouldnt do that. If you need to tween rotate over a long period of time use _rotation.
There are many different ways to achieve a result with AS as im sure you know but personally I wouldnt lay this design/script out like you have. What do you ultimately want this timer to do? I see the 20 min textfield is an input field.... Are users going to be editing the time? If not this should have just been a dynamic text field.
Maybe if I have some time and you can explain what ure trying to achieve I can pop out a templatte for you quickly.