Skip to main content

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

ATPA9

2
Posts
1
Topics
1
Following
A member registered Jan 08, 2016

Recent community posts

Thanks for helping me so quickly:D

you helped me a lot

I tried to make a random number, but I get that error.

awake(){

var ran = new RNG('w');

Sup.log(ran.random(1,10))

}

Is there something wrong with my code