The Dink Network

Reply to Re: Mouse Brain

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
January 14th 2016, 12:38 AM
dinkdead.gif
millimeter
Peasant He/Him Canada
Millimeter is Wee-Lamm, Recording Artist. :-) 
This is why you want a giant invisible sprite.

In looking at this video, It looks dink is the active sprite when there is not a reticle on the screen, then dink loses focus while the mouse cursor (drawn as a reticle) is active on the screen. His idle anim is still going on, but it looks slower to me for some reason...perhaps paralax is to blame for that

With this in mind, I would expect the sprite need only be the size of the mouse cursor. In on_click(), you could simply populate &Retx = sp_x(&current_sprite, -1) and &Rety = sp_y(&current_sprite, -1). This would mark where on the screen to drop the rocks. After completing, you could disable and hide the reticle sprite and yield focus back to dink.

Steps 2 & 3 look useful in, mouse_mode_tutorial-1_01