PDA

View Full Version : Navigation Gone Wrong


Fergal
05-18-2005, 11:40 AM
Hi,
I have created a navigation system but I can seem to get it to move from from scene to scene. Can anyone help me with this as it is doing my head in at the moment.

The fla file is too big to add here but you can download it from my university account.

Navigation Fla File (
http://ijsr32.infj.ulst.ac.uk/~11741601/nav.zip
) http://ijsr32.infj.ulst.ac.uk/~11741601/nav.zip


Thanks

Fergal

farafiro
05-18-2005, 01:43 PM
didn't download the file but I think u just need to give lables (names) to the targeted frames u want the time line to ove to and use it instead of Scaenes names and frames numbers i.e. my_btn.onRelease = function(){
gotoAndStop("myLabel")
}

Fergal
05-19-2005, 01:30 PM
Thanks for the help,

The actionscript that you posted didn't work. I have a MC inside a MC which contains a button. I think i may have messed up somewhere along the line.

thanks again

fergal

farafiro
05-19-2005, 01:40 PM
yup, a path problem

post a sample fla

erkan
05-19-2005, 08:49 PM
try _root.nameOfMcOne.nameOfMcTwo. and so on .goToAndStop(frameNumber)