Urgent help!
Hi guys i am trying to connect "scene 1" to "scene 2"
Then this ERROR comes out >>> Cannot access a property or method of a null object reference.
You guys can check my Flash File at >>> http://www.filedropper.com/egg
Please help. When I only run the Scene 2 it plays but when i tried to connect it with scene 1. An ERROR comes out .
When in doubt ask
FLASH 8
Give a frame name say "f1" for your frame in scene 1.
Add a movie clip named play_mc in scene 2.
add this code:
play_mc.onRelease =function(){
gotoAndStop( "f1");
}
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width