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.


Messages - johnjanowskibsc

Pages: 1 2 3 4 ... 11
16
Ask a Question / Re: Crazygames SDK
« on: October 28, 2021, 01:29:42 am »
Thanks for this. Looks great

17
Ask a Question / Crazygames SDK
« on: October 27, 2021, 06:11:51 pm »
Hi,

Has anyone got any experience of implementing the Crazygames SDK into their games?

https://developer.crazygames.com/sdk#HTML5

I just seem to be going around in circles!

Thanks in advance

18
Journals / Re: Bad Soccer Manager - alternative soccer management game!
« on: October 27, 2021, 12:52:33 pm »
Here is a link to TestFlight if anyone is interested - please DM me feedback - would be greatly appreciated!
https://testflight.apple.com/join/X3BgjSEz



19
Journals / Re: Bad Soccer Manager - alternative soccer management game!
« on: October 12, 2021, 01:41:05 pm »
I've got a working version on App Store if anyone is interested in testing using the TestFlight app? Message me and I'll set you up. Thanks!

20
Ask a Question / Re: Full Screen HTML5?
« on: August 06, 2021, 01:30:33 pm »
The two screenshots should help:

Go to settings >> advanced >> openFL settings: Type in  <window resizable="true" if="html5" />

Then go to web >> scale mode >> scaleToFit(Fullscreen)

This has worked for my game here: https://www.crazygames.com/game/bad-soccer-manager

21
Ask a Question / Re: Full Screen HTML5?
« on: August 05, 2021, 09:56:43 am »
I think I know how to do this if you’re still interested…

22
Ask a Question / Re: draw circles from x y of actor to x y of mouse
« on: August 01, 2021, 08:58:06 am »
Thanks again for your help and advice, I pulled apart the raycast behaviour to make the circles appear from the actor and then used the forums to find the distance and angle to fire the ball from the actor. The ball fired too fast so I tweaked it a little to divide the distance by 3. Here is the code for anyone else who is interested.

23
Ask a Question / draw circles from x y of actor to x y of mouse
« on: July 31, 2021, 12:53:40 am »
Hi,

I've been trying to create a "bullet firing" behaviour to throw a ball. I want to use the position of the mouse to be used for the power and the angle between the actor and mouse to be the angle to throw the ball - I've read about LERP but am struggling to put together something that draws concentric circles from the starting position to the mouse position.

Thanks in advance for any help!



24
https://janogames.itch.io/bad-soccer-manager

I am still hoping to have the game finished by the end of the summer rather than the start.

I have spent the majority of the time since my last post trying to embed the mini games within the play scene and streamlining the menu screen. I have removed the training games and hope to weave them into the game itself. I found having the different menu options broadened the scope of the game, meaning I would have to devote more time and effort into making the mini games bigger and better for the player to come back time and time again. Sadly I don't have the time to do this so instead there are 2 menu options - stats and play. I think this will be simpler and easier to follow for the player.

New features are...

More golf levels - to earn an extra chance you need a hole in one
More bath levels - win a match and jump in with the team. Gets faster and harder as the game moves on.
Sponsors - choose a new ground sponsor twice a season - I have to keep them clean just because my kids keep wanting to play the game. Will find some better acronyms to use..
Lose a game and the chairman fires cigars at you
Option to skip mini games too - rather than force them on the player.
Added in more information for the player - giving them a breakdown of how many points they need before playing a game.

Once I am happy that the game is stable I'll try and publish...


25
Ask a Question / Re: Issues with mapping and lists
« on: June 19, 2021, 01:08:42 pm »
Thanks for taking an interest and answering my question.

After lots of digging I found that the issue was in assigning the computer teams against my team. If my team was to be the last one chosen in the list then it removed a team from the league list...not sure why. I've just readjusted the upper limit to 1 less for my team. I've cycled through 30 new seasons and the bug hopefully has gone...

Just read this back and am pretty sure what I have just said doesn't make sense

26
Ask a Question / Re: Issues with mapping and lists
« on: June 19, 2021, 10:51:48 am »
I've changed the randomVal so when I've chosen the second team I am choosing from 19 teams, not 20 as one has gone from the list. However, this didn't make a difference as I was using a "repeat until team2 =not null" etc.

Its funny that it should work the majority of the time then occasional it decides to omit just one value but not insert any NULL values.

27
Ask a Question / Issues with mapping and lists
« on: June 19, 2021, 06:31:58 am »
Hi,

I have been struggling a little with an issue with maps.

Fir the game I am making I have used a map to store 11 teams (from a list) and points from a list. It works. I have been able to sort the list according to the points total.

However, when I want to empty the list and repopulate with a new set of team names and new points I have found that sporadically it will only store 10 teams not 11.

I have tried using other lists to populate the map but come across the same issue. I have attached the output issues and what they look like.

Has anyone come across this issue before and how did they solve it? Any help would be great!

Thanks

John


28
Ask a Question / Re: Centre text based on position of an Actor?
« on: May 17, 2021, 02:31:27 pm »
Thanks for pitching in to help . I am drawing from the scene not the actor. Will try and get round to this ASAP - Thanks again

29
Ask a Question / Re: Centre text based on position of an Actor?
« on: May 15, 2021, 03:00:03 pm »
thanks for your help but not quite - your suggestion pushes the text far away from the centre of the actor...

I've used your suggestion and tweaked it slightly - this is almost perfect but not quite


30
Ask a Question / Centre text based on position of an Actor?
« on: May 15, 2021, 06:42:21 am »
Hi,

I'm trying to centre text based on the position of an actor but not quite getting it... I know how to centre text based on screen position but my head can't quite get round how to centre text based on the position of an actor on screen?  Here is an attempt to help clarify what I mean!

Pages: 1 2 3 4 ... 11