Jump to content

GUI


Recommended Posts

Posted

I meant that if i have a progress bar created i want it to be moved ( dragged ) To a new position on the screen. Thank you by the way.

Posted

I'm not sure if I understand what you mean.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

Progress bar on my screen, Used

function clientResourceStart( ) 
    progressBar = guiCreateProgressBar(996, 188, 225, 34, false) 
end 
  

i want it to be moved to a new position 800, 188

on my screen, not moved by setGuiposition, Moved like a login panel for example, or like a mobile phone appearing from the bottom of the screen to the middle, moving slowly, Being Dragged.

Posted

You mean move it like a GUI window? from the top of it.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

Nop, it will move on its own when i do the command, Look, Another EXAMPLE, You know C*T server, The mobile phone that appears when you press "B", Same code.

Posted

The functions/event I gave you on my first post, these will do what you want.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

There's an animation example for GUI using interpolateBetween ( on the wiki of this function you can see examples ).

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...