Endless Paradigm

Full Version: Info about RcomageXML
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
eznoir Wrote: [ -> ]
TSENEDA Wrote: [ -> ]I'm glad it helps you :P

maybe patpat already had known that though.

seems so
didn't he use it on 3rd birthday's manual wave? XO

yeah, it's not a wave.
and word animation on the background uses SlideOut and Resize.
also volume animation :)
The slidetest.rar  is amazing! i have to look at the xml,.. to fully understand how it works ;)

new endless possibilities O_O

i feel a theming spark coming up :) 
thanks:) basically it's simple.

Adore your new theme?
added about object2:name
Am trying to make a animation
by pressing the triangle button...

XML Code
<Button name="button_controller" posX="0" posY="0" posZ="0" redScale="0" greenScale="0" blueScale="0" alphaScale="0" width="0" height="0" depth="0" scaleWidth="1" scaleHeight="1" scaleDepth="1" iconOffset="0x0" onInit="nothing" image="nothing" shadow="nothing" focus="nothing" text="nothing" onPush="nothing" onFocusIn="nothing" onFocusOut="nothing" onFocusLeft="nothing" onFocusRight="nothing" onFocusUp="nothing" onFocusDown="nothing" onContextMenu="anim:triangle_move" unknownInt40="0x0"></Button>
<Plane name="marioa" posX="-200" posY="-100" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" widht="50" height="50" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onInit="nothing" image="image:tex_mario1" unknownInt18="0x0"></Plane>
<Plane name="mariob" posX="-200" posY="-100" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" widht="50" height="50" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onInit="nothing" image="image:tex_mario2" unknownInt18="0x0"></Plane>
<Plane name="marioc" posX="-200" posY="-100" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" widht="50" height="50" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onInit="nothing" image="image:tex_mario3" unknownInt18="0x0"></Plane>


XML Code
<AnimTree>
		  <Animation name="triangle_move">
		  <Recolour object="object:marioa" duration="1000" unknown1="0x0" red="1" green="1" blue="1" alpha="1" />
		  <Delay time="1300" />
		  <Recolour object="object:mariob" duration="1000" unknown1="0x0" red="1" green="1" blue="1" alpha="1" />
		  <Delay time="1300" />
		  <Recolour object="object:marioc" duration="1000" unknown1="0x0" red="1" green="1" blue="1" alpha="1" />
		  <Delay time="1500" />
		  <FireEvent event="anim:triangle_move" />
		  </Animation>
</AnimTree>


You guys see anything i did wrong??

Apart from the fact that it doesn't look like your animation is actually doing anything, it looks okay.
Hmm...
I tried it again.
...Still not doing anything...(?)

XML Code
<AnimTree>
		   <Animation name="triangle_move">
		     <Resize object="object:object_mario" duration="2500" unknownInt1="0x0" width="150" height="200" unknownFloat4="1" />
		     <Delay time="500" />
		     <Resize object="object:object_mario" duration="2500" unknownInt1="0x0" width="75" height="100" unknownFloat="1" />
		     <Delay time="500" />
		     <FireEvent event="anim:triangle_move" />
		  </Animation>
</AnimTree>

If you're not actually starting the animation anywhere, of course nothing will happen.  Ensure you've got it specified somewhere like onInit so that it animations when something is loaded.
junKie Wrote: [ -> ]Am trying to make a animation
by pressing the triangle button...

You guys see anything i did wrong??
Where (Rco and Page) did you add the Button Object?
I did it in topmenu_plugin.rco

Right after </Xmenu> (in a new line)
Pages: 1 2 3
Reference URL's