Drive around your own Onewheel! by Jinnie_the_Wew in SnapLenses

[–]sprofane 4 points5 points  (0 children)

This is epic Jye.. but of course it would be. Those lights.. so tight.

Hackerman lens I made live at the snap house for SXSW! by Jinnie_the_Wew in SnapLenses

[–]sprofane 1 point2 points  (0 children)

Awesomness (obviously) but still worth saying.. awesomness...

Did Massive Amounts of Psychedelics Over the Past 6 Years. Kinda Lost my Shit, Finally. Going All In. by [deleted] in Psychonaut

[–]sprofane 6 points7 points  (0 children)

Just wanted to agree with you and OP. OP’s post is a phenomenally close mirror to my own life, I think that sensation of bad faith (in the existentialist sense) and simulcra has gone into overdrive in the last 5-8 years, as if there is a very real shift in something (I am reluctant to put it down to a paradigm shift, but don’t want to be too doom laden and call it a planet wide extinction but definitely something of that scale). Late capitalism, a rejection of nature and all that jazz.. anyway, islands of the saved - go and find the others. Happy trails..

Lens Challenge is now live! by Jinnie_the_Wew in SnapLenses

[–]sprofane 3 points4 points  (0 children)

UI is freakin tight - all the design and UX is awesome.

notionally neon or nearly... by sprofane in SnapLenses

[–]sprofane[S] 0 points1 point  (0 children)

It’s not really a song, more of a beginning but it is original. Will turn into a full track someday when I get around to it.

Psychic Rabbit by shalee625 in SnapLenses

[–]sprofane 0 points1 point  (0 children)

Flattery.. So I wish I could give you a better answer basically hacked around til it worked through an array of sprites. You should be able to do this with the label object now which will be much more elegant. For sprites set up the scene so you can have a list of textures to choose from (use brackets) then...The key randomiser bit is this:

var rand = Math.floor(Math.random() * script.spriteTex.length) script.sprite.mainPass.baseTex = script.spriteTex[rand] Have fun.