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

Pages: 1 2 3 4 5 ... 14
31
My name is Jason and instead of a flash .swf game I one day want to publish an HTML 5 game to Stencyl Arcade.

32
Basically how do I  Jason properly code self.variable = whatever;
with(self) {variable=whatever;}
with(PharaohMan) {PharaohManHP=whatever;}
etc. with Stencyl programming language please?

33
Ask a Question / Can I legally distribute Stencyl program myself?
« on: March 01, 2022, 03:34:05 pm »
Thank you in advance for letting me know.

34
Please answer with coding. Thank you.



How do I properly code for example (self or whatever word is needed to be typed to apply to self) :
Code: [Select]
self.PharaohManID = 117;
if (self.PharaohManID == 117)
{
  x += 17;
}



Also how do I properly code with(instance_of_an_object) do whichever or whichevers or both?
Such as how should I change
Code: [Select]
with(PharaohMan)
{
  if (PharaohManID == 117)
  {
    PharaohManHP += 138;
  }
}
to work properly in Stencyl please?

35
Something like
Code: [Select]
with(all)
{
  if (x == 15 && y == 15)
  {
    my_hp = 1234567;
  }
}

36
#1: If I work for any video game company (examples: PlayStation or Nintendo or Microsoft [who owns XBox stuff]).



#2: If I do not work for any video game company.




Also how do I (if I purchase most expensive version of Stencyl) upload an HTML 5 game to http://www.stencyl.com/ Stencyl website for others to play please? Thank you.




Also where can I play Stencyl made HTML 5 made games (including on Stencyl website if any) please? Thank you.

37
If no then I will have to buy Stencyl to publish a game made with Stencyl correct?


If I work for PlayStation and XBox and Nintendo and buy most expensive Stencyl can I upload my Stencyl game to PlayStation Online, XBox Online, Nintendo EShop etc.?

38
Chit-Chat / Game makers and computer chat thread
« on: January 07, 2021, 06:20:01 pm »
RPG stands for Role Playing Game



RPGs stands for Role Playing Games



GML stands for Game Maker Language



Let's say I create a shortcut of Jason_Pinball_Game.exe
in Target for Shortcut in Properties
what do I change
"C:\Users\sprit\OneDrive\Desktop\Jason's Stuff\Jason Pinball Game\Jason_Pinball_Game.exe" -windowed -large -scale 1
to if I want the screen for the game to be
711 pixels tall
and also
711 pixels wide
please? I Jason thank you in advance ;) ; ) : ) :)

39
What is the closest in Stencyl I can code to
Code: [Select]
if (instance_place(x+17,y,Chozo_Statue))
{
  ipCSx17 = instance_place(x+17,y,Chozo_Statue).id;
  ipCSx17.direction = 217;
  ipCSx17.speed = 11;
  self.speed = 11;
  self.direction = 217;
}
if (instance_position(x,y-16,Flower))
{
  ipFy16 = instance_position(x,y-16,Flower).id;
  ipFy16.direction = 118;
  ipFy16.speed = 14;
  self.speed = 14;
  self.direction = 118;
}
please? Thank you.

40
Ask a Question / What video game systems can I export my Stencyl game to?
« on: November 26, 2020, 06:12:25 pm »
If I have proper licenses (such as from Nintendo, PlayStation, XBox etc.) and I bought most expensive version of Stencyl, what video game systems can I export my Stencyl game to and how do I do it for each of the systems (Nintendo EShop [Electronic Shop], PlayStation Game Downloading Shop, XBox Game Downloading Shop etc.) please?


Thank you alot ;) ; ) : ) :)

41
Thank you so extremely much :)

42
Exact as possible instructions for me Jason please, thank you.


I want first put in room Daisy who's x and y position (spot) is 13 to have variable Daisy_HP to equal to 127



I want second Daisy put in room who's x and y position is 125 to have variable Daisy_HP to equal to 7111117



I know something about unique IDs for each instance of an object but in Stencyl not too much right now.

43
Ask a Question / Re: Can I upload a Stencyl made game to Steam? If yes how?
« on: November 03, 2020, 04:51:39 pm »
Thank you @Luyren

44
Chit-Chat / Re: RPG (Role Playing Game) Maker Thread
« on: November 03, 2020, 04:48:33 pm »
https://www.nintendo.com/games/detail/rpg-maker-mv-switch/



https://www.nintendo.com/games/detail/rpg-maker-mv-player-switch/



RPG Maker MV on Nintendo Switch makes RPG Maker MV games



RPG Maker MV Player is used to play and download RPG Maker MV games (made with RPG Maker for Nintendo Switch of course).

45
Ask a Question / Can I upload a Stencyl made game to Steam? If yes how?
« on: October 27, 2020, 12:06:42 pm »
#1: If I require payment to download the game.


#2: If I do not require payment to download the game.

Pages: 1 2 3 4 5 ... 14