You can do this with the HTML_Div_Pode Plugin.
I have a working example, but I cant get into my my Dropbox account to post it.
This is how I did it:
1, Place an HTML-Div element into your level (This will represent your pages)
2, Set the the div CSS Style to "background-color:blue;text-align:center;" (This is the page color, you can choose any color)
3, Set the innerHTML to <h2>Welcome!</h2>Page turning example! click the left arrow to open the page...then click the right one to close it...Blah...Blah...Blah. (This is the page content)
.......Or use an photo or picture taken from a book instead.
4, Insert a Button "page turn" with a variable called "open" (set to zero)
5, When the button in pressed, set the variable "open" to 90
5, Use the following event......variable "open" >0.....subtract 1 from "open" , and Rotate HTML_Div on the (0,1,0) axis, of -1deg
This will rotate the HTML_Div 1 degree, every tick to simulate the PAGE turning (until the variable "open" reaches zero)
6, Repeat the above for the rest of the Pages.
Further reading...."Understanding-css-3d-transforms"
LINK