KeyGuard Image Cursor - (howto video)

ShadowHunter's Keyguard allows you to replace the small mouse cursor with an image of any size. This really opened up the doors to some really cool effects. Like shooting a gun with gun recoil, hiding the screen except for a spot as in a torch, or match, or flashlight, a camera, etc....
It is extremely easy to do and everyone should be using this feature!
Here is the how-to video that shows you the basics: http://youtu.be/lbtAnWbdJac
Copy and save the following information so you don't have to try and type it out from the video.
NOTE: If you want the same image cursor to work in other connected frames, use the following command in the Frame properties for the "other" frames:
coming in the future, I'll show you animated cursors, and how to create a flashlight effect, and finally a gun with recoil.
It is extremely easy to do and everyone should be using this feature!
Here is the how-to video that shows you the basics: http://youtu.be/lbtAnWbdJac
Copy and save the following information so you don't have to try and type it out from the video.
- Code: Select all
RotationAngle = 0
Component("KeyGuard").Object.ProhibitRotation = 1
RenderBitMapCursor "camera.jpg","camera_mask.jpg"
Component("KeyGuard").Object.ActionPointX = 100
Component("KeyGuard").Object.ActionPointY = 175
Action.ChangeDefaultCursor "blank.ico"
NOTE: If you want the same image cursor to work in other connected frames, use the following command in the Frame properties for the "other" frames:
- Code: Select all
Component("Keyguard").Object.continuebitmapcursoronthisframe
coming in the future, I'll show you animated cursors, and how to create a flashlight effect, and finally a gun with recoil.