Endless Paradigm

Full Version: Rcomage questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
You can do anything with frames, as long as you have enough resources.
Frames = alternating images really, so you show the first frame for a while, then hide it and show the second frame, etc.
I tried it but it looks like to lag. If
Reduce the delay times between frames?
or delete every other frame
ZiNgA BuRgA Wrote: [ -> ]Reduce the delay times between frames?
I tried it but if i set delay 1 then i get only the first icon and that's all.It animate only the first icon. IfErk
nickxab Wrote: [ -> ]
ZiNgA BuRgA Wrote: [ -> ]Reduce the delay times between frames?
I tried it but if i set delay 1 then i get only the first icon and that's all.It animate only the first icon. IfErk

here is a example hope it helps Peace
[Image: 49092326.jpg]

Code:
			<Animation name="anim_kirby">
				<Fade object="object:obj_kirby01" duration="0" unknownInt1="0x0" transparency="1" />
				<Delay time="79" />
				<Fade object="object:obj_kirby01" duration="0" unknownInt1="0x0" transparency="0" />
				<Fade object="object:obj_kirby02" duration="0" unknownInt1="0x0" transparency="1" />
				<Delay time="79" />
				<Fade object="object:obj_kirby02" duration="0" unknownInt1="0x0" transparency="0" />
				<Fade object="object:obj_kirby03" duration="0" unknownInt1="0x0" transparency="1" />
				<Delay time="79" />
				<Fade object="object:obj_kirby03" duration="0" unknownInt1="0x0" transparency="0" />
				<Fade object="object:obj_kirby04" duration="0" unknownInt1="0x0" transparency="1" />
				<Delay time="79" />
				<Fade object="object:obj_kirby04" duration="0" unknownInt1="0x0" transparency="0" />
				<FireEvent event="anim:anim_kirby" />
			</Animation>

Hmmm i see.So i must add in the next image the first one too...
I saw that in V1's rco but i was thinking that it was for his animate only...
I can say that it helped somehow...+rep to all of you. Madwin
Pages: 1 2 3
Reference URL's