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.