PDA

View Full Version : code doesn't work in 7 but works in 6?


00secondsight00
05-27-2004, 12:03 AM
Hi, I just got MX 2004 and wanted to use some of the new features in 7 with my project however when I tested my movie by changing the publishing settings to version 7 instead of 6, it no longer works. Does anyone know why something works in 6 and not 7? Are there that many changes in 7? I'm still using Actionscript 1 not 2 in both cases so that wouldn't be an issue. Any help is appreciated. Thanks.

Berris
05-27-2004, 03:31 AM
Could it be that you've used depricated functions in your code that have been abandoned in 7??

CyanBlue
05-27-2004, 09:51 AM
Howdy and Welcome... :)

You could try to export for FP6.0.79.0 when you export the movie in FMX 2004...
I think most of the FMX 2004 stuff still are compatible as long as you export that way...

(Moving to FMX 2004/General forum...)

senocular
05-27-2004, 10:16 AM
see
http://www.kirupa.com/developer/oop2/AS2OOPChangedAndAdded2.htm

00secondsight00
05-28-2004, 11:37 AM
Hey, thanks for all your responses.

I've found some problems that were happening were caused by the case sensitive issues. I've made everything exactly the same (which I usually do but somehow a couple slipped by ;) ). I'm still having some problems that I'm trying to figure out. But it's a great way to learn the new ways in MX 2004. Thanks again.

00secondsight00
05-28-2004, 04:21 PM
Just a follow up. All problems fixed. Thanks to all for your feedback/help. It turned out that all the problems were related to Capital letters. For example I had "lineto" which works in 6 but it needs to be "lineTo" in 7.