|
|
|
|
|
drawCursor(cursor)
Displays the cursor Useful for creating custom transitions. |
source code
|
|
|
|
|
|
Rect
|
|
|
|
(int,int)
|
|
|
|
string
|
promptText(question='',
answer='',
numeric=False,
allowExit=True,
color=None,
fontSize=36)
Prompts the user to input text. |
source code
|
|
float
|
|
string
|
promptChoice(question='',
choices=[],
allowExit=True,
color=None,
fontFile=None,
fontSize=None,
spacing=20,
selectionColor=None)
Prompts the user to answer a multiple choice question. |
source code
|
|
|
|
|
panRight(self)
Moves the slide right, and jumps back to the slide's left when it con
go no further. |
source code
|
|
|
panLeft(self)
Moves the slide left, and jumps back to the slide's right when it con
go no further. |
source code
|
|
|
|
|
|
|
|
|
|
|
_scroll(oldslide,
newslide,
towards,
aways,
delay=0,
**param) |
source code
|
|
|
|
|
fade(oldslide=None,
newslide=None,
delay=0,
color=(0,0,0),
alpha=255,
**param)
Transitions slides by fade in/out. |
source code
|
|
|
cutscene(oldslide=None,
newslide=None,
delay=0,
onStart=fade,
onStop=fade,
allowExit=True,
moviefile=None,
soundfile=None,
movie=None,
**param)
Transitions from oldslide, plays a movie, and transitions back to
newslide. |
source code
|
|