View Single Post
  #5 (permalink)  
Old Oct 9th, 2006, 01:47
JacobHaug's Avatar
JacobHaug JacobHaug is offline
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with Flash and IE!

I still can't find the problem, but thought I would give you some advise anyway. Flash can be a pain when it comes to linking from scene to scene. I would try altering you action script code just a bit. If this does not work, tell me what to click on to find the problem in the above URL. If it works please reply and let me know.


Code: Select all
on (release) { 
_root.gotoAndPlay ("Scene 3", 1); 
}
Reply With Quote