Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(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