Page 1 of 1

Duplicate existing class

Posted: Oct 3rd, '17, 19:54
by SimpleSi
I'm trying to put together a Traffic Light simualtor (a favourite of mine to use to teach with in Scratch) and decided to try out having seperate red,amber and green lights

having done the red light - I wanted to simply duplicate the whole class (twice) to create the amber and red classes - I then realised - no duplicate classes in GP

I thought about going down having 3 instances of 1 class but I feel that is something for a more advanced lesson (but might come back to it and change my mind)

Anyway - can we have a right-click duplicate class option

I think it should copy all scripts EXCEPT any shared my blocks ones

Current work around is to copy all scripts to clipboard - create new class - paste them in

But I'm very lazy :)

Simon