Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Shadow Script V.4

I'm sorry but i'm just not getting this hoe to set this up i keep getting tis error. I believe it might be the 8 diretion movement i have in my SDK. if someone can make a fix for me please.
This is the script in my SDK i'm using for the 8 Dierctional movement

Code:
def update_player_movement
    # Move player in the direction the directional button is being pressed
   case Input.dir8
     when 1
       move_lower_left
     when 2
       move_down
     when 3
       move_lower_right
     when 4
       move_left
     when 6
       move_right
     when 7
       move_upper_left
     when 8
       move_up
     when 9
       move_upper_right
     end
  end

http://i200.photobucket.com/albums/aa72 ... werror.jpg[/img]
 
No1Ozz":l1bswhge said:
I'm sorry but i'm just not getting this hoe to set this up i keep getting tis error. I believe it might be the 8 diretion movement i have in my SDK. if someone can make a fix for me please.
This is the script in my SDK i'm using for the 8 Dierctional movement

Code:
def update_player_movement
    # Move player in the direction the directional button is being pressed
   case Input.dir8
     when 1
       move_lower_left
     when 2
       move_down
     when 3
       move_lower_right
     when 4
       move_left
     when 6
       move_right
     when 7
       move_upper_left
     when 8
       move_up
     when 9
       move_upper_right
     end
  end

http://i200.photobucket.com/albums/aa72 ... werror.jpg[/img]
8dir doesn't work with shadows.
 
umm is there a way to make the shadows apear like in vx?
("sorry If this is bumped...I need to know..")

EDIT:
How come it's all red when I make it so you can't walk on  something?

umm is there a way to make the shadows apear like in vx?
("sorry If this is bumped...I need to know..")

PLEASE!

EDIT: Nvm about the how come it's red thing....
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top