Search found 2 matches

by Scoots
Thu Apr 20, 2017 9:01 pm
Forum: Support and Development
Topic: Value from one variable to another
Replies: 2
Views: 1531

Re: Value from one variable to another

Thank you so much! I'll try to avoid global values in the future, this was causing me so much grief.
by Scoots
Wed Apr 19, 2017 11:42 pm
Forum: Support and Development
Topic: Value from one variable to another
Replies: 2
Views: 1531

Value from one variable to another

So right now I'm making an astroid-y game, however I've ran into an issue and it's driving me crazy. The ship rotates around and the value of the rotation is stored in the variable angle. Now the bullets shot out of the ship also need to come out at the same angle, and I got that to work. However, t...