A Flash Developer Resource Site

Search:

Type: Posts; User: hopies

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    1,653

    thanks a million, works just how i wanted it.....

    thanks a million, works just how i wanted it.. cheers!!! :thumbsup:
  2. Replies
    4
    Views
    1,653

    i fixed this via using button rather than...

    i fixed this via using button rather than keyboard :) but now im stuck with the hitTest it isnt calling it :(

    can anyone please help

    i attached a sample of what im trying to do if that will help
  3. Replies
    4
    Views
    1,653

    help with attachMovie

    need a little help with attaching movie clip

    working on a little game where you plant bombs when pressing spacebar

    here is the code


    if (Key.isDown(Key.SPACE)) {
    i++;
    var newname =...
  4. Thread: need help :(

    by hopies
    Replies
    2
    Views
    1,344

    Flash8 thanks man

    thanks man
  5. Thread: need help :(

    by hopies
    Replies
    2
    Views
    1,344

    Flash8 need help :(

    hi looking for help with this code


    onClipEvent (load) {
    power = 1;
    yspeed = 0;
    xspeed = 0;
    friction = 0.95;
    gravity = 0.1;
    thrust = 0.75;
  6. Replies
    4
    Views
    1,223

    CS3 :) 72791

    :)

    72791
  7. Replies
    4
    Views
    1,223

    CS3 still it continues to go to level 2 when level 2...

    still it continues to go to level 2 when level 2 is set at false

    if you like i will upload a quickly made sample for you to look at
  8. Replies
    4
    Views
    1,223

    CS3 Need a helping hand

    right where do i start umm..


    got a little game i made but need a hand with a script

    i have codes for all 10 levels in "select a level menu" and want to have incomplete levels locked when...
  9. Replies
    3
    Views
    443

    can anyone HELP please thanks

    can anyone HELP please thanks
  10. Replies
    3
    Views
    443

    now my character dont move at all should i add...

    now my character dont move at all should i add that the wall is one movieclip in the shape of a maze
  11. Replies
    3
    Views
    443

    [CS3] need help hittest

    i made my character for a game and i made walls which work here is the code

    onClipEvent (enterFrame) {
    if (_root.wall.hitTest(_x, _y, true)) {
    xspeed = 0;
    yspeed = 0;
    }

    but half of my...
  12. Replies
    1
    Views
    947

    Hittest Not Working!!!!!!!!!!!

    Hey..

    I have a duplicating movieclip (acting as bullets) that shoot across the screen from a turret blah blah blah.. Their names are set as "bullet"+bulletcount; and everytime one is shot...
  13. Replies
    3
    Views
    380

    hello can anyone help? anyone at all can...

    hello

    can anyone help?

    anyone at all

    can you even reply?
  14. Replies
    3
    Views
    380

    anyone help then? please

    anyone help then?

    please
  15. Replies
    3
    Views
    380

    flash and php help please

    need help with flash and php

    i made myself a hit counter for how many times my swf was viewed

    with the code

    loadVariablesNum("filename.php", 0);

    which then loads my php
  16. Replies
    6
    Views
    826

    now the hittest dont work

    how do i get the hit code to now work with the above code?

    i tryed allsorts and it still dosent work

    please help

    thanks
  17. Replies
    6
    Views
    826

    tanks for ya help mr malee its working now it...

    tanks for ya help mr malee its working now it rapid fires yeah!!

    thanks very much

    will remember for credit

    respect

    be at peace
  18. Replies
    6
    Views
    826

    i fxed what i wanna do thannks for ya help now...

    i fxed what i wanna do thannks for ya help now could you help me make it riped fire?
  19. Replies
    6
    Views
    826

    i have the code on a first dot first frame on...

    i have the code on a first dot first frame on timeline and goes all the way to frame 17 i want that code to now change when i click the image of a shotgun but how to i get it to change

    for example...
  20. Replies
    6
    Views
    826

    need help with a shooting

    i have my crosshair and my bullets working with this script

    var counter:Number = 0;
    var timer:Number = 0;
    onMouseDown = function () {
    timer++;
    if (timer == 1) {
    counter++;...
  21. Replies
    1
    Views
    324

    hyperlink help!!!

    can anyone help with hyperlink

    if i have the script to get url

    on (press) {
    getURL("http://www.hopies.co.uk/", "");
    }

    it pops up saying can not get site due to plugin settings how can i...
  22. Replies
    6
    Views
    449

    Help read from top to find out more

    Help

    read from top to find out more
  23. Replies
    6
    Views
    449

    just found out that now when i click the...

    just found out that now

    when i click the button which attachs the movie it now add multiple if i click it multiple time before i added the script of yours it didnt do this may i ask y the...
  24. Replies
    6
    Views
    449

    you still there?

    you still there?
  25. Replies
    6
    Views
    449

    thats awesome lol thanks abunch My Problem...

    thats awesome lol thanks abunch

    My Problem Solved

    thanks again
Results 1 to 25 of 94
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center