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/
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
see also Building apps with many screens
댓글 없음:
댓글 쓰기