Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 1177 points

Harri

Favorite Answers11%
Answers37
  • Can someone explain this trigonometry.?

    float x = (float)(radius * Math.Cos(angleInDegrees * Math.PI / 180)) + origin.X;

    float y = (float)(radius * Math.Sin(angleInDegrees * Math.PI / 180)) + origin.Y;

    So the previous is a super cool formula for calculating a point in a circle round an origin point. Could someone please break it down mathematically for me to help me understand how it works please.

    3 AnswersMathematics2 years ago
  • Can someone explain this bit of C#?

    Can someone explain this bit of C# I know how to use the code to spawn another window but what is the logic behind it?

    note cs = new note();

    cs.Show();

    2 AnswersProgramming & Design4 years ago
  • Attachment image

    windows relative path?

    I have a folder called wall that contains an image called back as well as an autoit file called wallpaper. I need to reference the image from the autoit file in a way so I can freely move the file without any problems but I don't understand how to define a relative path can someone help me please.

    1 AnswerProgramming & Design4 years ago
  • Attachment image

    In gamemaker studio how do I make code that only run once at the beginning of the game.?

    I am a novice at game maker studio but I have been giving it ago by making a game. I have encountered a problem where when you buy an item it sets the variable Clothes to 1 however whenever I change rooms the original value assigned to clothes that was set using the create function runs again taking away the item. So what i'm getting at is how do I run a line of code once at the beginning of the game and never again.

    2 AnswersProgramming & Design4 years ago
  • For my Origin account I keep getting the same error and I don't know what to do.?

    Basically I made an account around 3 days ago but I can't buy any games because whenever I press buy and error messages says ...

    [ref. #Error: httpRequest ERROR: https://gateway.ea.com/proxy/commerce/carts2/store... 400 (Bad Request)]

    Does anyone know what this means or what to do. I have already tried the ea help forums and nothing. Please help.

    1 AnswerVideo & Online Games5 years ago
  • 000hosting problom?

    OK so basically i have been trying to see if i can make a website using html. I got it looking good but when i upload it to 000hosting the text size and font are all wrong and the images don't show or are compressed. If i open it on my desktop its fine so is there a common reason why this is happening?

    2 AnswersProgramming & Design5 years ago
  • Space engineers rotor help needed?

    on space engineers I am trying to use a rotor through a programmable block for a cool vertical take off effect, so i need the rotor to to toggle from 0 degrees to 270 degrees but i have no idea how to even start please someone help

    4 AnswersVideo & Online Games5 years ago