Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ozz

Pages: 1 2 3 4 5 ... 11
31
Chit-Chat / What Graphics Card would you recomend?
« on: April 01, 2017, 04:30:09 pm »
I bought this card ( https://www.newegg.com/Product/Product.aspx?Item=N82E16814161404 ) several years ago, but it's starting to go and it needs replacing. What would you recommend?

Specs:
Win10
i7 Processor
16GB Ram
Full Sized Case

32
Paid Work / Looking for Person skilled with Social Media
« on: March 27, 2017, 01:57:36 pm »
If you like games and know how to get the word out their about new titles I've got the gig for you.

No experience necessary
Students welcome
Work from home

Contact me at  michelstango4@gmail.com  for more information

33
Windows / Mac / Flash / HTML5 / Broken on Greenlight
« on: March 03, 2017, 12:59:57 pm »
Not to be confused with Greenlight is broken.  No Broken is my current project, it will be be a full length Metroidvania game in a new and odd setting.  I'd be interested to know what you think. 

You can download the Demo here
http://www.indiedb.com/games/broken-the-long-road/downloads
 and if you like it please up vote us on Greenlight
http://steamcommunity.com/sharedfiles/filedetails/?id=804907571

34
Ask a Question / How do I disable the ESC keys exit fullscreen function?
« on: January 25, 2017, 11:48:03 am »
So when I press the ESC key while testing/playing a Stencyl game if forces me out of Fullscreen mode, but I would rather it not.  Is there any way to make it not do that?

35
Paid Work / Tileset(s) Needed
« on: December 18, 2016, 07:44:42 pm »
I need an artist who can put together aTileset for a Sidescrolling  game.
You will be paid haft upfront and the rest when you hand in the files.

Details are available upon request, please include samples of your work.

36
Resolved Questions / How do I Check Relative Position?
« on: September 23, 2016, 12:45:51 pm »
I have two moving actors, I would like to make a looped sound louder as the two actors get closer to one another and less loud as they move away.  How can this be done?

37
Windows / Mac / Flash / HTML5 / Broken (Demo)
« on: September 12, 2016, 10:01:05 am »
The Exploration Platformer (or Metroidvania ) is my favorite type of game so after years of training and working on games I've begun making one.  The Demo was build on Stenylworks as will the complete game. 

http://gdi.website/broken.html

I hope you enjoy and please let me know what you think.

-Michel Stango

38
Paid Work / Need A Game Trailers [Paid]
« on: September 12, 2016, 08:39:54 am »
I have a completed demo, footage, sound, music and everything else to make a good Trailer but any kind of video editing skill.  So I need some one with video production experience, it's paid, but a one time gig. 

You can see more of the game here: http://gdi.website/broken.html

If you interested contact me here of on the the Broke Forum: http://www.indiedb.com/games/broken-the-long-road/forum/thread/need-a-game-trailers-paid#forumform

39
Ask a Question / How do I make a Dust Cloud?
« on: July 17, 2016, 05:49:08 am »
I have a scene in my game where a hard landing results in a lot of sand getting kicked up, but what is the best way to create a animation/foreground effect of dust obscuring the scene?

40
Ask a Question / How do I Make a Metroidvania style Mini Map?
« on: June 02, 2016, 04:14:26 pm »
Looking to make a map that fills itself in as the player moves, but I'm not sure of how to do this.  How do I set up an active mini map?

41
Ask a Question / Can I simulate Mouse Movement?
« on: June 01, 2016, 01:30:17 pm »
Is there any way to makes the mouse move in ones game through use of the keyboard or Gamepad?

42
Ask a Question / In Engine Precipitation Effects?
« on: April 28, 2016, 02:25:08 pm »
Are there any built in or downloadable ways to includes rain or snow in a scene?

43
Ask a Question / Can't Switch On/Off Atlases
« on: April 23, 2016, 01:46:14 pm »
I added some new Atlases to my game but I can't add or remove them from scenes.  The check boxes don't respond and the area is greyed out.  How can I switch them on and off?

44
Bug Archives / Black Boxes
« on: April 22, 2016, 05:20:17 am »
I'm not sure why this keeps happening but sometimes when I'm testing(Windows) black boxes will replace one of the actors or backgrounds for a few frames.   Whats more  it seems to get worse the longer I test.  More boxes will show up scene to scene, but again this only happens randomly.  Try the game here to see what it looks like:

http://gdi.website/broken.html

(The link is not Broken, that's the name of the game)
Why does this happen and how can I fix it?

45
Abandoned Bugs / Can't Edit Frames
« on: April 12, 2016, 06:34:05 am »
When I double click on a existing frame I get the "Ouch, this should not have happened" message.  I included the logs below, here are the details:
Unexpected problem on thread AWT-EventQueue-0: null
java.lang.NullPointerException
   at stencyl.sw.data.EditableAnimation.getFrame(EditableAnimation.java:536)
   at stencyl.sw.editors.actor.appearance.AnimationPane.editFrame(AnimationPane.java:911)
   at stencyl.sw.editors.actor.appearance.AnimationPane.mousePressed(AnimationPane.java:739)
   at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
   at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)

How do I edit my frames?

Pages: 1 2 3 4 5 ... 11