Post: animations
08-31-2015, 09:41 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); how do i change the animation when opening the menu, i know how to change the speed but how do i change the animation??
(adsbygoogle = window.adsbygoogle || []).push({});
08-31-2015, 09:49 PM #2
Patrick
League Champion
Make sure you set the shader spawn off the screen so the shader can move to the position you want it too Smile

My spawn shader:
self.menu["ui"]["background"] = self createRectangle("CENTER", "CENTER", -600, 20, 210, 220, (0, 0, 0), 1, 0, "white");

Like you can see my shader is set to "-600" so it can move to my new position "-350" im shit at explaining things so if you
need anymore help PM me on here and ask for my skype and ill help you even more but i think you should know what i mean.

Where i want the shader to move too:
little example: self.menu["ui]["background"] thread moveTo("x", -350, .5);

You need this:

    moveTo(axis, position, time)
{
self moveOverTime(time);

if(axis=="x")
self.x = position;
else
self.y = position;
}
08-31-2015, 09:58 PM #3
i dont get it XD can you skype?
08-31-2015, 09:59 PM #4
Patrick
League Champion
Originally posted by Raise View Post
i dont get it XD can you skype?


sure whats your skype?
08-31-2015, 10:03 PM #5
Risen_Code
08-31-2015, 10:04 PM #6
if not, try zommer0532
08-31-2015, 10:05 PM #7
Patrick
League Champion
Originally posted by Raise View Post
Risen_Code


You must login or register to view this content.
08-31-2015, 10:06 PM #8
try zommer0532
08-31-2015, 10:08 PM #9
Patrick
League Champion
Originally posted by Raise View Post
try zommer0532


added you.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo