smalruby / smalruby3-gui

Smalruby 3.0 GUI project forked from LLK/scratch-gui
https://smalruby.jp/smalruby3-gui
BSD 3-Clause "New" or "Revised" License
21 stars 17 forks source link

Ruby->Code/Motion/EVENT_WHENSTAGECLICKED #307

Closed takaokouji closed 1 year ago

takaokouji commented 1 year ago
Stage.when_clicked do
end

Stage.when(:clicked) do
end
takaokouji commented 1 year ago

changed method, then fix bug.