Search:

Type: Posts; User: scones73

Search: Search took 0.33 seconds.

  1. Replies
    7
    Views
    1,174

    Re: Just a simple one for a newbie!!

    i used a value in a variable earlier in the programme called tempPosition and the outputted it - i now want to reuse the original value to do another calculation...sorry im not very good at explaining
  2. Replies
    7
    Views
    1,174

    Re: Just a simple one for a newbie!!

    Thanks for the reply :) but its not called angle earlier in the programme - i want to call in the value from something else and store it as the new value for angle - is that possible??
  3. Replies
    7
    Views
    1,174

    Just a simple one for a newbie!!

    I want to call a value from another class but not sure how:

    class Angle{
    double angleStart;

    public Angle(){
    angleStart = 0;

    Where the value is 0 i want to call in...
Results 1 to 3 of 3