
10-11-2005, 01:30 AM
I'm not sure exactly what you want to do, but if you want to make it look as though an object suddenly appears next to another object, do the following:
1. Place the two objects side by side (for example, bunny1 and bunny2.
2. Select bunny2
3. In the bunny2 properties, set isShowing to false.
4. Drag the isShowing tile into your world and set it to true.
As the world currently stands, when you go to play it, the two bunnies will appear visible, so as an example, you can put a pause prior to step 4, or perhaps create a new event like "when the mouse is clicked on something" and set the first "something" to bunny1; then, drag the tile you created in step 4 into the second "something." Now, when you go to play your world, if you click on bunny1, bunny2 will magically appear.
Make sense?
|