BlazerV60 Posted December 5, 2009 Posted December 5, 2009 (edited) 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 December 5, 2009 by BlazerV60
Ivan808 Posted December 5, 2009 Posted December 5, 2009 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 = 1While $i = 1$x = $x + 50Sleep(1000)WendThe 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.
BlazerV60 Posted December 5, 2009 Author Posted December 5, 2009 (edited) Ignore that code that Ivan replied to =p. Thx though Ivan. Edited December 5, 2009 by BlazerV60
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now