Auto-scrolling Levels #75
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SketchyMaze/doodle#75
Loading…
Reference in New Issue
Block a user
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.