DozeMaster's Forum Posts

  • Legacy of the Ancients = a bit more difficult since has dungeons that requires pseudo-3d effects... fake 3d ... there a bunch of tutorials on it but uses to much math for my taste... easier doing it in 3d directly.

    Questron And Ultima 4 = Pretty easy to make ... you dont really need any arrays... its top view as i seen on google images... didn't had a apple 2 im a '90's kid .... but caught some 80's game since im from europe ... we got the games later ...

    they should be easy for you to make them as long as you understand what your doing ...and if you have the graphics ready with c2 that should cover most of time 90% of the game... the rest is event_sheet coding

    definetly doable.. i seen some games around in forum doing similar things... go for it!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • it is a local variable (type number, start value = 1) for the repeat loop.

    each loop the local variable is increased by 1 and create a sprite "Sprite2" at next image point of sprite "Sprite".

    Local variables are variables placed nested under other events, or inside a group(right click on event to create add a local variable)

    but isn't that meaning you also have image points all around the "Sprite" object? cause without them you wouldn't have a 360 degrees pattern

    try:

    360/30= 12

    oh now i see the use of Sin and Cos nice thanks man

  • As was said above, promotions are rare, however, you can do good games, and learn C2 till you stack some money with the free version for non-profit only, you are limited to html5 games, Browser games, and windows (nodejs) have a splash, and you can do games in 100 events, which i think its more then enough for learning purposes, plus it will push you harder to create a simple logic event system, in under 100 events(events are the logic blocks that you code the games or apps you want in C2).

    But remember the price listed for C2 is 1 time fee, after that you dont pay nothing for extensions or other updates comparing it with Game Maker where the simplest form of it charges you for 100 bucks or more and if you want the android and other exporters you pay another 800 bucks.... so from 1000 bucks to 200 ... its a good drop of price... plus its basically as same, maybe, even more powerful.

    Give it a try you wont regret it.

    A tip though, i know steam versions are cheaper some times, i dont advice you buying there, since its stuck on steam interface.

  • > try this plugin, [Plugin]Board

    >

    I don't have problem with cell/board movement (the movement isn't anyhow "tileable") but I have problem with visualization of this

    oh now i seen the Gigatron platformer so you want that pseudo effect that shows the edge on surtain distance and angle?

    or im not sure what you mean.... the doctor game you showed as example is an isometric game... if you want to add a scale based on distance you could simply do that by comparing the main player camera position.... or distance between the main player and the position of the enemy/npc etc... but i doubt is what you are looking for. Hope i dont sound to stupid lol... maybe you are thinking at the effect in a too complicated way then actual is?

  • maybe this will help you better Pool ball and cue with physics its not the best shape of it but it gives you the idea of what you are doing basically it depends on the physics settings you do for angular damping.

  • dl.dropboxusercontent.com/u/5899974/Development/fairyStalker.capx

    here is the simplified version from LaDestitute.... increase the distance value (25 in the condition to give it more space between fairy and player)

    1 event stalker edited from LaDestitute

  • that wait action is to give the condition and action a bit more time then the tick that c2 uses... if you disable the wait 0.01 the system will act so fast that will jump to the second condition set and the picking is not going to take place. leave it there.

  • try this plugin, [Plugin]Board

  • oh my memories memories awesome stuff

  • Edited.... i was thinking your asking for the f12 option for canceling the developer console on browsers... now i seen the actual request ... my bad

  • ............But their plugin doesnt have callbacks/conditions, so you cant check if ad has been shown, if its loaded etc.

    Thats why im interested in plugin made by cranberrygame.

    So which one of those is made for appodeal?

    have no idea not sure if there is one for appodeal in cranberrygame plugin list

  • I'm sorry, which one of them? I can't see anything related to appodeal...

    there is a tutorial how to add the appodeal plugin... i didn't use it yet but looks pretty straight forward you can check it out here and the appodeal Construct 2 plugin and how to get it installed on C2 you can find it here

  • Hey guys, i dont quite get it. Is plugin for appodeal callbacks ready? Can i use it? If yes, where do i find it? How is it called?

    Thank you

    you can find it here all the cordova cool stuff

    thanks to cranberrygame

  • If you already teach html5 css then you dont need c2 ... unless u want to teach kids how to make games, and introduce them to Game development ... but then again it wont help them to much ... because you wont have native coding... all the code exported with C2 is scrambled (encoded) so you wont be able to read anything useful... if the class purpose is to teach web designing keep it as simple as possible which is html5 and css customization's ... the best and simplest way.. and you could also include some JavaScript usage with them...since they will need in future... all those can be easily learned or get info tutorials from w3schools.

    if your looking for a simple Web design engine... i suggest teach the kids html5 ,css and some implementation of JavaScript and introduce them to WordPress ... then if they want to learn more they can take a programming language class (java ,python , c++,c# etc)

    and if you do have kids as students , they will love to see that by writing some stuff in notepad... does internet stuff which is like lego for them and they all eventually love it

    hope you understand have a great day!

  • Game Dev Tycoon and Game Dev Story both contain hours of playtime.

    The challenge comes when you need to keep the player interested that whole time.

    those 2 games i think are closest to a perfect tycoon game, there are some more things to add to them, but thats more expansion then actual system improvements, their system in my opinion, is perfected to a high degree, if you can come as close as them in your game, then your on the right path

    tycoon games are a odd choice to program, its not that its to hard, its actually simple do A to get B if C = D its the most simple game u can ever build, however as Kuzie said, you have to get a gameplay that doesn't boredom's the players.