Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Meganegora

6
Posts
2
Topics
A member registered Aug 29, 2016

Recent community posts

Thanks! Turns out I had my actors in the wrong order in my scene...Took me a while to figure that out. Didn't realize it mattered!

(2 edits)

Finally got it to work lol. I didn't realize the order of the actors in the scene mattered. Kept getting undefined errors that didn't make a lot of sense to me. So when i rearranged my actors I was shocked to see this guy run across the field.

https://gfycat.com/YearlyPhonyAfricanporcupine

Getting an undefined area when he reaches his destination but I think I can work it out.

Pretty new to typescript. Trying to figure out how I would access the functions in a player behavior in another script? I have player added to a game namespace like the paceman tutorial:

namespace Game {

export let initMap: initMapBehavior;

export let player: playerBehavior;

export let score: number;

export let won: boolean;

}

I was hoping I would access my player functions from other scripts by doing something like

Player.jump

But I'm getting an identifier expected error.

Err. How do you install plugins in OS X anyway? There is no app/plugins folder that I can find in application support or the apps package..

Wow thanks! This is perfect. I missed this guide somehow.

Has anyone tried the easystar plugin? I need a example file to get me started...I'll keep trying though. Just trying to wrap my head around how everything is connected with superpowers.