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

Pages: 1 2
1
Dialog Extension / [BUG] Dialog base with Stencyl 4.0.2
« on: March 24, 2020, 12:13:27 pm »
Making  a dialog base and assigning it any window will make it throw an error upon closing the game. It will also refuse to print any text at all if game is tested. Any workaround will be appreciated ,and this happens on both 32 bit and 64 bit version of stencyl

Here is a video of me recreating the bug on a blank game:
https://youtu.be/Z6KnwQrTnVs

As you can see, I'm able to assign a font to the base dialog but any window will make it bug out. I tested various images and all of them didn't work

2
Ask a Question / Need Help with a 360 degree gun [SOLVED]
« on: December 06, 2017, 01:07:14 pm »
So, I want to make a arena type game where the player gets swarmed with enemies to defeat. But I'm having a hard time getting bullets fired to actually come from the tip of the gun since rotation doesn't actually change X and Y values. How do I make bullets come from the actual gun? (BTW, the game looks very crappy but it's beacuse it's only using test assets to this point)

Thanks,
Me

Edit: Thanks JeffreyDriver for leading me in the right direction! I eventually managed to get it to work by using this behaviour.
Also, a great thank you to Majora64 for attempting to solve my problem.

3
Ask a Question / Simple Physics going crazy
« on: November 21, 2017, 04:12:39 pm »
Ok, so for some reason collisions don't seem to occur properly when "Simple Physics" mode in the advanced configurations tab is turned on. Its best explained by the pictures attached to this post. Sure, I could just turn on "Box2D" and fix this right away but the framerate would take a huge hit rendering the game almost unplayable. Any help would be greatly appreciated!

Thanks,
Me

4
Ask a Question / How to make good turret AI?
« on: November 16, 2016, 05:58:02 pm »
So, in a top-down shooter, what can be the decent way to code a turret? I tried to make a radar-type thing with a line rotating over that turret .When that line collides with a player, the turret will shoot there, but then the turret will shoot the walls if the player is detected on the other side of the wall. Any way to prevent this?

Thanks,
Me

5
Ask a Question / Why doesn't this work?
« on: November 13, 2016, 07:27:30 pm »
So, I'm making a multiplayer shooter game. I just copy-pasted the behavior for Player 1 and the Player 1's projectile into Player 2 and Player 2's projectile. One of such behaviors didn't want to work for some reason and I can't figure out why if it works on Player 1.

When the circled requirement is met, the bullet fails to spawn altogether. No, its not colliding with anything and yes I have tried to replace the blocks with the same ones but that didn't work. Weirdest part is when I replace the "W is down" block with a boolean set to true, it actually works fine. 1st pic is the bullet behavior and 2nd is the Player behavior. Any advice would be appreciated.

Thanks,
Me

Edit: Rip I forgot to circle the behavior, it was the "Otherwise if W is down" block inside "If Q is down" block on the first picture in the "when Created" part.

6
Abandoned Bugs / Can't Upload a Game
« on: January 20, 2016, 06:51:52 pm »
It keeps saying its larger than 16 Mb when I try to post it on Stencyl forge. What doesn't make any sense is that in a flash file, the game barely reaches 8Mb (Its 7554Kb). On the folder, It's 11.1 Mb. Need some help here  :-\

Tnx,
Me

7
Ask a Question / Sand
« on: January 29, 2015, 02:44:57 pm »
I want to make an actor that behaves like sand ,but when I tried to make a 1 pixel block, The game went into 0fps when I spawned 30 or more of this kind of actor. Trying simple physics didn't work because it wasn't affected by gravity. I need serious help here.

Thanks,
Me

8
Ask a Question / Simple actor
« on: January 27, 2015, 04:08:36 pm »
I have a big problem here. I have an actor that is as big as 1 pixel. I want it to behave like sand ,but the problem is that when I spawn 30 or more of this actor, the game goes into 0 fps. Trying simple physics didn't work because it was not affected by gravity. If anyone can help me, I would appreciate it.

Thanks,
Me

9
Ask a Question / Splitscreen
« on: October 04, 2014, 11:25:33 am »
I just wanted to ask if splitscreen is possible in stencyl for local multiplayer and those kinds of things.

Thanks,
Me

10
Ask a Question / sound code
« on: June 03, 2014, 12:19:49 pm »
Hi guys, I just wanted to see if someone would tell me something I need. Is there a way to make a code in music that does not make the music start whenever the player enters the scene? I know I could just do this:

When created
Stop all sounds
play town music on channel 7

But that will make the music start from the beggining which could be annoying to the player. This might be a no-brainer ,but I can't figure it out. If someone could help me, that would be greatly appreciated.

11
Suggestion Archives / Sound block
« on: May 28, 2014, 02:59:44 pm »
how about a block that states "channel (whatever) is playing"? We now could do stuff like:

when created
If not channel 7 is playing
  loop town music on channel 7

the music now doesn't play from the beggining whenever the scene is created.
PD: if this can be done with a behavior, please msg me.

12
Ask a Question / Attributes
« on: May 07, 2014, 06:14:03 pm »
Hi guys. I just wanted to ask a few questions about attibutes

Do many attributes make the game lag?
Is there an attribute limit?
Im talking about the Game Attributes section ,not the getters and setters

Thanks,
me

13
Old Bugs (3.x) / More problems with Stencyl...
« on: April 27, 2014, 01:36:52 pm »
Just 2 days ago, rob1221 told me to download Stencyl again ,and I did. But now I can't reupload my game Avo!der on StencylForge because I made improvements in my game. It just says "its to large" even though when I reuploaded it on Stencyl.com it said it was about 7000 kilobites and it uploaded successfuly. I'm just worried that I am not going to be able to upload anymore.

14
Resolved Questions / Can't update stencyl
« on: April 25, 2014, 02:39:57 pm »
I simply can't update it. I have Stencyl 2.2.0 and every time I check for updates, I just says that I'm up to date

questions you may ask:

Was your computer up to date?  A: Yes, it was
What processor do you have?  A: Intel(R) Core(TM)2 Duo CPU  (honestly, I have no idea what that means)
Is your Stencyl glitchy?  A: Sort of, When I start it up, I have to mouse over things so that they became visible

Please help

15
Suggestion Archives / Tiles being sensors
« on: April 05, 2014, 03:26:31 pm »
I would like the tiles being able to be sensors to be able to make stuff like lava and water.

Pages: 1 2