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: #1
Info about RcomageXML
SlideOut (+ Resize)
this can clip free range from object which has image.

・xspeed(posXscale) : start point of X
0(0% = left end) ~ 1 (100% = right end)

・yspeed(posYscale) : start point of Y
0(0% = top end) ~ 1 (100% = bottom end)

・xcompress : use length of X
0(0%) ~ 1 (100%)

・ycompress : use length of Y
0(0%) ~ 1 (100%)

and plus Resize XY equal to XYcompress
to keep form of the image.

for example, make an animation such as,
Spoiler:

XML Code
<SlideOut object="object:xxxx" duration="0" accelMode="0x0" xspeed="0.5" yspeed="0.5" xcompress="0.5" ycompress="0.5" />
<Resize object="object:xxxx" duration="0" accelMode="0x0" width="0.5" height="0.5" depth="1" />

it selects like this picture.
[Image: SL01.jpg]

and I made a sample CTF.

.rar  slidetest.rar (Size: 207.11 KB / Downloads: 558)


iconOffset
object's center point
position and anim Resize MoveTo Rotate are affected by this value.
[Image: I_offset01.jpg]


onXXXX trigger
start timing of the animation
*some of default existing value won't work correctly.

onInit = object is loaded : almost all objects
onActivate = Page becomes active : Page
onFocusIn = select action becomes enable : MList IList LList Button Clock Spin ItemSpin Edit
onFocusOut = select action becomes unable : MList IList LList Button Clock Spin ItemSpin Edit
onCursorMove = cursor move : XMenu XList MList Clock Spin ItemSpin Edit
onPush = push circle : XMenu XList MList Button
onContextMenu = push triangle : XMenu XList Page Button
onFocusLeft = push left at an edge : XList MList IList LList Button Clock Spin ItemSpin Edit
onFocusRight = push right at an edge : XList MList IList LList Button Clock Spin ItemSpin Edit
onFocusUp = push up at an edge : MList LList Button Clock Edit
onFocusDown = push down at an edge : MList LList Button Clock Edit
onDecide = decide select : Clock Spin ItemSpin Edit
onCancel = cancel select (maybe X button) : Page Clock Spin ItemSpin Edit
onScrollIn = load new content of List? : XMenu XList MList
onScrollOut = release content of List? : XMenu XList MList
onRollIn = select action becomes enable : Spin ItemSpin
onDigitSwitch = switch select flame : Clock Edit


for example, add a Button object such as,
Spoiler:

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="anim:circle" onFocusIn="nothing" onFocusOut="nothing" onFocusLeft="anim:left" onFocusRight="anim:right" onFocusUp="anim:up" onFocusDown="anim:down" onContextMenu="anim:triangle" unknownInt40="0x0"></Button>

object has an animation from left, right, up, down, circle, triangle, by a controller.

object2:name
if there are plural key controls, basically first positioned object has first control.
onXXXX and event attribute can use "object2:name"
object2 shifts key controls to other elements.
(This post was last modified: 14/07/2011 07:29 AM by TSENEDA.)
17/05/2011 07:59 AM
Find all posts by this user Quote this message in a reply
Cirehpsa
Let's finger this out.
Fractal Insanity

Posts: 2,549.3603
Threads: 63
Joined: 9th Oct 2009
Reputation: -4.69042
E-Pigs: 724.9902
Offline
Post: #2
RE: info about rcomageXML
:D

Thanks for this!

[Image: VCvmsjM.gif][Image: DecdMVG.gif][Image: glI7KKK.gif][Image: OJilHSf.gif]
17/05/2011 08:38 AM
Find all posts by this user Quote this message in a reply
eznoir
*プロジェックトディヴァです!*

Posts: 564.3243
Threads: 8
Joined: 7th Mar 2011
Reputation: -4.91319
E-Pigs: 41.0511
Offline
Post: #3
RE: info about rcomageXML
ah,, so this is what you meant by testing slideout for your new theme? o.O
nice tutor by the way,,,,, I'll bookmark this for now Yay

17/05/2011 08:42 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: #4
RE: info about rcomageXML
[stickied]

some more mystery's solved in the xml Madwin


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:
17/05/2011 09:11 AM
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: #5
RE: info about rcomageXML
Specky
Great!

I was eXx1l3d from Techmantis.net for my ways.
Emo. (//.-)
17/05/2011 11:46 AM
Find all posts by this user Quote this message in a reply
Gadget
ɯƃıpɐɹɐd ssǝןpuǝ

Posts: 908.2697
Threads: 69
Joined: 23rd Apr 2008
Reputation: 0.85528
E-Pigs: 63.3012
Offline
Post: #6
RE: info about rcomageXML
This great, thank you much for sharing and for posting a tutorial.

PSN: Brick_Factory

Spoiler for sigpic:
[Image: 157nb04.png]
Spoiler for NeCr0-B0T:
Necro-Bot
Necro may refer to:
    * necro-, the Greek prefix meaning death
Bot or BOT or similar may refer to:
    * Internet bot, computer program which does automated tasks
    * Botnet, network of "zombie" computers used to carry out automated tasks such as spamming
17/05/2011 05:05 PM
Visit this user's website 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: #7
RE: info about rcomageXML
Nice finds! :)
17/05/2011 05:14 PM
Visit this user's website Find all posts by this user Quote this message in a reply
WoobiE
Paradigmatic Entity

Posts: 173.2251
Threads: 21
Joined: 11th Apr 2009
Reputation: 0.85528
E-Pigs: 17.6274
Offline
Post: #8
RE: info about rcomageXML
This is really great thanks man helps a lot of people and could help me later on.
18/05/2011 02:33 AM
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: #9
RE: info about rcomageXML
I'm glad it helps you :P

maybe patpat already had known that (SlideOut)
(This post was last modified: 23/07/2011 10:18 AM by TSENEDA.)
18/05/2011 07:33 AM
Find all posts by this user Quote this message in a reply
eznoir
*プロジェックトディヴァです!*

Posts: 564.3243
Threads: 8
Joined: 7th Mar 2011
Reputation: -4.91319
E-Pigs: 41.0511
Offline
Post: #10
RE: info about rcomageXML
(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

18/05/2011 08:07 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: