Re: Getting Started with Animations
Dave
Hi Again,
toggle quoted messageShow quoted text
I’ve taken a look at Geek Game Board and I’m finding it a but hard to know where to start. I’ve developed my game to the point where the game engine sends messages to the Game View Controller which cause a Subview to the Game Cell. I now just want to animate that process, so basically in my view controller I want the View to fly across the screen from the left player area to a position in the board view. In order to do this, do I create a new CALayer or do I use the CALayer of the View I’m moving. I’m just having problems seeing where I add the code, simplified, the it looks like this: GameViewController RootView LeftView ScrollView PieceView This View is taken from the Scroll View and RightView BoardView CellView1 to CellView81 Added as a Subview of one of these Views. If anyone knows of a really simple Sample App that shows how to do this I’d be really grateful if you could point me to it. All the Best Dave
|
|