Auto-scrolling Levels #75
Labels
No labels
bug
doodad
enhancement
levels & doodads
security
ui toolkit
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: SketchyMaze/doodle#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature idea for auto-scrolling levels.
May be set as a Level Property or controlled by doodads. For doodads it may be a function like
SetAutoscroll(Vector, speed int)
When the level has an auto-scroll active:
Some ideas how doodads can control the auto-scroll easily:
OnVisible
handler that gets run when a doodad appears on the screen.So an auto-scroll level can adjust the direction and speed easily by scattering these control doodads around, e.g. level scrolls to the right until a downward scroll doodad comes on screen that changes the scroll direction downward.