Post: [Help]Menu Transition 100k vbux offer READ
08-09-2011, 05:41 PM #1
Cody_h4x
Nobody is like me
(adsbygoogle = window.adsbygoogle || []).push({}); Mods Please close, I figured it out Myself =D
(adsbygoogle = window.adsbygoogle || []).push({});
08-10-2011, 05:35 AM #2
Cory
User needs a dick
Originally posted by h4x View Post
Hey everyone :love:

I dont really ask alot but for this one I HAD to :p. Im really getting frustrated, Ive Tested for 4 hours yesterday and coverted and tested about 20-30 Patches Gaspkay:

Basically the transition code
    display[i] transitionSlideOut(1,"right");
Is used to make your menu text move/ make a transition, when cycling through the menus.

So basically I added th transition code like this:

    menuDrawOptions(scroll,cycle){
menu=[[self.getMenu]]();
display=[];
for(i=0;i<menu[cycle].namer.size;i++){
if(i < 1)
display[i]=self createFontString("Objective",1.3);
else
display[i]=self createFontString("Objective",1.1);
display[i] setPoint("CENTER","TOP",0,(i+1)*level.menuY);
display[i] transitionSlideOut(1,"right");///////Transition Code
if(i==scroll){
display[i] ChangeFontScaleOverTime(0.3);
display[i].fontScale=1.2;
display[i] setText("-> "+menu[cycle].namer[i]+" <-");
self thread flashingText(display[i]);
}else
display[i] setText(menu[cycle].namer[i]);
self thread destroyOnAny(display[i],"dpad_right","dpad_left","dpad_up","dpad_down","button_square","death");
} }


It works and everything, the only problem is when you go Up or Down in the menu and change menu pages it does the transition, I want it so it only does the transition when your changing menu pages.

As you can see in this video ( Thanks to EliteMossy ) he has a cool text transition, ONLY when you change menu pages, thats what I want :p Really wish EliteMossy was here to tell me how he made that text transition =D




Oh also Im willing to send 100k vBux to the person who can get this to work for me :wub:
And this is EliteMossy's Private Patch v1 :wub:


Credits:

BlackStorm for the transition find
EliteMossy for cool video and Patch

I don't know anything about edit patches, but could you just take the code from his patch?
08-10-2011, 05:50 AM #3
Cody_h4x
Nobody is like me
Originally posted by Poynt View Post
I don't know anything about edit patches, but could you just take the code from his patch?


I cant find any other patches with the transition, elitemossy took his menu transition codes out, cuz they were so cool =D
08-11-2011, 03:28 AM #4
Cody_h4x
Nobody is like me
bummmmppppp Awesome face
08-12-2011, 05:27 PM #5
Cody_h4x
Nobody is like me
last bump :argh:
08-12-2011, 11:14 PM #6
ngu me
Climbing up the ladder
Originally posted by h4x View Post
last bump :argh:


That patch was for PC, Heads up but im looking right now.
08-13-2011, 05:53 AM #7
Cody_h4x
Nobody is like me
Thats the Private Patch v2 he already released it , When he released it he took the transition code out of it.
08-13-2011, 03:07 PM #8
Clouds
Error 404: Title Not Found
I'll take a look at it, see what I can do.
08-13-2011, 03:54 PM #9
Cody_h4x
Nobody is like me
okayyy :wub:
08-13-2011, 04:12 PM #10
Clouds
Error 404: Title Not Found
Okay, so after looking at it, when you create the code, can you set the transition to only occur when you press dpad_right or dpad_left? Not so sure on this, though, as I haven't done a transition code

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo