View Single Post
Hmmmmm
Old
MrMoke
Senior Member
 
MrMoke's Avatar
 
Status: Offline
Posts: 501
Join Date: Sep 2007
Location: Austin, Texas
Default Hmmmmm - 06-28-2014, 09:52 AM

I think that you just answered your own question! Too many objects.

The answer might be to re-use the existing objects. using Dummies might involve a little more effort on your part, but save some space.

(1) Take everything that you want to use in Scene Two, including the camera, and drop Dummies on them in their Starting Positions.
(2) Write a quick Method using a "doTogether" that moves everything back to their starting positions making sure to use a duration of zero for the moves(will come in handy as a game Starter).
(3) Move everything that needs to be repositioned in Scene Two, including the camera, to their new places, and drop new Dummies on them.
(4) Write a quick Method using a "doTogether" using "set point of view" to migrate everything to their New starting positions making sure to use a duration of zero for the moves.
(5) Repeat for each scene.
(6) Start coding the rest of the game Methods.

Theoretically, the Dummies don't take much space and the transitions will be mostly instantaneous unless you want to throw in Billboards or Fade-ins/fade-outs.

Last edited by MrMoke; 06-30-2014 at 11:02 AM.
   
Reply With Quote