(5.5.0) scribble_page_set - JujuAdams/ScribbleOldDocs GitHub Wiki
scribble_page_set(element, page)
Returns: N/A (0
)
Argument | Name | Purpose |
---|---|---|
0 | element |
Text element to target. This element must have been created previously by scribble_draw()
|
1 | page |
Page to display, starting at 0 for the first page |
This function is intended for use with scribble_page_get()
.
Please note that changing the page will reset any autotype animations i.e. those started by scribble_autotype_fade_in()
and scribble_autotype_fade_out()
.