A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 2 of 2

Thread: Urgent help!

  1. #1
    Junior Member
    Join Date
    Jan 2013
    Posts
    25

    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 .

  2. #2
    When in doubt ask Eager Beaver's Avatar
    Join Date
    Feb 2007
    Location
    Planet Earth
    Posts
    865
    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




Click Here to Expand Forum to Full Width


HTML5 Development Center