2014년 12월 24일 수요일

How do i copy the entire code from one screen to another?

I am making a pong type game that will have several levels. And i want the coding to be exactly the same in screen 2 as the code in screen one. 
How do i copy the entire code from one screen to another?



Try this method proposed by Scott:  you can copy a screen using one of these methods https://groups.google.com/forum/#!searchin/app-inventor-developers-library/copy$20screens



you should avoid redundancy!
instead of copying the complete logic to another screen I recommend you to add some logic into your current screen and use only 1 screen for all the levels instead


댓글 없음:

댓글 쓰기