MCPcopy Create free account

hub / github.com/blockly-games/blockly-games / functions

Functions453 in github.com/blockly-games/blockly-games

MethodknobMouseDown_
* Start a drag when clicking down on the knob. * @param {!Event} e Mouse-down event. * @private
appengine/src/slider.js:97
MethodknobMouseDown_
* Start a drag when clicking down on the knob. * @param {!Event} e Mouse-down event. * @private
appengine/movie/src/scrubber.js:157
MethodknobMouseMove_
* Drag the knob to follow the mouse. * @param {!Event} e Mouse-move event. * @private
appengine/src/slider.js:152
MethodknobMouseMove_
* Drag the knob to follow the mouse. * @param {!Event} e Mouse-move event. * @private
appengine/movie/src/scrubber.js:209
Functionload
()
appengine/src/lib-code.js:75
Functionload
()
appengine/src/lib-ace.js:23
Functionload
()
appengine/pond/battle/headless.js:44
MethodmouseOver_
* Stop a drag when the mouse enters a node not part of the SVG. * @param {Event} e Mouse-up event. * @private
appengine/src/slider.js:133
MethodmouseOver_
* Stop a drag when the mouse enters a node not part of the SVG. * @param {Event} e Mouse-up event. * @private
appengine/movie/src/scrubber.js:190
FunctionneedMore
* Automatically load more records if the screen is scrolled to the bottom.
appengine/gallery/src/main.js:141
FunctiononFailure
()
appengine/gallery/src/main.js:87
MethodonMouseMove
* Set the note to match the mouse's position. * @param {!Event} e Mouse move event.
appengine/music/src/field_pitch.js:138
FunctiononSuccess
()
appengine/src/lib-gallery.js:106
Functionpublish
* Publish or unpublish a record. * @param {!Element} element Checkbox element.
appengine/gallery/src/main.js:130
FunctionreceiveMore
* Receive entries from the Gallery server.
appengine/gallery/src/main.js:103
MethodrectMouseDown_
* Jump to a new value when the track is clicked. * @param {!Event} e Mouse-down event. * @private
appengine/src/slider.js:174
MethodrectMouseDown_
* Jump to a new value when the track is clicked. * @param {!Event} e Mouse-down event. * @private
appengine/movie/src/scrubber.js:231
FunctionregisterSounds
* Register the sounds.
appengine/music/src/main.js:211
FunctionrenderRemainingAnswers
()
appengine/movie/src/main.js:126
Methodrender_
* Updates the graph when the field rerenders. * @private * @override
appengine/music/src/field_pitch.js:203
FunctionresetButtonClick
* Click the reset button. Reset the Turtle. * @param {!Event} e Mouse or touch event.
appengine/turtle/src/main.js:559
FunctionresetButtonClick
* Click the reset button. Reset the maze. * @param {!Event} e Mouse or touch event.
appengine/maze/src/main.js:916
FunctionresetButtonClick
* Click the reset button. Reset the bird. * @param {!Event} e Mouse or touch event.
appengine/bird/src/main.js:615
FunctionrunButtonClick
* Click the run button. Start the program. * @param {!Event} e Mouse or touch event.
appengine/turtle/src/main.js:538
FunctionrunButtonClick
* Click the run button. Start the program. * @param {!Event} e Mouse or touch event.
appengine/music/src/main.js:528
FunctionrunButtonClick
* Click the run button. Save the code for the end of level dialog and save. * This runs in parallel with Pond.runButtonClick on a separate event han
appengine/pond/tutor/src/main.js:163
FunctionrunButtonClick
* Click the run button. Start the program. * @param {!Event} e Mouse or touch event.
appengine/maze/src/main.js:850
FunctionrunButtonClick
* Click the run button. Start the program. * @param {!Event} e Mouse or touch event.
appengine/bird/src/main.js:594
FunctionshowCategoryHelp
* Show the help pop-up to encourage clicking on the toolbox categories.
appengine/turtle/src/main.js:394
FunctionshowCoordinates
* Show the x/y coordinates. * @param {!Event} e Mouse over event.
appengine/movie/src/main.js:168
MethodshowEditor_
* Show the inline free-text editor on top of the text and the pitch picker. * @protected
appengine/music/src/field_pitch.js:65
FunctionshowHelp
* Show the help pop-up.
appengine/turtle/src/main.js:357
FunctionshowHelp
* Show the help pop-up.
appengine/music/src/main.js:349
FunctionshowHelp
* Show the help pop-up.
appengine/movie/src/main.js:227
FunctionshowPegmanMenu
* Display the Pegman skin-change menu. * @param {!Event} e Mouse, touch, or resize event.
appengine/maze/src/main.js:758
FunctionsliderChange
* The speed slider has changed. Erase the start time to force re-computation.
appengine/music/src/main.js:248
MethodstepFunc
(i)
appengine/src/slider.js:207
MethodstepFunc
(i)
appengine/movie/src/scrubber.js:314
FunctionsubmitToGallery
* Send an image of the canvas to gallery.
appengine/turtle/src/main.js:861
FunctionsubmitToGallery
* Send an image of the canvas to gallery.
appengine/music/src/main.js:1056
FunctionsubmitToGallery
* Send an image of the canvas to gallery.
appengine/movie/src/main.js:589
Functiontick
* Execute a 1/64th tick of the program.
appengine/music/src/main.js:632
Functiontoggle
* Toggle one section open or closed. * @param {!Event} e The click or touch event.
appengine/pond/docs/docs.js:49
FunctiontouchFunc
(e)
appengine/src/lib-games.js:369
FunctiontouchFunc
(e)
appengine/pond/docs/docs.js:37
Functiontransform10
* Transform a program written in level 9 blocks into one written in the more * advanced level 10 blocks. * @param {string} xml Level 9 blocks in XML
appengine/turtle/src/main.js:198
Functiontransform10
* Transform a program written in level 9 blocks into one written in the more * advanced level 10 blocks. * @param {string} xml Level 9 blocks in XML
appengine/music/src/main.js:1048
FunctionupdateCapacity
* Updates the document's 'capacity' element with a message * indicating how many more blocks are permitted. The capacity * is retrieved from Blockl
appengine/maze/src/main.js:882
FunctionupdateCoordinates
* Update the x/y coordinates. * @param {!Event} e Mouse move event.
appengine/movie/src/main.js:184
FunctionupdatePegSpin_
* Point the congratulations Pegman to face the mouse. * @param {Event} e Mouse move event. * @private
appengine/maze/src/main.js:1125
FunctionwatchCategories_
* Monitor to see if the user finds the categories in level one. * @param {!Blockly.Events.Abstract} event Custom data for event. * @private
appengine/turtle/src/main.js:425
MethodwrapFunc
(_e)
appengine/src/slider.js:255
MethodwrapFunc
(_e)
appengine/movie/src/scrubber.js:374
← previous401–453 of 453, ranked by callers