Converting ASDebut 8 file to ASP 7

Have you come up with a good Moho trick? Need help solving an animation problem? Come on in.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
wagmun
Posts: 57
Joined: Mon Apr 26, 2010 10:43 pm

Converting ASDebut 8 file to ASP 7

Post by wagmun »

I managed to turn a AS Debut file Version 8 file into ASP Version 7 by deleting the following lines from the .anme file (rememberring that .anme files are text files and, to delete the lines, one should open it with a text editor):

global_render_style 0 0 0 true
stereo_mode 0
mask_expansion false
random_num 1085170977
random_num 1725506725
0 (zero. Alone in a line, after a "]" sign)
random_num 1220935327
random_num 49929068
random_num 427924015
random_num 706313368
random_num 1722089128
random_num 1762643092
random_num 1932803026
random_num 324144005
random_num 700856647
random_num 558992020
random_num 530606635
random_num 814817723
random_num 512537686
random_num 1602479393
random_num 1825812720
random_num 1601230973
random_num 29970510
random_num 1225237235
random_num 48346940
random_num 39002832
random_num 1120048829
render_only false

Onse should also replace reference to AS Version in second line by substituting

application/x-vnd.lm_mohodoc
version 32
### Created in Moho version 8.1, © 1999-2011 Smith Micro Software, Inc.

by

application/x-vnd.lm_mohodoc
version 25
### Created in Moho version 7.1, © 1999-2010 Smith Micro Software, Inc.

Differente drawings might have addintional lines that must also be deleted. But this is a case by case analysis.

What I did to get to these lines was trying to open a ASdebut V8 wuth ASP v7 and deleting every line AS detected as wrong.

Hope it helps.
Madzia
Posts: 1
Joined: Wed Mar 21, 2012 4:29 pm
Location: Poland
Contact:

Post by Madzia »

application/x-vnd.lm_mohodoc
version 32
### Created in Moho version 8.1, © 1999-2011 Smith Micro Software, Inc.

by

application/x-vnd.lm_mohodoc
version 25
### Created in Moho version 7.1, © 1999-2010 Smith Micro Software, Inc.
it's a good clue but lines you gave to delete aren't the same for me or even other files I tried.
So the best way to open files from AS8 in AS7 is to start with changing first 3 lines in file like above and later open in AS and check what to delete next in error box. It's a lot of work :(. You could help yourself by using better text tool like Notepad++ with "find and replace" option, because lines you should delete are in more than one place.
Random num are always with different numbers so be sure to delete all line.
Post Reply