Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Cap8: Can you get mouse coordinates of where user clicked during viewing?

Contributor ,
Aug 14, 2015 Aug 14, 2015

Can you get mouse coordinates of where user clicked during viewing?

SWF creation in Captivate 8

Thanks!

395
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 14, 2015 Aug 14, 2015

Certainly not out of the box with Captivate.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Aug 14, 2015 Aug 14, 2015

I didn't think it'd be that easy, but what about something "outside the box?"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Aug 17, 2015 Aug 17, 2015

Even if you were able to capture the precise coordinates on one screen where a user clicked, any other user on any other device would return different coordinates.

Are you in a limited & controlled environment where everyone will use the same size device, with the same version of the os, and the same browser?

Captivate uses an object oriented, event driven approach, where interacting with an object (regardless of the coordinates it may be at for each user) will generate an Action. Captivate provides a tool set for generating objects: Buttons, Captions, Slides, Quizzes, etc. and having them respond to Events: 'success, failure, or continue' with Actions: 'go to the next slide,' ' return to quiz,' or 'jump to slide.'

Trying to track each mouse click and click location of the users will be overwhelming in a short amount of time. Can you share how you want to use this information?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Aug 17, 2015 Aug 17, 2015
LATEST

Thanks for the response. This will probably be helpful for people just getting started with using Adv Actions and interactive objects in Captivate. I've been using Cap since v3, and have around 20 years of OOP development experience. I'm looking at more of a multidimensional array of objects that will all respond to the same proc without creating 200 individual click boxes. Getting the mouse coords is the only piece I'm missing.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources