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

#1 2009-02-06 18:04:10

oliiscool
Scratcher
Registered: 2008-07-08
Posts: 31

RPG forum

i know some of you people love making RPGs(as do i)if u ever need some scripts or have have scripts to share,don't forget to visit this forum.

Offline

 

#2 2009-02-06 18:11:35

oliiscool
Scratcher
Registered: 2008-07-08
Posts: 31

Re: RPG forum

for a 3D rotation RPG just have costumes on the sprite of every direction.then this is
the scripting bit

<when start clicked>
switch costume to:south
<forever>  <if>
mouse down
<repeat until not mouse down>
switch costume to:<mouseX>




with a backgrondd you can choose to use the same script or to not use it,it really all depends on how you're making your RPG.check out my project   '3D engine' to see one use of this scripting.

Offline

 

Board footer