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 - bambucha

Pages: 1
1
iPhone / iPad / Android / [Android] Highway Dodger 2 (updated)
« on: February 24, 2015, 06:33:41 am »




A complete redesign and rewrite of the original Highway Dodger, with new cars to collect, new powerups and completely revamped gameplay, is here!

Screenshots:

     

     

How to play:
- Touch or swype on a lane to dodge cars and other obstacles, thats it!

But beware, the speed of cars constantly increases, making it harder to survive with every second that passes by.

Game Features:
  • Neverending simple and fun gameplay
  • Pickup coins, boxes and stars on the road
  • Collect tons of cars with different powerups
  • Daily rewards for loyal players
  • Pixelart graphics
  • Completely free with NO in-app purchases

Enjoy the game!

2
Fixed Bugs (3.x) / Error: couldnt create block from xml tag
« on: February 03, 2015, 11:49:04 am »
Hey!

Since i upgraded to the newest private version (build 8140), i cannot build any game (even a newly created one in the latest version of stencyl). I get the following error, around 100x

Code: [Select]
Level:     ERROR
When:      2015-02-03 20:42:22:500
From:      stencyl.sw.editors.snippet.designer.Group

Couldn't create block from xml tag: dolater
Couldn't create block from xml tag: if
Couldn't create block from xml tag: load-game
etc etc etc

I also get the error when using the "safe" version, under the red text on download page.

When using the older version (just installing it ontop of the current installation) everything works (build 8059).

Any idea what could be wrong?

Thanks in advance!

3
Hello,

since yesterday (with the newest version of Stencyl possible) i have been getting this error when changing a scene ONLY when publishing to Flash:
Code: [Select]
TypeError: Error #1006: get is not a function.
at scripts::SceneEvents_6/_customEvent_MakeGrayscale()[Source/scripts/SceneEvents_6.hx:85]
at scripts::SceneEvents_6/init()[Source/scripts/SceneEvents_6.hx:214]
at com.stencyl.behavior::Behavior/initScript()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/behavior/Behavior.hx:94]
at com.stencyl.behavior::BehaviorManager/initScripts()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/behavior/BehaviorManager.hx:97]
at com.stencyl::Engine$/initBehaviors()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:1111]
at com.stencyl::Engine/loadScene()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:982]
at com.stencyl::Engine/enterScene()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:1780]
at com.stencyl::Engine/onUpdate()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:2605]

There is no error on Android.  The only thing that I changed in my code since the previous version that worked perfectly was that i reworked some code to make use of maps (attributes).

Any ideas why i have this error?

Thank you!!

4
iPhone / iPad / Android / [Android]Highway Dodger - updated
« on: June 24, 2014, 02:20:27 am »

Highway Dodger is a fresh fast-paced game, where you have to dodge all cars that rush in your way.
Difficulty in the game increases as you play, making the challenge harder with every car that passes by.
The shop features tons of cars to unlock with coins or by completing achievements.
Can you beat your and your friends high scores? Can you collect all of the cars? Try it out!

Game features:
- The game never stops, survive for as long as you can!
- Extremely easy to pick up, but really hard to master
- Tons of cars to collect
- FREE
- No real money purchases



Screenshots:

          

      


Some dev stuff:
Quote
This is my first game i made with Stencyl, and I must say I really enjoy using it.
I came up with the idea for the game with some friends and 2 weeks later, Highway Dodger was born. I am really proud of how it looks now. I am not an artist and I never drew anything nice plus it was my first time drawing a game. I had to do around 3 iterations of before making it look alright.
1st version:         Now:    
I hope you agree that it doesn't look "that" bad :P

Currently I am working on Google Play Games integration and Facebook/Twitter/Google+ share buttons.
Anyway I would love some feedback about difficulty and art!

Thank you for taking your time and checking out the game! :)

5
Ask a Question / Error when actor gets destroyed
« on: June 15, 2014, 01:25:25 pm »
Hey!

I havent changed anything on my code, but i started getting this error:

Code: [Select]
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at com.stencyl.models::Region/innerUpdate()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/models/Region.hx:320]
at com.stencyl::Engine/update()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:2459]
at com.stencyl::Engine/postUpdate()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:2732]
at com.stencyl::Engine/onUpdate()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:2725]

The error shows up after a Coin (actor) which falls down, exits the screen and gets destroyed (it has Die on Leaving Screen).
If the Player picks up the Coin, everything is ok ... I really do not get why would i get the error?

Thanks in advance!

Pages: 1