This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-05-01 18:56:13

MinecraftParty77
Scratcher
Registered: 2013-03-06
Posts: 6

Sprite pointing away from Mouse Pointer.

Hey guys. I wanted to make a game like one that is on Scratch 2.0 but for 1.4 and Lower... And i need a sprite to point AWAY from the mouse pointer. I have no idea how to do that.

when gf clicked
point towards [mouse-pointer v]
end

Offline

 

#2 2013-05-01 18:57:28

MinecraftParty77
Scratcher
Registered: 2013-03-06
Posts: 6

Re: Sprite pointing away from Mouse Pointer.

Sorry i forgot a forever

when gf clicked
forever
   go to [mouse-pointer v]
end

Offline

 

#3 2013-05-01 19:19:59

dracae
New Scratcher
Registered: 2013-04-05
Posts: 42

Re: Sprite pointing away from Mouse Pointer.

Erm... I'm not sure what you're asking...
If you want something to move away from the mouse pointer, use:
|point to (Whatever)|
|move (- 5) steps|

Offline

 

Board footer