i tis supporting
Offline
Mokat wrote:
MoreGamesNow wrote:
Are there any specific advantages besides hiding/showing and changing the mouse costume pen, graphic effects, motion, size, even the control block
click(which could simply be done by the script of any sprite?)this could not be done by any sprite. Also, if you want a new mouse costume currently the real mouse shows over it. It seems to me that the motion blocks would be the most useful, but also the most dangerous, and therefore unlikely to be added.dangerous? Elaborate.

Offline
MrMonk999 wrote:
MoreGamesNow wrote:
Are there any specific advantages besides hiding/showing and changing the mouse costume pen, graphic effects, motion, size, even the control block
click(which could simply be done by the script of any sprite?)this could not be done by any sprite. Also, if you want a new mouse costume currently the real mouse shows over it. It seems to me that the motion blocks would be the most useful, but also the most dangerous, and therefore unlikely to be added.dangerous? Elaborate.
I don't view anything with relatively simple work-arounds as advantageous (pen stuff and "on click"). What graphic effects would you add to the mouse?
As to motion blocks, one could, for example, trap the mouse at (0,0), and the user would not be able to stop the program or even leave the page!
when gf clicked forever set (mousex) to [0] set (mousey) to [0] end
Offline
MoreGamesNow wrote:
Are there any specific advantages besides hiding/showing and changing the mouse costume (which could simply be done by the script of any sprite?). It seems to me that the motion blocks would be the most useful, but also the most dangerous, and therefore unlikely to be added.
Yes, you could change color effect, have it ask and answer questions, changing the costumes, having it's own variables (to help with costumes and others) being able to broadcast, receive, do thing's when it receives, some of these can be done by using a mouse sprite but some cannot. I think it should be like the stage where some of the blocks are gone, but the one's that it can use, not caring that it can be replicated by a sprite, are there.
Offline
MoreGamesNow wrote:
MrMonk999 wrote:
MoreGamesNow wrote:
Are there any specific advantages besides hiding/showing and changing the mouse costume pen, graphic effects, motion, size, even the control block
click(which could simply be done by the script of any sprite?)this could not be done by any sprite. Also, if you want a new mouse costume currently the real mouse shows over it. It seems to me that the motion blocks would be the most useful, but also the most dangerous, and therefore unlikely to be added.dangerous? Elaborate.I don't view anything with relatively simple work-arounds as advantageous (pen stuff and "on click"). What graphic effects would you add to the mouse?
As to motion blocks, one could, for example, trap the mouse at (0,0), and the user would not be able to stop the program or even leave the page!when gf clicked forever set (mousex) to [0] set (mousey) to [0] end
Unless Alt+F4, F5 or the Start button is pressed.
EDIT: I just thought... Targeting Cursor for FPS games. Also:
[scratchblocks clicked]
when gf clicked
forever
if <mouse down?>
set (mousex) to [0]
set (mousey) to [0]
end
Last edited by Sonickyle (2012-03-21 03:59:12)
Offline