View Full Version : Multiple Backgrounds?
reaper_ember
01-29-2007, 09:31 AM
Hi. I'm making an animation for my class. I am trying to figure out how to make the animation change from Grass to Dirt backgrounds mid-animation. Does anyone have any hints on how I can go about doing so?
Thanks.
DrJim
01-29-2007, 11:00 AM
There are probably several ways to do this, so if anyone else has a favorite way, please post it also. :)
One fairly easy way is to start a world with one of the ground types you want, right click on ground and save it to a local file, say as "ground_grass". You now have an .a2c file for that ground type.
Now close the first world, reopen a new world with the other ground type, and then import "ground_grass.a2c". The new world now contains both ground types - just set "isShowing" to "False" for whichever one you don't want at the time. :cool:
PogoDaMonkey
01-29-2007, 11:07 AM
Simply start a new world with the template "Dirt," add in the grassy looking ground object from the "Environments" folder, set the opacity of the dirt ground to 0%, and when you want to switch, switch opacities, dirt to 100% and grass to 0%. Hope this helps.