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
In that Page, "xmenu(T) " has a first control.
Need to shift the key control to your object. but this way is a little unstable.
So I think had better to add the Button to other pages.

try "page_info(E)" which is MS and UMD information page.

<Page~>
>>>here<<<
<IList~>
</IList>
</Page>

and in Resiae animation, width and height attribute means "1" = 100% :)
Oh ok.
Before i try that, in which onInit do i trigger the animation..?

On the <Button> or on the <Plane>
Or maybe, both?
onInit isn't necessary.
The animation would work that you had written.
TSENEDA Wrote: [ -> ]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]

I'm trying to learn this slide animation, But I don't understand how to select an area, does it use the X and Y axis ?

[Image: xmbselect.png]

Like for example how do I select this area ?

Also in resize, if 0.1 = 10%  0.2 = 20% ect.... Does 0.05 = 5% ?

Sorry for noob questions....
I assume xspeed=0 will do that.
And yes, 0.1=10% etc.
ZiNgA BuRgA Wrote: [ -> ]I assume xspeed=0 will do that.
And yes, 0.1=10% etc.

Thanks man, got it, Madwin

so I can use 0.05   for  5%  right?
Try it!
ZiNgA BuRgA Wrote: [ -> ]Try it!

yup 5% works. Specky

Here is SlideOut animation test I made. It's smoother on the PSP, the video is laggy.



bsanehi Wrote: [ -> ]
ZiNgA BuRgA Wrote: [ -> ]Try it!

yup 5% works. Specky

Here is SlideOut animation test I made. It's smoother on the PSP, the video is laggy.




Wow!!!!  That animation is bad donkey!!
SchmilK Wrote: [ -> ]
bsanehi Wrote: [ -> ]
ZiNgA BuRgA Wrote: [ -> ]Try it!

yup 5% works. Specky

Here is SlideOut animation test I made. It's smoother on the PSP, the video is laggy.




Wow!!!!  That animation is bad donkey!!

:)

Here is my original idea: The wallpapers will be broken down into small square sections, and slide to their position on the XMB.

[Image: idea1.png]

It is possible in theory but it will take alot of time to put the animation together.
Pages: 1 2 3
Reference URL's