CONNEXION
  • RetourJeux
    • Tests
    • Soluces
    • Previews
    • Sorties
    • Hit Parade
    • Les + populaires
    • Les + attendus
    • Tous les Jeux
  • RetourActu
    • Culture Geek
    • Astuces
    • Réalité Virtuelle
    • Rétrogaming
    • Toutes les actus
  • Black Friday
  • RetourHigh-Tech
    • Actus JVTECH
    • Bons plans
    • Smartphones
    • Mobilité urbaine
    • Hardware
    • Image et son
    • Tutoriels
    • Tests produits High-Tech
    • Guides d'achat High-Tech
    • JVTECH
  • RetourVidéos
    • A la une
    • Gaming Live
    • Vidéos Tests
    • Vidéos Previews
    • Gameplay
    • Trailers
    • Chroniques
    • Replay Web TV
    • Toutes les vidéos
  • RetourForums
    • Hardware PC
    • PS5
    • Switch
    • Xbox Series
    • Overwatch 2
    • FUT 23
    • League of Legends
    • Genshin Impact
    • Tous les Forums
  • PC
  • PS5
  • Xbox Series
  • PS4
  • One
  • Switch
  • Wii U
  • iOS
  • Android
  • MMO
  • RPG
  • FPS
En ce moment Genshin Impact Valhalla Breath of the wild Animal Crossing GTA 5 Red dead 2
Etoile Abonnement RSS

Sujet : [Jeu] Hapclicker

DébutPage précedente
«1  ... 4142434445464748495051  ... 137»
Page suivanteFin
Guklam Guklam
MP
Niveau 10
14 mars 2015 à 12:29:28

a la plce du * {[...]} dans le code css

