0
HTML5 Canvas - Scrollable area
Community Beginner
,
/t5/animate-discussions/html5-canvas-scrollable-area/td-p/12794898
Mar 06, 2022
Mar 06, 2022
Copy link to clipboard
Copied
Hi,
I would like to create an area (like a div) in the stage and make it scrollable. Is it possible in HTML5 Canvas ?
Many thanks
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/animate-discussions/html5-canvas-scrollable-area/m-p/12794906#M352115
Mar 06, 2022
Mar 06, 2022
Copy link to clipboard
Copied
yes. eg, you could create a masked movieclip that "scrolls" (ie, changes its y-position) in response to the mousewheel event.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
philippem81468890
AUTHOR
Community Beginner
,
/t5/animate-discussions/html5-canvas-scrollable-area/m-p/12794916#M352116
Mar 06, 2022
Mar 06, 2022
Copy link to clipboard
Copied
Thank you,
Ok, it mean that i need to code something ?
I will try
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/animate-discussions/html5-canvas-scrollable-area/m-p/12794960#M352117
Mar 06, 2022
Mar 06, 2022
Copy link to clipboard
Copied
yes. you'll need to add a scrollwheel listener and possibly mouseover/out listeners.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
philippem81468890
AUTHOR
Community Beginner
,
/t5/animate-discussions/html5-canvas-scrollable-area/m-p/12798693#M352162
Mar 08, 2022
Mar 08, 2022
Copy link to clipboard
Copied
Ok thank you i will try
Best regards
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/html5-canvas-scrollable-area/m-p/12801720#M352214
Mar 09, 2022
Mar 09, 2022
Copy link to clipboard
Copied
you're welcome.
is everything working the way you want?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

