About 28 results
Open links in new tab
  1. start Effect - Microsoft MakeCode Arcade

    Parameters effect: the effect to start at the sprite. duration: a number that is an optional amount of time, in milliseconds, for the effect to run. If you don’t give a value for the duration, the effect …

  2. Spray Paint Fun! (BETA) - Microsoft MakeCode Arcade

    Made with ️ in Microsoft MakeCode Arcade.

  3. Intro to MakeCode Arcade

    (This block sends water spraying from the center of your sprite.) {Standard Blocks 2} :paper plane: Find a [mySprite] start [spray] effect ⊕ block and snap it into the on [A] button pressed …

  4. Throw a Bone - Microsoft MakeCode Arcade

    Create another sprite, and use an on overlap event to make it so that sprite can catch the bone. Create a spray effect when you throw the bone by adding mySprite start spray effect in the on …

  5. clear Particles - Microsoft MakeCode Arcade

    You can stop the effect early, if a duration was set, or stop it from displaying continuously if no duration was set. Parameters anchor: the sprite that the effect is displaying at. Example Spray …

  6. Collect the Clovers - Microsoft MakeCode Arcade

    :mouse pointer: Click the plus (+) icon to expand the block, then click the spray effect drop-down menu and choose whatever you like. :mouse pointer: Click the 500 ms drop-down and choose …

  7. Particle Effects Demo - Microsoft MakeCode Arcade

    Particle Effects Demo This demonstrates how to generate more complex particle effects. The particles animations in TypeScript are extended to create new effects. The some of the effects …

  8. Blocks Gallery - Microsoft MakeCode Arcade

    mySprite 50 50 set velocity to vx vy setVelocity Sets the sprite velocity in pixel / sec. mySprite 500 start spray effect startEffect

  9. Five Second Games - Microsoft MakeCode Arcade

    After five seconds, if this // block is not called, the player loses. gamejam.win (true) }) sprites.onOverlap (SpriteKind.Player, SpriteKind.Projectile, function (sprite, otherSprite) { …

  10. Microsoft MakeCode Arcade Hour of Code™ 2021

    Code a game with Microsoft MakeCode Arcade that recreates the conditions for a forest fire, and then code your fire-fighting airtanker plane to spray water and put out the flames!