mets ça : *:not(.code):not(.entoure):not(.hap.seconde) {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

Guklam Guklam
MP
Niveau 10
14 mars 2015 à 12:29:49

j'ai la flemme de créer le hap en 320x320 :hap:

[-BTK-] [-BTK-]
MP
Niveau 10
14 mars 2015 à 12:30:27

https://www.noelshack.com/2015-11-1426332598-capture-d-ecran-2015-03-14-12-28-54.png

Kirigaya-Luke Kirigaya-Luke
MP
Niveau 10
14 mars 2015 à 12:31:22

J'viens de me lever, j'ai laissé tourné toute la nuit, puis là acheté en mass, et voilà le résultat http://puu.sh/gzJto/4bc822eeb7.jpg :hap:

Guklam Guklam
MP
Niveau 10
14 mars 2015 à 12:32:16
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>Hapclicker</title>
	<link rel="icon" href="http://panachay.altervista.org/hapclicker/hap.png">
	<link rel="stylesheet" href="css/app.css">
	<link rel="stylesheet" href="http://guklam.pe.hu/BTN/css/btn.css">
	<link rel="stylesheet" type="text/css" href="css/tooltipster.css">
	<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.0.min.js"></script>
    <script type="text/javascript" src="js/jquery.tooltipster.min.js"></script>
    <script>
        $(document).ready(function() {
            $('.tooltip').tooltipster();
        });
    </script>
    <script>
    $('.tooltip').tooltipster({
   animation: 'fade',
   delay: 0,
   theme: 'tooltipster-default',
   touchDevices: false,
   trigger: 'hover'
	});
	</script>
</head>
<body>
<div class="block left">
	<span class="entoure">
	<span id="click">5</span><span>hap</span>
	<span id="hap_seconde">0</span>
	</span>
<div class="hap" onclick="hap_click(1)" id="hap_button"></div>
<span id="un">+1</span>
</div>
<div class="block center">
<h1>Améliorations</h1>
<table style="width:100%">
    <tbody>
      <tr class="tooltip" title="Produit 5 hap par seconde"  id="fleche_desc" onclick="fleche_buy()" style="height: 40px;">
          <td style="width:10%;">
            <img src="http://panachay.altervista.org/hapclicker/mouse.gif">
          </td>
          <td style="width:80%;">
            <span>Curseur</span><br><br>
            Coûte <span id="prix_fleche">50</span> hap 
          </td>
          <td style="width:10%;">
            <span id="owned_fleche">0</span>
          </td>
        </tr>
        <tr class="tooltip" title="Produit 5 hap par seconde" id="hapananas_desc" onclick="hapananas_buy()" style="height: 40px;">
          <td style="width:10%;">
            <img src="http://panachay.altervista.org/hapclicker/hapananas.png">
          </td>
          <td style="width:80%;">
            <span>Hapananas<br><br>
            Coûte <span id="prix_hapananas">100</span> hap</span>
          </td>
          <td style="width:10%;">
            <span id="owned_hapananas">0</span>
          </td>
        </tr>
        <tr class="tooltip" title="Produit 10 hap par seconde" id="hapakompri_desc" onclick="hapakompri_buy()" style="">
          <td style="width:10%;">
            <img src="http://panachay.altervista.org/hapclicker/hapakompri.png">
          </td>
          <td style="width:80%;">
            <span>Un Hapakompri qui vous fera gagner (encore) encore plus de hap !<br><br>
            Coûte <span id="prix_hapakompri">700</span> hap</span>
          </td>
          <td style="width:10%;">
            <span id="owned_hapakompri">0</span>
          </td>
        </tr>
        <tr class="tooltip" title="Produit 35 hap par seconde" id="usine_desc" onclick="usine_buy()">
          <td style="width:10%;">
            <img src="http://panachay.altervista.org/hapclicker/centrale.png">
          </td>
          <td style="width:80%;">
          	<span>Une centrale nucléonche qui produira des hap en masse</span><br><br>
            Coûte <span id="prix_usine">1 500</span> hap</span>
          </td>
          <td style="width:10%;">
            <span id="owned_usine">0</span>
          </td>
        </tr>
        <tr class="tooltip" title="Produit 70 hap par seconde" id="esclave_desc" onclick="esclave_buy()">
          <td style="width:10%;">
            <img src="http://panachay.altervista.org/hapclicker/fouet.gif">
          </td>
          <td style="width:80%;">
            <span>Esclavage : Faire travailler des noeliste dans les mines hap<br>
            Coûte <span id="prix_esclave">5 000</span> hap</span>
          </td>
          <td style="width:10%;">
            <span id="owned_esclave">0</span>
          </td>
        </tr>
        <tr class="tooltip" title="Produit 140 hap par seconde" id="gro_desc" onclick="gro_buy()">
          <td style="width:10%;">
            <img src="http://panachay.altervista.org/hapclicker/grohap.png">
          </td>
          <td style="width:80%;">
            <span>Un hap obèse qui dégueulera des hap pour vous<br><br>
            Coûte <span id="prix_gro">10 000</span> hap</span>
          </td>
          <td style="width:10%;">
            <span id="owned_gro">0</span>
          </td>
        </tr>
        <tr class="tooltip" title="Produit 250 hap par seconde" id="portal_desc" onclick="portal_buy()">
          <td style="width:10%;">
            <img src="http://panachay.altervista.org/hapclicker/portail.png">
          </td>
          <td style="width:80%;">
            <span>Ouvre un portail vers la hapième-dimension où se trouve un nombre infini de hap<br><br>
            Coûte <span id="prix_portal">20 000</span> hap</span>
          </td>
          <td style="width:10%;">
            <span id="owned_portal">0</span>
          </td>
        </tr>
        <tr class="tooltip" title="Produit 500 hap par seconde" id="ange_desc" onclick="ange_buy()">
          <td style="width:10%;">
            <img src="http://panachay.altervista.org/hapclicker/hapange.png">
          </td>
          <td style="width:80%;">
            <span>Le portail vous a téléporté vers la hapième-dimension, demeure des hapange, ils vous font don de hap en gage de leurs estime pour vous<br><br>
            Coûte <span id="prix_ange">70 000</span> hap</span>
          </td>
          <td style="width:10%;">
            <span id="owned_ange">0</span>
          </td>
        </tr>
        <tr class="tooltip" title="Produit 800 hap par seconde" id="hapower_desc" onclick="hapower_buy()" style="height: 40px;">
          <td style="width:10%;">
            <img src="http://panachay.altervista.org/hapclicker/hapower.png">
          </td>
          <td style="width:80%;">
            <span>Invoque le démi-dieu hapower, avec sa vague de flood il invoque un nombre incalculable de hap<br><br>
            Coûte <span id="prix_hapower">200 000</span> hap</span>
          </td>
          <td style="width:10%;">
            <span id="owned_hapower">0</span>
          </td>
        </tr>
        <tr class="tooltip" title="Produit ∞ hap par seconde" id="hap_desc" style="height: 40px;">
          <td style="width:10%;">
            <img src="http://panachay.altervista.org/hapclicker/haphap.png" style="width:40px;">
          </td>
          <td style="width:80%;">
            <span>Invoque hap, le DIEU HAP, le seul et l'unique<br><br>
            Coûte ∞ hap - Produit ∞ hap/seconde</span>
          </td>
          <td style="width:10%;"></td>
        </tr>
      </tbody>
    </table>
   <div class="tooltip" title="Partie sauvegardé" id="alert">Partie sauvegardé</div>
</div>
<div class="block right">
			<button class="btn btn-primary btn-block" type="button" onclick="save()">Sauvegarder</button>
			<button class="btn btn-warning btn-block" type="button" onclick="load()">Charger une sauvegarde</button> 
			<button class="btn btn-danger btn-block" type="button" onclick="reset()">Supprimer la sauvegarde</button> 
			<button class="btn btn-info btn-block" type="button" onclick="credit()">Credit</button> 
			<button class="btn btn-info btn-block">
			<a href="http://www.jeuxvideo.com/forums/42-50-38736838-34-0-1-0-jeu-hapclicker.htm#post_708509190">Topic officiel</a>
			</button> 
			<p id="save_string"></p>
<h1>Succés</h1>
</div>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>

nouveau code html

ziziviolay ziziviolay
MP
Niveau 9
14 mars 2015 à 12:33:34

Ca va trop vite, en 10 min, j'ai deja tous ...

Tamrin Tamrin
MP
Niveau 10
14 mars 2015 à 12:48:33

enfin les chiffres espacé par paquets de trois :content:
dedi plz je suis la depuis le debut

jeanownage jeanownage
MP
Niveau 7
14 mars 2015 à 12:50:57

il y'a quelque problème concernant la nouvelle version, quand ils seront corrigé des nouveauté vont arrivé :oui:

N06 N06
MP
Niveau 10
14 mars 2015 à 12:54:07

On gardera notre save ?

Hibou_Magique Hibou_Magique
MP
Niveau 10
14 mars 2015 à 12:57:18

Le 14 mars 2015 à 12:50:57 jeanownage a écrit :
il y'a quelque problème concernant la nouvelle version, quand ils seront corrigé des nouveauté vont arrivé :oui:

Oh ouai génial :bave:

Skyblue- Skyblue-
MP
Niveau 10
14 mars 2015 à 13:08:30

Vous croyez que ce serait possible d'introduire un petit bruit quand on clique sur le hap ? Genre "onche" ? Je rêve hein ? :hap:

Message édité le 14 mars 2015 à 13:09:12 par Skyblue-
Square2033 Square2033
MP
Niveau 2
14 mars 2015 à 13:12:16

me demande a quoi va ressemble le version final :ok: ?!

Oprica Oprica
MP
Niveau 8
14 mars 2015 à 13:16:13

mets un cursor:pointer sur le hap ça me perturbe

change le background de l'item quand on peut/ne peut pas l'acheter

Skyblue- Skyblue-
MP
Niveau 10
14 mars 2015 à 13:20:23

Je vais faire une vidéo pour expliquer ton jeu olala ça va te faire de la pub avec mon unique abonné :hap:

Pseudo supprimé
Niveau 4
14 mars 2015 à 13:20:47

Tu peux faire un classement

polo3333 polo3333
MP
Niveau 5
14 mars 2015 à 13:27:07

Le 14 mars 2015 à 13:20:23 Skyblue- a écrit :
Je vais faire une vidéo pour expliquer ton jeu olala ça va te faire de la pub avec mon unique abonné :hap:

nom de ta chaine ?

Message édité le 14 mars 2015 à 13:30:22 par polo3333
Pseudo supprimé
Niveau 10
14 mars 2015 à 13:29:19

https://www.noelshack.com/2015-11-1426336129-hapcheat.png :hap:

Skyblue- Skyblue-
MP
Niveau 10
14 mars 2015 à 13:31:57

C'est en plein upload :hap: Je suis pas éloquent j'ai pas été très clair mais bon je débute vraiment :rire: Ma chaine : Jean Poney (je mets le lien apres)

Aujour Aujour
MP
Niveau 10
14 mars 2015 à 13:34:06

lien svp

Skyblue- Skyblue-
MP
Niveau 10
14 mars 2015 à 13:34:06

https://www.youtube.com/channel/UCOe5clG7dh0Cyyprvj0tqjA :hap:

DébutPage précedente
«1  ... 4142434445464748495051  ... 137»
Page suivanteFin
Répondre
Prévisu
?
Victime de harcèlement en ligne : comment réagir ?
La vidéo du moment