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

Pages: 1 2 3 ... 8
1
Ask a Question / Smething Wrong In Publishing In Flash
« on: January 20, 2016, 03:05:39 pm »
my game is already done and ready for publish in flash then after I publish the game I saw my game size was 1 kb only, why??? is there a problem in the software or in my game?? thank you for those who answers

2
Ask a Question / random scenes part 2
« on: July 22, 2015, 02:41:32 am »
guys in this codes i have a ten scenes that name LCS1 - LCS10 so i made that code and after that i have a game attrib that when you answer 8 correct questions the scene will proceed to typing the name to save the high score but my problem is while i am playing then i answer my question in correct the random scene whil select my main menu but my main menu is not in the list? what should i do??

3
Ask a Question / Google Map
« on: March 11, 2015, 04:03:00 pm »
is it possible to put an Google Map? for example there is a button(America) that when you click the................................Google Map will automatically locate the America in map

4
Ask a Question / Re: Change the position of a Number Attribute
« on: February 28, 2015, 06:20:01 am »
I dont understand. rephrase post

what i mean sir is i have a number attribute and i draw it in when drawing event so what i want to happen is when i press enter the position of x and y of the number attribute will change.....for example the position of number attribute is x = 100 and y = 100 and then i press then after that the position of the number attribute will move

5
Ask a Question / Change the position of a Number Attribute
« on: February 28, 2015, 03:53:31 am »
sir i want to know is how will i change the x and y of a number attribute for example i already declared the number attribute in the the when drawing event so i want to know is when i press a button the number attribute will change the x and y

6
Ask a Question / Re: How to shuffle the letters?
« on: January 22, 2015, 03:48:07 pm »
What Innes described is shuffling the letters.

ohhh i see sir but i can't understands how to set the tips of innes

7
Ask a Question / Re: How to shuffle the letters?
« on: January 22, 2015, 07:40:02 am »
This requires the same skills as your question about selecting random items from a list. I'm sure there are many ways to do this, but here's one suggestion:

Setup:
1) Create a list
2) Add each of the letter actors to the list

To shuffle:
[Repeat] loop for number of items in the list
    Select random item (actor) from list
    Move actor to first position
    Delete the actor from the list, so it can't be chosen again
[end of loop]

Tip:
To place the actors, inside the loop, move each actor to (e.g.) X = 100 + (item number * 40). Make the Y a fixed number such as 300.
This will move the first actor to 100, 300 the second actor to 140, 300, the third to 180, 300 - etc.

Before you start, break the problem down into steps. For example. Work out how to add actors to a list. Then work out how to create a repeat that will loop for each item in the list.

sir all i want is to shuffle the letters not to remove is it possible sir/?

8
Ask a Question / How to shuffle the letters?
« on: January 21, 2015, 10:14:03 pm »
In the picture that I post i have 11 letters there and when i click the image with scissors all the letters will shuffle is it possible?? i dont know where will i start the codes

9
Ask a Question / Re: Pick random scene
« on: January 16, 2015, 06:48:13 am »
If you want to reset the list, you will need to copy the original list into another list Game Attribute at the start of the game, and work with the copy each time the game is played.

sir how to validate if the that scene is already remove?? i get an error because i think it needs to validate before it random the scenes??

10
Ask a Question / Re: Pick random scene
« on: January 15, 2015, 11:15:14 am »
I had some spare time, so here's an example of how to randomly select scenes and then remove the selected scene from the list, so it can only be selected once:

Wait for the Flash file to load:

<a href="http://www.filz.us/files/a9332246/322/Random_Item_Selection_amp_Scene_switching.swf" target="_blank" class="new_win">http://www.filz.us/files/a9332246/322/Random_Item_Selection_amp_Scene_switching.swf</a>

The code demonstrated here is relevant for random selection of any items, not just scenes. Because we are switching between scenes, the list must be held in a Game Attribute otherwise we'd lose the list each time the scenes switched. If the random selection is only required within a single scene, then an 'ordinary' list attribute can be used within the scene.

Enjoy.

sir what if the game is over?? how to reset the lists??

11
Ask a Question / Re: Pick random scene
« on: January 15, 2015, 08:08:29 am »
You need Stencyl 3.2 to open it.

thank you very much

12
Ask a Question / Re: Pick random scene
« on: January 15, 2015, 07:56:47 am »
I had some spare time, so here's an example of how to randomly select scenes and then remove the selected scene from the list, so it can only be selected once:

Wait for the Flash file to load:

<a href="http://www.filz.us/files/a9332246/322/Random_Item_Selection_amp_Scene_switching.swf" target="_blank" class="new_win">http://www.filz.us/files/a9332246/322/Random_Item_Selection_amp_Scene_switching.swf</a>

The code demonstrated here is relevant for random selection of any items, not just scenes. Because we are switching between scenes, the list must be held in a Game Attribute otherwise we'd lose the list each time the scenes switched. If the random selection is only required within a single scene, then an 'ordinary' list attribute can be used within the scene.

Enjoy.

sir i downloaded your file but i try to import it in stencyl but when the game was open  no display it is just gray screen sir
what is the problem sir??

13
Ask a Question / Re: Pick random scene
« on: January 15, 2015, 02:58:07 am »

ok thank you sir i will NEVER ask a question in the FORUM now i know what is FORUM thank you i wish the users of stencyl will stay using the stencyl


No one is suggesting that you should never ask a question in the forums - just that some courtesy is shown to others. There are no fixed rules about asking questions, but there are good ways to do it, and not so good ways. If you use the 'not so good' ways, then you are less likely to receive help.

For example:
  • Provide as much information as possible to help others answer your question
  • Show screenshots (not pseudo code) of your events, or upload a .stencyl file
  • Don't bump your own thread
  • Don't PM individuals asking for their help, when a question on the forum can be seen by everyone
  • Don't repeat the same question on multiple threads
  • If someone else asks the same question on a different thread, let them know that another thread already exists
  • Learn from your previous mistakes and take advice from others
Please note that there are no bad feelings towards you - we like to help (that's why we are here), but you need to be patient and courteous. I do understand that language can be a barrier, and I hope that I have taken that into account.



i accept that sir i just want to apologize but my apologize didn't accept so i post something like this sir

14
Ask a Question / Re: Pick random scene
« on: January 12, 2015, 08:32:29 am »
I have seen your thread. But you haven't seem to learn from the warnings from other users you got in the past.
I have just finished a 24 game jam with stencyl, so you might understand I don't feel like creating a code that is fairly easy to understand with the instructions I gave you before.

ok thank you sir i will NEVER ask a question in the FORUM now i know what is FORUM thank you i wish the users of stencyl will stay using the stencyl

15
Ask a Question / Re: Pick random scene
« on: January 12, 2015, 08:23:00 am »
Yes, we noticed.
We don't mind helping new people, but to be honest, you are very annoying when it comes to spamming. And in such cases I rather want to spend my time on people who wait their turn and don't open multiple threads.

im so sorry for that sir it will not happen again

You also said that after spamming my inbox a while back.
\

in that case sir im just curious that you will not read my thread and because im just doing that i believe that you can do what I ask from you sir

Pages: 1 2 3 ... 8