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: #21
RE: Info about RcomageXML
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% :)

15/07/2011 05:43 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: #22
RE: Info about RcomageXML
Oh ok.
Before i try that, in which onInit do i trigger the animation..?

On the <Button> or on the <Plane>
Or maybe, both?

I was eXx1l3d from Techmantis.net for my ways.
Emo. (//.-)
15/07/2011 05:47 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: #23
RE: Info about RcomageXML
onInit isn't necessary.
The animation would work that you had written.

16/07/2011 05:44 AM
Find all posts by this user Quote this message in a reply
bsanehi
Always use protection!

Posts: 988.2911
Threads: 151
Joined: 17th Jan 2010
Reputation: 1.21296
E-Pigs: 113.2728
Offline
Post: #24
RE: Info about RcomageXML
(17/05/2011 07:59 AM)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....
(This post was last modified: 06/11/2012 03:03 PM by bsanehi.)
06/11/2012 03:01 PM
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: #25
RE: Info about RcomageXML
I assume xspeed=0 will do that.
And yes, 0.1=10% etc.
06/11/2012 06:33 PM
Visit this user's website Find all posts by this user Quote this message in a reply
bsanehi
Always use protection!

Posts: 988.2911
Threads: 151
Joined: 17th Jan 2010
Reputation: 1.21296
E-Pigs: 113.2728
Offline
Post: #26
RE: Info about RcomageXML
(06/11/2012 06:33 PM)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?
06/11/2012 07:41 PM
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: #27
RE: Info about RcomageXML
Try it!
06/11/2012 08:49 PM
Visit this user's website Find all posts by this user Quote this message in a reply
bsanehi
Always use protection!

Posts: 988.2911
Threads: 151
Joined: 17th Jan 2010
Reputation: 1.21296
E-Pigs: 113.2728
Offline
Post: #28
RE: Info about RcomageXML
(06/11/2012 08:49 PM)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.



21/11/2012 09:48 PM
Find all posts by this user Quote this message in a reply
SchmilK
Noob

Posts: 4,698.2833
Threads: 359
Joined: 16th Apr 2007
Reputation: 0.38918
E-Pigs: 82.0266
Offline
Post: #29
RE: Info about RcomageXML
(21/11/2012 09:48 PM)bsanehi Wrote:  
(06/11/2012 08:49 PM)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!!

limneosgreen Wrote:Take my advice, don't try to install custom themes ... it's possible to brick ur psp.. why just don't change wallpaper
02/12/2012 07:45 PM
Find all posts by this user Quote this message in a reply
bsanehi
Always use protection!

Posts: 988.2911
Threads: 151
Joined: 17th Jan 2010
Reputation: 1.21296
E-Pigs: 113.2728
Offline
Post: #30
RE: Info about RcomageXML
(02/12/2012 07:45 PM)SchmilK Wrote:  
(21/11/2012 09:48 PM)bsanehi Wrote:  
(06/11/2012 08:49 PM)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.
02/12/2012 08:54 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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

 Quick Theme: