11 functions (Div / Div 2 / Div GO):
break_back_scroll(number, orientation, fragments, speed);see example
number: scroll number
orientation: 0 horizontal, 1 vertical
fragments: array with the different heights or widths of the scroll
speed: array with the displacement speeds of the different fragments
change_tile_value(tilemap, graph to change, new graph);see example
change_tilemap(tilemap, scroll number);see example
get_tile(tilemap, x, y);see example
move_scroll(number);see example
- number: scroll number 0 to 9
new_tilemap(id tilemap);see example
refresh_scroll(scroll number);
set_half_scroll(scroll number, graph);see example
set_tile(tilemap, x, y, graph);see example
start_scroll(number, file, graph1, graph2, region, scroll lock);see example
- number: scroll number 0 to 9
- file:
- graph1:
- graph2:
- region: region number defined with define_region();
- scroll lock:
stop_scroll(number);
- number: scroll number 0 to 9