Director 1.4 - Books - released!

Hey guys,

Take a look on the new version of Director:

http://rauberlabs.blogspot.com/2011/08/director-14-books.html [import]uid: 8556 topic_id: 14338 reply_id: 314338[/import]

Wow awesome. Love your new book feature!! [import]uid: 63352 topic_id: 14338 reply_id: 52945[/import]

Nice work! I’m glad clean is back :slight_smile: [import]uid: 10478 topic_id: 14338 reply_id: 52951[/import]

Great work!
Thank you very much!

It would be great, if you could include a help text, presenting all the features and how to use them. For example, the parameters we can define in the changeScene, the debug, the clean function etc. [import]uid: 38658 topic_id: 14338 reply_id: 53014[/import]

Fantastic work. Thanks for sharing. [import]uid: 74503 topic_id: 14338 reply_id: 53019[/import]

Hugely exciting, can’t wait to have a play! :smiley: [import]uid: 52491 topic_id: 14338 reply_id: 53026[/import]

Wow! love “clean is back” and the book version [import]uid: 2176 topic_id: 14338 reply_id: 53139[/import]

Could someone please post a brief description of the “Books” feature? Thanks. [import]uid: 76002 topic_id: 14338 reply_id: 53162[/import]

Awesome. I’m glad the clean function is back. Just in time for my next game. I’ll give 1.4 a try. Thank you. [import]uid: 38820 topic_id: 14338 reply_id: 53185[/import]

And there was much rejoicing… [import]uid: 19626 topic_id: 14338 reply_id: 53198[/import]

I just updated mine to v1.4 too! It’s awesome! Thank you, Ricardo! [import]uid: 67217 topic_id: 14338 reply_id: 53653[/import]

In this new books template,
How would I go about putting say a home button in that will
change scenes to re-start the application?
I tried to do this and got a button to show up but it freezes
the entire app and it just sits there when pressed!
I tested it by putting it into the pages.lua where you had the
swipe text:
[lua] ------------------
– Swipe text

local swipeText = display.newImage (“home.png”)
swipeText:setReferencePoint( display.CenterReferencePoint )
swipeText.x = _W / 2
swipeText.y = _H - 75
localGroup:insert( swipeText )
local goRauberLabs = function ( event )
if event.phase == “ended” then
director:changeScene ( “intro” )
end
end
swipeText:addEventListener( “touch”, goRauberLabs )[/lua] [import]uid: 67514 topic_id: 14338 reply_id: 53884[/import]

To use changeScene you have to put this line before:

director:turnToScenes() [import]uid: 8556 topic_id: 14338 reply_id: 53908[/import]

thank you ricardo! worked like a charm :slight_smile:
[import]uid: 67514 topic_id: 14338 reply_id: 54010[/import]

Hi ricardo,

I am using the new book template. A couple of questions and maybe there is a way to do this easily which i dont see a way to call and flip pages automatically.

i have tried using calling both these functions, but admit I may not understand the flow completely
moveBookPage() and gotopage.

EDIT: also how do i move directly to a specific page?

Also, it would be great to add a swipe from top to bottom for options, or other screens in this template.

Great template, awesome work - Thanks for everything. [import]uid: 55009 topic_id: 14338 reply_id: 54282[/import]

Hi Ricardo!
Question please:
I am using this for a client
but he wants an “auto play” type feature where the images scroll to the next image
with speed settings. is this possible? if so how would i go about that? [import]uid: 67514 topic_id: 14338 reply_id: 54499[/import]

ricardorauber thanks …
[import]uid: 34898 topic_id: 14338 reply_id: 54507[/import]

Hi

ricardorauber thanks for this class

One thing I wana know that

Like I put the png and want a another backgroud ,which is not swipe as I swipe the page… or background move slowly(means few pixel) [import]uid: 87384 topic_id: 14338 reply_id: 54824[/import]