Post Reply 
quick question for the rcomage
Author Message
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
Offline
Post: #5
RE: quick question for the rcomage
Have you had a look at this? http://endlessparadigm.com/forum/showthr...#pid255053

For frame animations, you typically add each frame as a separate image, and then add separate Plane objects for each image.
You then create an animation sequence which just shows each frame after a period of time, eg:

XML Code
1
2
3
4
5
6
7
8
9
10
11
12
<Animation name="my_animation">
    <Fade object="object:frame1" duration="0" transparency="0" />
    <Fade object="object:frame2" duration="0" transparency="1" />
    <Delay time="1000" />
    <Fade object="object:frame2" duration="0" transparency="0" />
    <Fade object="object:frame3" duration="0" transparency="1" />
    <Delay time="1000" />
    <Fade object="object:frame3" duration="0" transparency="0" />
    <Fade object="object:frame1" duration="0" transparency="1" />
    <Delay time="1000" />
    <FireEvent event="anim:my_animation" />
</Animation>

After that, trigger the animation by setting one object's onLoad property to "anim:my_animation"

03/11/2009 04:34 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
quick question for the rcomage - nickxab - 02/11/2009, 11:34 AM
RE: quick question for the rcomage - ZiNgA BuRgA - 03/11/2009 04:34 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: