First time doing the script blocks in a post...
when gf clicked forever if [key [up arrow v] pressed?] change y by [5] end end
when gf clicked forever if [key [down arrow v] pressed?] change y by [-5] end end
when gf clicked forever if [key [left arrow v] pressed?] change x by [-5] end end
when gf clicked forever if [key [right arrow v] pressed?] change x by [5] end endor you could do it like this i guess which seems more orginized
when gf clicked forever if [key [up arrow v] pressed?] change y by [5] end if [key [down arrow v] pressed?] change y by [-5] end if [key [left arrow v] pressed?] change y by [-5] end if [key [right arrow v] pressed?] change y by [5] end endhope that helps with smooth movement if any one else has imput put up some blocks to help people out
Offline
Zebus wrote:
First time doing the script blocks in a post...
when gf clicked forever if <key [up arrow v] pressed?> change y by (5) end endwhen gf clicked forever if <key [down arrow v] pressed?> change y by (-5) end endwhen gf clicked forever if <key [left arrow v] pressed?> change x by (-5) end endwhen gf clicked forever if <key [right arrow v] pressed?> change x by (5) end endor you could do it like this i guess which seems more orginizedwhen gf clicked forever if <key [up arrow v] pressed?> change y by (5) end if <key [down arrow v] pressed?> change y by (-5) end if <key [left arrow v] pressed?> change x by (-5) end if <key [right arrow v] pressed?> change x by (5) end endhope that helps with smooth movement if any one else has imput put up some blocks to help people out
hope this post right
Fixed the blocls for you. Also, you put y in all the blocks from the second script...
Last edited by BLU_Spy (2013-01-23 16:12:20)
Offline