행위

"테스트 블럭"의 두 판 사이의 차이

DB CAFE

(위키 플러그인 스크래치블럭)
(위키 플러그인 스크래치블럭)
21번째 줄: 21번째 줄:
 
  </scratchblocks>
 
  </scratchblocks>
  
[scratchblocks]
+
<scratchblocks>
 
when green flag clicked
 
when green flag clicked
 
forever
 
forever
30번째 줄: 30번째 줄:
 
     end
 
     end
 
end
 
end
[/scratchblocks]
+
</scratchblocks>
  
  
 
https://en.scratch-wiki.info/wiki/Block_Plugin
 
https://en.scratch-wiki.info/wiki/Block_Plugin

2019년 12월 4일 (수) 13:27 판

thumb_up 추천메뉴 바로가기


위키 플러그인 스크래치블럭[편집]

  1. 샘플

<scratchblocks> 반복 (5) 이동 (10) steps end say [Done!] </scratchblocks>

 반복 (5)
 이동  (10) steps
 
 end
 say [Done!]
 
when green flag clicked
forever
    turn cw (15) degrees
    say [Hello!] for (2) secs
    if <mouse down?> then
        change [mouse clicks v] by (1)
    end
end


https://en.scratch-wiki.info/wiki/Block_Plugin