7/23/2011 8:39:38 PM
Title:
output errors using flash cs5
trying to do a colouring book game. no errors with the compiler but when I test I get output errors listing my instance name top_mc. I press the color button which is a movie click and then touch the top and I get the output error.
what am I doing wrong.
thanks
7/24/2011 6:44:53 AM
its not possible to tell anything unless you post the error message. Also try installing the flash debug flash player if you are not already using it from the adobe website. This is a developer version which will show you detailed error.
7/24/2011 7:59:50 AM
Thank you for getting back to me. I did a debug and this is what I am getting.
Attempting to launch and connect to Player using URL C:\Users\bumples\Desktop\Colour.swf
[SWF] C:\Users\bumples\Desktop\Colour.swf - 4135 bytes after decompression
front_mc
side_mc
top_mc
I am afraid that I am fairly new to flash and new to flash cs5. I hope you can help me. Thank you for your time.
Jennifer
Rayan
Points: 700
Posts:0
7/24/2011 10:04:01 AM
Jennifer this is not an error, this is just message log.
These messages contain the messages from compiler and also messages which are displayed by developer using trace. There is nothing to worry. First 2 messages are from compiler and other 3 appear when movie plays which are displayed using trace command in code.
7/24/2011 12:21:25 PM
Thank you for your answer. But why can't I see if the colors are going on the pictures. Everytime I try I get my instance.
Should I just continue and put it on my site?
Thank you again,
Jennifer