Post Reply 
Info about RcomageXML
Author Message
TSENEDA
Able One

Posts: 117.2930
Threads: 8
Joined: 16th Feb 2010
Reputation: -7.21748
E-Pigs: 51.8976
Offline
Post: #11
RE: info about rcomageXML
(18/05/2011 08:07 AM)eznoir Wrote:  
(18/05/2011 07:33 AM)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 :)
18/05/2011 08:26 AM
Find all posts by this user Quote this message in a reply
Vegetano1
$urf

Posts: 9,083.2507
Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
Offline
Post: #12
RE: info about rcomageXML
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 :) 


Make loads of $$!! it wurks!!
[Image: csbanner_anim_03.gif]
Signed Homebrew by bsanehi & OMightyBuggy
http://endlessparadigm.com/forum/showthr...?tid=25707
Spoiler for My miniBlog:
18/05/2011 12:31 PM
Visit this user's website Find all posts by this user Quote this message in a reply
TSENEDA
Able One

Posts: 117.2930
Threads: 8
Joined: 16th Feb 2010
Reputation: -7.21748
E-Pigs: 51.8976
Offline
Post: #13
RE: Info about RcomageXML
thanks:) basically it's simple.

Adore your new theme?
18/05/2011 07:17 PM
Find all posts by this user Quote this message in a reply
TSENEDA
Able One

Posts: 117.2930
Threads: 8
Joined: 16th Feb 2010
Reputation: -7.21748
E-Pigs: 51.8976
Offline
Post: #14
RE: Info about RcomageXML
added about object2:name

09/07/2011 10:38 AM
Find all posts by this user Quote this message in a reply
junKie
Deh Eternal Stud

Posts: 395.4963
Threads: 48
Joined: 10th Jan 2011
Reputation: 1.72586
E-Pigs: 25.8715
Offline
Post: #15
RE: Info about RcomageXML
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
1
2
3
4
5
6
7
8
9
10
11
<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??


I was eXx1l3d from Techmantis.net for my ways.
Emo. (//.-)
12/07/2011 11:57 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,023.4213
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.0333
Offline
Post: #16
RE: Info about RcomageXML
Apart from the fact that it doesn't look like your animation is actually doing anything, it looks okay.
12/07/2011 05:39 PM
Visit this user's website Find all posts by this user Quote this message in a reply
junKie
Deh Eternal Stud

Posts: 395.4963
Threads: 48
Joined: 10th Jan 2011
Reputation: 1.72586
E-Pigs: 25.8715
Offline
Post: #17
RE: Info about RcomageXML
Hmm...
I tried it again.
...Still not doing anything...(?)

XML Code
1
2
3
4
5
6
7
8
9
<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>


I was eXx1l3d from Techmantis.net for my ways.
Emo. (//.-)
13/07/2011 11:44 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,023.4213
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.0333
Offline
Post: #18
RE: Info about RcomageXML
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.
13/07/2011 04:36 PM
Visit this user's website Find all posts by this user Quote this message in a reply
TSENEDA
Able One

Posts: 117.2930
Threads: 8
Joined: 16th Feb 2010
Reputation: -7.21748
E-Pigs: 51.8976
Offline
Post: #19
RE: Info about RcomageXML
(12/07/2011 11:57 AM)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?

14/07/2011 07:04 AM
Find all posts by this user Quote this message in a reply
junKie
Deh Eternal Stud

Posts: 395.4963
Threads: 48
Joined: 10th Jan 2011
Reputation: 1.72586
E-Pigs: 25.8715
Offline
Post: #20
RE: Info about RcomageXML
I did it in topmenu_plugin.rco

Right after </Xmenu> (in a new line)

I was eXx1l3d from Techmantis.net for my ways.
Emo. (//.-)
14/07/2011 09:45 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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

 Quick Theme: