PDA

View Full Version : I thought I understood paths but. . . .


bj8341
12-05-2001, 07:19 PM
Attached is my code.

This is part of a larger project but an important one. I want this 3 digit timer to count up to a preset limit and start over at zero.

At present, when the ones digit counts up to nine and attempts to increment the tens digit, I get an error that basically says it couldn't find my tensdigit MC. I have tried every combination of roots and parents and etc. that I can think of.

If you can tell me what to use in frame 120 of the ones digit MC I would appreciate it but I also need to understand why what I am trying does not work. Every book I have says I am pathing this right.

Help!!!!!

evilregis
12-05-2001, 08:02 PM
you haven't given instance names to your mc's. your main mc must be given the instance name "cycletimeinput" and inside that the tensdigit movie again must given that instance name. i did that and it counts past 10...

.:er:.