Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
Programming

Trying to make a new shoot 'em up genre technique in Stencyl!

UrieW
Sunday, April 9, 2023 - 17:47
UrieW's picture

I wanted to do a thing in my multidirectional shooter when a player presses the dash button while moving towards the outer boundaries of the screen, causing him/her to go out of the camera while moving in the outer screen bounds for a few secs, dodging everything in the camera and being able to shoot it from there before coming back.

How do I do it? I call it a Tune Slide, cued by the slide guitar noise, as the game is sketchy enough in a dream dimension.

  • Log in or register to post comments
UrieW
joined 12 years 9 months ago
Sunday, April 9, 2023 - 19:05
UrieW's picture

I remade the gimmick concept. The gimmick is now set to drag the player into the special effects layer via portal(Looney-Tunes-style) with it the player temporarily hidden from all fire all over the screen until he is spat back out of the portal. I want to calc the Image API arrangements needed for the special effects.

  • Log in or register to post comments
UrieW
joined 12 years 9 months ago
Sunday, April 9, 2023 - 21:42
UrieW's picture

Realized I made 2 tall orders of whine. The first case seems the most legit answered greatly by Ginge in Discord, while the latter version of the gimmick requires a warp between many layers using the Image and Drawing API. Solved the first one via his hint on region boxes, which is now manageable.

  • Log in or register to post comments