GeorgeZaharia's Recent Forum Activity

  • thats because the gun spawns the bullet on any touch end , whenever the mouse or touch is unclicked the gun will start to spawn bullets try making the gun spawn bullets when is in touch

  • the colision system is already there, you can set a condition on the fish, that says,

    ( arm or bat) if you have it pinned, if not i guess the bear animation has a box boundry autodetected, and the fish will automatically detect it when it hits it on the first edge of that.

    On collison with object bear

    then you trigger your events for flyng fish in chest!

    i can do a capx for you but you have to wait a moment!

    here is a capx from meDOWNLOAD

    and here are some demos that might help you (lost and found on internet)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • you want the player to follow the mouse and also stay in the circle edges?? that example above only allows you to move the player when the mouse is touching the circle, but you could do it easy , by creating a more complex edge detection with position and distance of the character based on bbox ,left right top down, of the circle, and then you could click anywhere on screen if you want to.

  • well that's super easy Distinction ,

    basically lets say you have 12 animal pictures, right? now for the condition of the image selected so audio can play you have to do the on touch of if you want more advanced things you can do with booleans and trigger them as selected or stuff like that but for starters, the easy way now is

    On touched object (cow) --------------------(/ or you can use tap also)

    Audio>

    > play sound cow no repeat

    > tag"cow"

    and so on for all the images

    if you can add a capx i could help you out and fix it for you if you want and don't have disclosure problems

  • thats because you dident set the animation, to have same speed, when you open up you charachter animation in the c2 editor, each frame has a speed amount, and the animation has a repeat count, or speed animation play, if you have 12 frames in the animation you should play the animation at 24 frames per second, that will make it look natural, if you crouch animation is longer then 5 frames, then for each frame of the crouch you should make it so last 0.25 or 0.5 seconds, that will mean each frame of the crouch animation has to be 0.05 or 0.1 if you have the jump animation frames included in same animation

    or you could call the jump condition to happen if you have diferent animation lets say, you have crouch, and jump animation to trigger

    now when you press the jump button the first animation you want to play is the crouch

    so the code should be calling : when spacebar pressed set animation crouch, if frame is last frame in the crouch animation, set animation to jump , if frame is the 1st in the animation jump then trigger jump behavior! thats a easyer way to do it!

    if falling set animation to falling.

    if landed set animation to idle

    if player moves left or right set animation to the keys it moves (left right)

  • do you have a live demo of it?! game looks really good! are those 2d balls rotate using sprites? for getting 3d effect?

  • you can move the bat by calculating distance of mouse :

    a good example is my pool game, basically does the same thing, the code in it, its from the construct 2 template, the angry birds example, you just need to adapt the code from the elastic thing to your needs, basically you need 2 numbers to save X and Y of the touch or mouse,

    but for your bat you need to rotate so you just need the mouse x y or touch x y and 1 original position of the bat

    and then make the bat object move left or right or rotate by using the position of mouse pressed , so the code will be like this lets say for example that you know the original state position of the bat where you want it to be so lets call that OriginBatAngle and we will use a boolean if you want to make it trigger safer so it wont make buggy moves when you random click screen, so lets call the boolean Swing

    then the code will look like this

    On start of layout

    set OriginBatangle to Batobj.angle

    On touch on object bat

    Trigger once

    set boolean Swing True

    Is boolean Swing

    Rotate 2 Degrees towards position touch.x touch.y

    On touch released

    trigger once

    set boolean swing false

    Is boolean Swing (x inverted)

    rotate 2 degrees towards angle OriginBatangle

    and that should do it! il make you a quick capx if you want! reply here!

  • you can make games for ios with c2:) atleast you could not sure anymore, i did one long time ago, using IOS exporting, or smth forgot, basically turned my c2 project into a mac project then i compiled it using cocosx

    http://www.avoidtheblock.com/

    however i changed the name of the app , and download it now button doesnt work anymore, i think its something like doodle N Dodge

    Subscribe to Construct videos now

    http://www.gamefaqs.com/iphone/808067-doodle-n-dodge

  • welcome back! interesting tool ... when we could preview it?

  • To you guys think it is ok to just go like this?

    Credits:

    This game is created by (company name)

    Copyrighted (company name) All rights reserved

    Special thanks:

    Music soundtrack

    Musician name

    that should do it

    i wold add a nice logo in background of credits ) kidding. ...

  • Whole bunch of IPs definitely suggests a botnet. We are still getting hit periodically.

    This is kind of an interesting read (especially the part about Bayesian Poisoning):

    http://www.embergaming.us/index.php?thr ... tempt.153/

    read the article , interesting thing, and "[quote:zpxvak9n]Bayesian poisoning is a technique used by spammers. Because modern day software that are powered by the Web 3.0 framework are increasingly smarter at blocking spam, spammers try to cause the spam filter to have a higher false positive rate by turning previously innocent words into known spammy words. "

    seems to be a web3.0 framework, problem, of all the websites and forums this days, maybe update the frame or downgrade it? .....will it even, solves the issue? just and idea...

  • you cand do that by calling in the text, the word after a [comma] or a [dot] or a [-] and the text automatically will read the next word, had a capx of that is really simple thing actually! let me find it and will give it to you

GeorgeZaharia's avatar

GeorgeZaharia

Member since 30 Jun, 2014

Twitter
GeorgeZaharia has 35 followers

Trophy Case

  • 10-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x9
    Popular Game One of your games has over 1,000 players
  • x21
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

21/44
How to earn trophies

Blogs

  • Construct For Dummies - Simple Tutorial Collection

    I scour the Construct forums for users tutorial requests, and create small quick and simple tutorials using Construct's defaults features so anyone can use and apply them.

  • My Dev Logs

    Thinking on games 24/7 is fun and waste of time and unproductive if we don't bring those game ideas to life. In this blog im bringing my game ideas to life and log their development process.