Hi again,
Hope im not bugging anyone much with all these questions. Just, this project is due tomorrow and I'm getting kind of stumped. I made a method for nameMovie and this is how I made it look:
void nameMovie(int[] myMovie){
Movie = new int[myMovie.length];
arrayCopy(myMovie,Movie);
getting error message- The method nameMovie(int[]) in the type sketch_dec04a.Page is not applicable for the arguments (int) on line:
Movie myMovie = new Movie (this, pages[currentPage].nameMovie(0) );