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: 560)


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
Post Reply 


Messages In This Thread
Info about RcomageXML - TSENEDA - 17/05/2011 07:59 AM
RE: info about rcomageXML - Cirehpsa - 17/05/2011, 08:38 AM
RE: info about rcomageXML - eznoir - 17/05/2011, 08:42 AM
RE: info about rcomageXML - Vegetano1 - 17/05/2011, 09:11 AM
RE: info about rcomageXML - junKie - 17/05/2011, 11:46 AM
RE: info about rcomageXML - Gadget - 17/05/2011, 05:05 PM
RE: info about rcomageXML - ZiNgA BuRgA - 17/05/2011, 05:14 PM
RE: info about rcomageXML - WoobiE - 18/05/2011, 02:33 AM
RE: info about rcomageXML - TSENEDA - 18/05/2011, 07:33 AM
RE: info about rcomageXML - eznoir - 18/05/2011, 08:07 AM
RE: info about rcomageXML - TSENEDA - 18/05/2011, 08:26 AM
RE: info about rcomageXML - Vegetano1 - 18/05/2011, 12:31 PM
RE: Info about RcomageXML - TSENEDA - 18/05/2011, 07:17 PM
RE: Info about RcomageXML - TSENEDA - 09/07/2011, 10:38 AM
RE: Info about RcomageXML - junKie - 12/07/2011, 11:57 AM
RE: Info about RcomageXML - TSENEDA - 14/07/2011, 07:04 AM
RE: Info about RcomageXML - ZiNgA BuRgA - 12/07/2011, 05:39 PM
RE: Info about RcomageXML - junKie - 13/07/2011, 11:44 AM
RE: Info about RcomageXML - ZiNgA BuRgA - 13/07/2011, 04:36 PM
RE: Info about RcomageXML - junKie - 14/07/2011, 09:45 AM
RE: Info about RcomageXML - TSENEDA - 15/07/2011, 05:43 AM
RE: Info about RcomageXML - junKie - 15/07/2011, 05:47 PM
RE: Info about RcomageXML - TSENEDA - 16/07/2011, 05:44 AM
RE: Info about RcomageXML - bsanehi - 06/11/2012, 03:01 PM
RE: Info about RcomageXML - ZiNgA BuRgA - 06/11/2012, 06:33 PM
RE: Info about RcomageXML - bsanehi - 06/11/2012, 07:41 PM
RE: Info about RcomageXML - ZiNgA BuRgA - 06/11/2012, 08:49 PM
RE: Info about RcomageXML - bsanehi - 21/11/2012, 09:48 PM
RE: Info about RcomageXML - SchmilK - 02/12/2012, 07:45 PM
RE: Info about RcomageXML - bsanehi - 02/12/2012, 08:54 PM

Forum Jump:


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

 Quick Theme: