Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi ! I know that you posted this a long time ago but I have a bit of a situation here, I followed the instruction and copy past the script I wanted: the last one in_eye and out_eye but it isn't working, it says that: (see link pictures)


and here's my code:


I tried to just take the picture in your game files to try it out and also I took the define in_eye [...] from a reddit post you made on the subject on how to do a first person blink as if someone was waking up.


Thank you very much if you answer this, even if it doesn't work for me your work is amazing ;)

(1 edit)

the error you are getting is because you don't have a character defined for bm 

  •     show image1 with in_eye  <--- do you have an image1 somewhere?
  •     bm "eye.png  " <--- remove this / change it to a pause
  •     hide image1 with out_eye
  •     bm "eye.png  " <--- remove this

define in_eye = ImageDissolve("dissolvers/eye.png", 6.0) <--- you need the file eye.png it's in the dissolvers folder of what you downloaded

if you put it in another folder, be sure to update that in both defines