PDA

View Full Version : Hover tutorial



sweetweb
March 24th, 2003, 03:22 AM
Hi I was wondering if anybody can help me. I did the Kirupa's Hover tutorial and made it into a *.swf file. I then load that *.swf into my main movie but then the whole movie was dragged into my mouse. Hope that made sense. I'm wondering if it had anything to do wuth the _root function. Please help.

Thanks!

kode
March 24th, 2003, 03:55 AM
hi and welcome sweetweb =) !!

surely it's an addressing issue. can you attach your files? ;)

kode
March 24th, 2003, 07:12 AM
like i said... it's an addressing problem :-\

remove _root from all your scripts ;)


relative addressing (http://www.kirupa.com/developer/actionscript/tricks/relativeaddressing.asp)
_level (http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary422.html)
_root (http://www.macromedia.com/support/flash/action_scripts/root.html)
_parent (http://www.macromedia.com/support/flash/action_scripts/parent.html)
this (http://www.macromedia.com/support/flash/action_scripts/this.html)

sweetweb
March 24th, 2003, 01:19 PM
should I replace _root with anything?