
12-22-2008, 12:56 AM
There is no way to import or combine worlds directly that I know of. This means you cannot write one level of a game, then when the level is completed, activate another world and transfer things like score, health, equipment, etc. Depressing eh?
Since you only have a movie, you can do one of two things
A: Combine the two codes into one world. You can import the methods by placing the methods under objects then saving the objects as classes and importing them into the other world. This will work if both movies have a low filesize and Alice can handle both worlds put together (this would work for games, but only small, simple ones).
B: Convert both into a video format (with either Alice 2.2 or a screen capture program) and combine the two in windows movie maker or some other video editor. This is better if you have a complex soundtrack, as you can add it in with moviemaker instead of inserting it into your Alice worlds.
|