Is there any way to do an “if-” statement on a frame?
I believe an on- something is needed.
*If I want to create a timer, (this game will be played from a cd) what will dynamically display the time, what will be the best option?
getTimer()? or a setInterval? What’s the pro’s / con’s of both?
I seem to have a depth issue where a mc seems to over lap the other mc even though perspective wise it shouldn’t (sorry bad wording) basically how do I intertwine two mc top/bottom? I hear “swap-” something does the job?
yer how are you going to use the if statement on the frame? usually if you used an if statement on the frame it would be inside a function created on the frame.