Post: Animating Your Menu's!
07-30-2011, 06:03 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); First of all you need these codes, put them anywhere in your GSC
    
elemMoveX(time,Input)
{
self moveOverTime(time);
self.x=Input;
}

    
elemMoveY(time,Input)
{
self moveOverTime(time);
self.y=Input;
}


right, now onto making your menu move.
you need to code your shader from where you want it to start, here's mine from my new menu.
    
self.Shader=self CreateShader("LEFT","LEFT",10,-400,150,700,"white",0.90,0,(0,0,0));


this will start off the screen, like i wanted it too..
now, you need to code where you would like it too move to, using X axis and Y axis.. like this.
    
self.Shader elemMoveY(1,-175);

    
self.Shader elemMoveX(1,10);


you need to add the name of the shader to the coding, do that by using self.SHADERNAME
the X axis is position from the right of the screen, Y is from the top or bottom.. also, you need to put that shader move code onto the menu opening button.

for the 1, at the beginning of the bracket thats the time of how long it takes to get the and then the number after the , is the position on the screen.
note: don't be ripping this from me, i know cause i've never seen a menu which moves like this!

yeah, btw before you ask.. i've made a new menu which you should see Very soon.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 4 users say thank you to Correy for this useful post:

Glittery Penis Skittle, iReset Nigga,
08-05-2011, 06:11 AM #20
thanks for this! this helped me and a friend!
08-05-2011, 11:35 AM #21
Correy
I'm the Original
Originally posted by X View Post
thanks for this! this helped me and a friend!


your welcome Happy
08-05-2011, 05:25 PM #22
Originally posted by Correy View Post
your welcome Happy

cant wait to see you menu lol you have to post a pic of it or a vid
08-05-2011, 05:29 PM #23
Correy
I'm the Original
Originally posted by X View Post
cant wait to see you menu lol you have to post a pic of it or a vid


nope not yet, i've restarted it but same menu structure just changing the coding
08-05-2011, 05:32 PM #24
Originally posted by Correy View Post
nope not yet, i've restarted it but same menu structure just changing the coding

ooo well good luck and remember when ur done post pictuers
08-05-2011, 05:33 PM #25
Correy
I'm the Original
Originally posted by X View Post
ooo well good luck and remember when ur done post pictuers


i will post a few pictures and a video for you Winky Winky

The following user thanked Correy for this useful post:

Glittery Penis Skittle
08-05-2011, 05:35 PM #26
thank you lol
08-05-2011, 05:37 PM #27
Correy
I'm the Original
Originally posted by X View Post
thank you lol


do you not make patches or anything?
08-05-2011, 05:47 PM #28
Originally posted by Correy View Post
do you not make patches or anything?

i lost all my software and shit when my old cp crashed but im getting it fixed so i dotn do it anymore fro now

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo