Jump to content

Simple Question


Recommended Posts

I make an orange ball in my gui, with lets say, a tree in the background. But the tree won't appear until I press my hotkey to move the ball once, then it refreshes the screen and then it shows tree. How can I make it show the tree when my gui first opens.

Edited by BlazerV60
Link to comment
Share on other sites

Hey how can I make something like a red ball, move right a little every 1 second.

I tried using this but it doesn't work:

$x = 0

$i = 1

While $i = 1

$x = $x + 50

Sleep(1000)

Wend

The length of x is like 600, so it should be able to move right 12 times before its out of screen.

is that your full script? I dont think you're even close.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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