Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : choose your own adventure game with video transition

$
0
0
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) );


Viewing all articles
Browse latest Browse all 1768

Trending Articles