Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hey, I haven't looked at the capx yet but the issue last time was the use of camera behaviors instead of cameras created by the main plugin.

The behavior camera is bound to a layout object and therefore destroyed on layout change/restart which can lead to unintended glitches and errors. Therefore I have to strongly recommend for most cases adding cameras via the main plugin.

can you please look at the capx. I need to know how to replace the camera sprite with a camera from a plugin.

Can't open your capx because I'm missing an older plugin I can't seem to easily find: HTML | iFrame by PlayLive. 

Please share the plugin or point me to the proper place to download. Or if possible at all remove it from your project.

here is capx without iFrame

Here is your edited capx: https://www.dropbox.com/scl/fi/lwujjl1kgp83pk6nucwet/horrorEdit.capx?rlkey=45rt5...

I basically just removed the camera behavior, added a camera via the main plugin and set its position and angle every tick like the behavior would've done automatically. Comments are at the two relevant spots in the event sheet. 

(+1)

thank you!