A Flash Developer Resource Site

Search:

Type: Posts; User: Gorfyd

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,490

    Hi, It was really just to see if there was an...

    Hi,

    It was really just to see if there was an alternative way:

    I can't have like a button on the screen that if you click it activates the code. For example a button which when pressed tells a...
  2. Replies
    3
    Views
    1,490

    Move a character with touch

    Hi,

    I created a game in AS2 where you use the left and right keys to move a character left and right.

    Would I be able to amend the below code (to AS3) so the same thing occurs by touching to...
  3. Replies
    7
    Views
    3,023

    Hi, Thanks again for the help. Does this mean...

    Hi,

    Thanks again for the help. Does this mean I can't make it so rather than the event happening when the left key is pressed, the same event happens when an on screen button is pressed?

    Thanks
  4. Replies
    7
    Views
    3,023

    I am just unsure of the alternative coding to...

    I am just unsure of the alternative coding to this piece:

    if (Key.isDown(Key.LEFT) && crash == undefined) {
    tellTarget ("/Raggles") {
    gotoAndStop(2);
  5. Replies
    7
    Views
    3,023

    Is there an alternative way to do this i.e....

    Is there an alternative way to do this i.e. rather than having the character move left when the left key is held down, have the character move left whenan on screen button is pressed?
  6. Replies
    7
    Views
    3,023

    Hi It's more that there is no keyboard at all...

    Hi

    It's more that there is no keyboard at all on the tablet so i was hoping there was a way to make a clickable button where the game thought it had been clicked or to alter the above code so...
  7. Replies
    7
    Views
    3,023

    Virtual Key or alternative.

    Hi,

    I currently have a small game working in flash where you use the keyboard to move the character left and right, this works fine. I have also converted it through swiffy to run tablets, ok...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center