News:

If you need instructions on how to get through the hotels, check out the enclosed instruction book.

Main Menu

AS: Any reason this wont work?

Farted by SouvlakiClock, June 22, 2009, 09:16:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SouvlakiClock


Thor

this.y should be this._y

edit: Also, you used the "random" tag wrong. it should look like this:

random(#);

where the # would be replaced by any number and the random function would return a number between 0 and 1 less than the number entered. So

random(8);

would return 0, 1, 2, 3 , 4, 5, 6, or 7
Quote from: MafiaMettaurWhat the hell is with that shit you posted? You know what, I'm joining the Locks, just to stop stuff like you!
Quote from: polyhedronclockYou're a fucking clock, what else do you have?
To be fair, you don't have anything. Clocks are just machines that tick.

SouvlakiClock

ill try it out, im using AS2 if that makes a difference.

Thor

You know that increasing _y makes something go DOWN the screen right?

edit: The code corrections I gave you were for AS2.0
Quote from: MafiaMettaurWhat the hell is with that shit you posted? You know what, I'm joining the Locks, just to stop stuff like you!
Quote from: polyhedronclockYou're a fucking clock, what else do you have?
To be fair, you don't have anything. Clocks are just machines that tick.

SouvlakiClock

Quote from: Thor, God of Thunder;1604841You know that increasing _y makes something go DOWN the screen right?

yup its what i want
 
Quoteedit: The code corrections I gave you were for AS2.0

thanks, gonna have to rewrite the code for every bullet and let you know if it orked tommorrow.

Thor

If you can't get it to work just PM me all the code and what you WANT it to do and I'll fix it so it works.
Quote from: MafiaMettaurWhat the hell is with that shit you posted? You know what, I'm joining the Locks, just to stop stuff like you!
Quote from: polyhedronclockYou're a fucking clock, what else do you have?
To be fair, you don't have anything. Clocks are just machines that tick.